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
Open Table Format is a category of open standards for organizing and managing data in data lakehouses. The three dominant formats are Apache Iceberg (the emerging industry standard), Delta Lake (Databricks-originated), and Apache Hudi (upsert-optimized). These formats bring ACID transactions, schema evolution, time travel, and efficient query planning to data lake storage. Apache Iceberg defines a REST Catalog API that enables standardized catalog operations across implementations.
APIs
Apache Iceberg REST Catalog API
An open REST API specification for interacting with Apache Iceberg table catalogs. Provides standard operations for namespace management, table lifecycle, view management, and metadata operations.