Apache Polaris
An open-source REST catalog for Apache Iceberg with centralized RBAC, originally developed by Snowflake and donated to Apache.
Summary
An open-source REST catalog for Apache Iceberg with centralized RBAC, originally developed by Snowflake and donated to Apache.
Polaris is the vendor-neutral answer to the "catalog wars" of 2025-2026. As Iceberg becomes the dominant table format, every engine needs a single source of truth for table metadata. Polaris implements the Iceberg REST Catalog Spec, making it the interoperable choice for multi-engine lakehouse environments.
- Polaris is a metadata catalog, not a query engine. It does not execute queries — it serves metadata to engines that do.
- Requires a persistence backend (PostgreSQL or similar). Not a standalone binary; deployment complexity is non-trivial.
implementsIceberg REST Catalog Spec — the standard REST interface for Iceberg catalogsenablesApache Iceberg — provides metadata management for Iceberg tables on S3solvesVendor Lock-In — engine-neutral catalog alternative to AWS Glue or Databricks Unitycompetes_withUnity Catalog, Apache Gravitino
Definition
An open-source REST catalog for Apache Iceberg, originally developed by Snowflake and donated to the Apache Software Foundation. Provides centralized role-based access control (RBAC) for Iceberg table metadata.
As multiple compute engines (Spark, Trino, Flink, Snowflake) read and write to the same Iceberg tables on S3, organizations need a single, vendor-neutral catalog that enforces consistent access policies. Polaris decouples metadata governance from any specific engine.
Centralized Iceberg catalog for multi-engine environments, RBAC enforcement across data lakehouse platforms, vendor-neutral metadata management.
Connections 7
Outbound 5
scoped_to2implements1enables1solves1Inbound 2
Resources 3
Official Apache Polaris project site with documentation on deploying and configuring the open-source Iceberg REST catalog.
Source repository for Polaris with release notes, architecture docs, and contribution guidelines.
Practical overview of Polaris architecture, RBAC capabilities, and how it compares to other Iceberg catalogs.