Skip to content

Commit 8d42470

Browse files
committed
Update README
1 parent 39d6439 commit 8d42470

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
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

0 commit comments

Comments
 (0)