Apache Polaris
Metadata Plane · Table & Technical Catalogues
Open-source catalogue that implements the Apache Iceberg REST catalogue API.
- Open source
Metadata Plane · Table & Technical Catalogues
Federated metadata catalogue for tables, files, streams and models, managed in place across sources and served to Spark, Trino and Flink through one namespace.
Apache Gravitino describes itself as a federated metadata lake: rather than crawling other systems and holding a copy of what it finds, it connects to them and manages their metadata directly, so a change made through Gravitino appears in the underlying system and a change made there appears in Gravitino.
The object model is a three-level namespace inside a container called a metalake. A metalake holds catalogues, each with a connector to one metadata source; a catalogue holds schemas; and a schema holds tables, views, filesets, models, topics or user-defined functions. That spread is the point — one namespace covers relational tables, files on object storage, Kafka topics and registered ML models rather than tables alone.
Sources are reached through connectors. Lakehouse catalogues cover Iceberg, Hudi and Paimon plus a generic option; a Hive catalogue fronts a metastore; JDBC catalogues cover MySQL, PostgreSQL, ClickHouse, Doris, StarRocks, OceanBase and Hologres; fileset catalogues cover HDFS and cloud object storage; and Kafka and model catalogues cover topics and ML models.
In the other direction Gravitino serves a standards-compliant Iceberg REST catalogue, which is how engines reach it without bespoke integration, alongside connectors for Trino, Spark, Flink and Daft, Java and Python clients, a CLI and an MCP server for LLM tools.
Access control uses two models together: role-based, where privileges go to roles and roles to users and groups, and discretionary, where every object has an owner who controls management operations on it. Built-in authorisation is opt-in through configuration, and privileges can instead be pushed down to a source's own permissions or to Apache Ranger.
It began at Datastrato, entered the Apache Incubator and is now a top-level project under Apache 2.0, with 1.3.0 the current release. Datastrato still employs many of its contributors and sells a commercial distribution.
The same headings are used for every table & technical catalogues entry, so two tools can be read side by side.
Open source
Free under the Apache 2.0 licence, with no paid edition from the foundation. Commercial support and added operational features come from Datastrato Enterprise, a separate distribution.
Gravitino is an Apache Software Foundation top-level project, licensed Apache 2.0 and governed by its own project management committee. The code originated at Datastrato, the company founded to build it, which donated it to the foundation; Datastrato continues to employ many of its contributors and maintains a commercial distribution, Datastrato Enterprise, on top of it. The foundation itself offers no managed service or paid edition. Development is active, with the repository seeing commits on the day this was checked.
Metadata Plane · Table & Technical Catalogues
Open-source catalogue that implements the Apache Iceberg REST catalogue API.
Metadata Plane · Table & Technical Catalogues
Managed technical metadata catalogue for data on AWS, used by services such as Athena, EMR and Redshift.
Metadata Plane · Table & Technical Catalogues
Commercial distribution of Apache Gravitino, adding SCIM provisioning, role-based access control across federated catalogues, an administration UI, audit logging and a supported Helm chart.
Metadata Plane · Table & Technical Catalogues
Apache Hive's metadata service, still widely used as a table catalogue by Spark and other engines.
Metadata Plane · Table & Technical Catalogues
Governance catalogue for data and AI assets, available as open source and managed in Databricks.
Drafted with AI assistance and checked against the vendor’s own documentation.