File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# ice [ ![ build] ( https://github.com/altinity/ice/actions/workflows/verify.yaml/badge.svg )] ( https://github.com/altinity/ice/actions/workflows/verify.yaml )
22
3- A suite of tools aiming at simplifying [ Iceberg] ( https://iceberg.apache.org/ ) + [ ClickHouse ] ( https://clickhouse.com/ ) deployment
3+ A suite of tools aimed at making [ Iceberg] ( https://iceberg.apache.org/ ) REST Catalogs more approachable.
44
5- - [ ice-rest-catalog] ( ice-rest-catalog/ ) - A dead-simple Iceberg REST catalog.
6- - [ ice] ( ice/ ) - A CLI for loading data into Iceberg REST catalogs.
5+ - [ ice-rest-catalog] ( ice-rest-catalog/ ) - A Kubernetes-ready Iceberg REST catalog backed by [ etcd] ( https://etcd.io/ ) (WIP).
6+ Starts with a one-liner: ` ice-rest-catalog -c config.yaml ` .
7+
8+ - [ ice] ( ice/ ) - A CLI for interacting with Iceberg REST catalogs.
9+ Create/delete tables, insert data with ` ice insert -p ns1.table1 file://example.parquet ` , etc.
710
811## Demo
912
You can’t perform that action at this time.
0 commit comments