aws-samples / aws-samples/aws-lambda-clickhouse

chdb support

Open
#3 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
79
Forks
8
PR merge metrics
No merged PRs in 30d

Description

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 of ClickHouse in python and nodejs (amongst other runtimes) with several optimizations on the memory and startup time front for session queries without giving up any feature.

Would there be any interest in an alternative version of this example using chdb/python instead of clickhouse-local/node?
We have a [python based lambda](https://github.com/chdb-io/chdb-lambda) example available in development.

Thanks!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.