aws-lambda-clickhouse
aws-lambda-clickhouse copied to clipboard
Run the open-source online analytics database ClickHouse in an AWS Lambda function
Hello @roman-boiko Thanks for sharing this example. This runner seems to execute clickhouse-local using the classic pipe mechanism and nodejs exec. In contrast [chdb](https://chdb.io) supports in-process / library based execution...
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. Changelog Sourced from cross-spawn's changelog. 7.0.6 (2024-11-18) Bug Fixes update cross-spawn version to 7.0.5 in package-lock.json (f700743) 7.0.5 (2024-11-07) Bug Fixes fix escaping bug...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2. Changelog Sourced from js-yaml's changelog. [3.14.2] - 2025-11-15 Security Backported v4.1.1 fix to v3 [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml...
Bumps [axios](https://github.com/axios/axios) from 1.6.5 to 1.12.2. Release notes Sourced from axios's releases. Release v1.12.2 Release notes: Bug Fixes fetch: use current global fetch instead of cached one when env fetch...
*Issue #, if available:* N/A *Description of changes:* - Introduced ClickHouseRunnerEnhanced class to add support for direct HTTPS URLs (in addition to S3). - Updated buildQuery and buildS3Uri methods in...