Open table formats¶
Import and export data into/from open table formats on filesystem and cloud storage.
Install¶
Persistent.
uv tool install --upgrade 'cratedb-toolkit[io-curated]'
Ephemeral.
uvx 'cratedb-toolkit[io-curated]'
Container.
docker run --rm ghcr.io/crate/cratedb-toolkit ctk
Integrations¶
I/O adapters for Apache Iceberg tables [1] and Delta Lake tables [2], to enhance interoperability with open table formats. They build upon Apache Parquet data files, a free and open-source column-oriented data storage format, effectively succeeding and superseding Apache Hive use cases from the Hadoop era.