Earlier quoted context omitted.
I would say it doesn't but it is actively working on it https://github.com/ClickHouse/ClickHouse/issues/52054
Oh they just fixed this 9d ago and I guess this comment provoked them to close the issue!
Apache Iceberg
61–68 of 68 posts
Re: Apache Iceberg
#62I've been looking at Iceberg for a while, but in the end went with Delta Lake because it doesn't have a dependency on a catalog. It also has good support for reading and writing from it without needing Spark. Does anyone know if Iceberg has plans to support similar use cases?
Why don't you want a catalog? The SQL or REST catalogs are pretty light to set up. I have my eye on lakekeeper[0], but Polaris (from Snowflake) is a good option too. PyIceberg is likely the easiest way to write without Spark. 0 - https://github.com/lakekeeper/lakekeeper
https://tower.dev/blog/picking-snowflake-open-catalog-as-a-m...
Re: Apache Iceberg
#63Earlier quoted context omitted.
you can just use iceberg tables with AWS Glue/Athena
aws glue/athena has the most absurd setup process. duckdb and clickhouse is “select * from s3(…)”
Re: Apache Iceberg
#64If you're looking to give Iceberg a spin, here's how to get it running locally, on AWS[0] and on GCP[1]. The posts use DuckDB as the query engine, but you could swap in Trino (or even chdb / clickhouse). 0 - https://www.definite.app/blog/cloud-iceberg-duckdb-aws 1 - https://www.definite.app/blog/cloud-iceberg-duckdb
Use it with Dropwizard/Springboot, you get to expose rest APIs too.
Re: Apache Iceberg
#65How do you query your iceberg tables? We are looking into moving away from Bigquery and Starrocks [1] looks like a good option. [1] https://www.starrocks.io/
Re: Apache Iceberg
#66I am stockholder in snowflake and iceberg's ascendance seems to coincide with snow's downfall. Is the query engine value add justify snowflake's valuation. Their data marketplace thing didn't seem to have actually worked.
Re: Apache Iceberg
#67Earlier quoted context omitted.
Oh they just fixed this 9d ago and I guess this comment provoked them to close the issue!
I am looking forward to learn about such upcoming features in the community call https://clickhouse.com/company/events/v25-1-community-releas...
Re: Apache Iceberg
#68Earlier quoted context omitted.
I am looking forward to learn about such upcoming features in the community call https://clickhouse.com/company/events/v25-1-community-releas...
oh and now the developer reopened it because it is not actually fully complete, lol. Yep, Iceburg on Clickhouse is WIP. I am actively watching this because it is relevant for my company.