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
Develop an Iceberg Storage, focusing on reading data from Iceberg data-files.
As reference implementation took Delta.
Scope and Goals
✅ List table from iceberg catalog
✅ Infer schema and convert it to transfer internal type system.
✅ Read data convert arrow records to Change Item-s.
✅ Basic e2e tests with test-container for s3.
🚫 Replication and CDC handling are out of scope.
🚫 No sharding and performance tune in this phase.
Implementation Details
Read format:
Utilize iceberg-go official library for meta catalogs
Implement storage for iceberg, ability to list tables, estimate rows count and read data from it.
There is docker-compose recipe in place for e2e tests, this tests run inside CI.
Closes: #203
Implement Iceberg Storage
Feature Request
Develop an Iceberg Storage, focusing on reading data from Iceberg data-files.
As reference implementation took Delta.
Scope and Goals
✅ List table from iceberg catalog
✅ Infer schema and convert it to transfer internal type system.
✅ Read data convert arrow records to Change Item-s.
✅ Basic e2e tests with test-container for s3.
🚫 Replication and CDC handling are out of scope.
🚫 No sharding and performance tune in this phase.
Implementation Details
Read format:
Type System Support:
Configuration Options:
iceberg.Props
map[string]string, this will support any settings out of icebergs out of the boxTesting:
References & Inspiration
The text was updated successfully, but these errors were encountered: