How 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/
Why away from bigquery? Just wondering if it’s a cost thing.
Apache Iceberg
51–60 of 68 posts
Re: Apache Iceberg
#52Re: Apache Iceberg
#53Are there robust non-JVM based implementations for Iceberg currently? Sorry to say, but recommending JVM ecosystems around large data just feels like professional malpractice at this point. Whether deployment complexity, resource overhead, tool sprawl or operational complexity the ecosystem seems to attract people who solve only 50% of the problem and have another tool to solve the rest, which in turn only solves 50%…
This actually converges to 1:
1/2 + 1/4 + 1/8 + 1/16 + ... = 1
You just need 30kloc of maven in your pom before you get there.
Re: Apache Iceberg
#54If 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
Re: Apache Iceberg
#55Re: Apache Iceberg
#56Looks good, but come on… at least try to open your website on a mobile device.
Re: Apache Iceberg
#57Re: Apache Iceberg
#58If 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
you can just use iceberg tables with AWS Glue/Athena
Re: Apache Iceberg
#59How 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
#60ClickHouse has a solid Iceberg integration. It has an Iceberg table function[0] and Iceberg table engine[1] for interacting with Iceberg data stored in s3, gcs, azure, hadoop etc. [0] https://clickhouse.com/docs/en/sql-reference/table-functions... [1] https://clickhouse.com/docs/en/engines/table-engines/integra...
I would say it doesn't but it is actively working on it https://github.com/ClickHouse/ClickHouse/issues/52054