6 ms·
With some of these changes, it appears to be encroaching on clickhouse territory. Or are they still very different products?
by cheema33 1mo ago
With some of these changes, it appears to be encroaching on clickhouse territory. Or are they still very different products?
- te_chris 1mo agoWell, I can tell you this is making me actively reconsider dropping duckdb for ch as we go from prototype to prod
- encoderer 1mo agoDefinitely encroaching. Our last product (SaaS observability) uses Clickhouse. Our next product (self-hosted observability) uses DuckDB.
- adhamsalama 1mo agoI was building an OpenTelemetry observability platform in a single executable file (in Golang) and was using ClickHouse as the database, and replaced it with an embedded DuckDB, so now it's truly a single executable file platform. https://github.com/adhamsalama/nabatshy https://github.com/adhamsalama/nabatshy
- encoderer 28d agoThis looks solid! We are also going for a single-executable (typescript/bun in our case), but we are specifically going after agent monitoring in the first version. We think people shouldn't have to send all of their agent conversations to a vendor like DataDog or Sentry.