Replies: 1 comment
-
Something I came across today... someone was working on making ClickHouse something that could be run from a LAMBDA function. https://github.com/aws-samples/aws-lambda-clickhouse They use the inline approach to creating a table in S3, but there is a configuration option that allows Clickhouse to be backed by s3 by default. This could make Clickhouse more of a stateless system and remove the need to run zookeeper for data placement coordination. This might be an interesting avenue to explore for those who don't want to juggle disk space. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Similar to how solutions that are linked in the comparison section, is it worth actually formalizing this technology stack?
To me, there seems to be a fair number of benefits (namely in the reduction of technical complexity, while expanding the scope of functionality smaller teams are able to support).
Beta Was this translation helpful? Give feedback.
All reactions