You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contribute to the java binding (first iteration can be found here, not sure if relevant or better to start from scratch https://github.com/chdb-io/chdb-java)
Overall, pretty good impression that we can use it well in a dedicated chDB plugin at first — it can belong to the ClickHouse plugin parent category, as Ben suggested.
The plugin should take a query and outputFormat as main properties.
Ideally, we should find a way to:
output ION file when no outputFormat is specified because then tabular data is output by default
output ION file when PrettyCompact is used as outputFormat
dedicated file extension when outputFormat is a specific file extension e.g. our plugin should output a CSV file instead of ION when output_format='CSVWithNames'.
anna-geller
changed the title
ClickHouse in-memory: chDB
Add ClickHouse chDB plugin to provide embedded DB for lightweight data transformations
Jan 14, 2025
Feature description
Like DuckDB, chDB is an in-memory OLAP engine. It has some advantages, especially a high number of format integration.
The text was updated successfully, but these errors were encountered: