Nimtable is a lightweight web platform for exploring and managing Apache Iceberg catalogs and tables.
Nimtable provides a clean interface and REST API for Apache Iceberg. It helps engineers inspect catalog metadata, view table schemas and partitions, analyze file layouts, and manage routine maintenance workflows through existing compute engines such as Apache Spark or RisingWave.
The fastest way to get started is using Docker:
cd docker
docker compose up -dAccess the UI at http://localhost:3000.
- Username:
admin - Password:
admin
Important: After your first login, we strongly recommend changing the default admin password through the web interface for security. Once changed, the password will be stored in the database and environment variables will no longer be used for authentication.
Nimtable runs between users and Iceberg catalogs. It provides both a REST API and a browser-based console for interactive metadata management.
[Users] [AI agents] [Apps]
+-------------------------+
| NIMTABLE |
+-------------------------+
|
+-------------------------+ +-------------------------+ +-------------------------+
| Catalog services | | Ingestion + compaction | | Query engines |
|-------------------------| |-------------------------| |-------------------------|
| - Hive Metastore | | - RisingWave | | - Snowflake |
| - AWS Glue | | - Spark | | - Databricks |
| - Apache Polaris | | - Flink | | - DuckDB |
| - Unity Catalog | | - Other engines | | - StarRocks |
| - Lakekeeper | | | | - ClickHouse |
| - Other catalogs | | | | - Other engines |
+-------------------------+ +-------------------------+ +-------------------------+
It offers the following capabilities:
- Connect to multiple catalogs including REST, AWS Glue, and S3 Tables.
- Explore tables, schemas, partitions, snapshots, and manifests.
- Run SQL queries directly from the browser for quick inspection.
- Visualize file and snapshot distribution to identify optimization opportunities.
- Integrate with external engines like Spark or RisingWave to manage compaction and maintenance tasks.
- Serve as a standard Iceberg REST Catalog API endpoint.
For detailed roadmap items and progress tracking, see Roadmap.
We welcome contributions! Please see our Contributing Guide for details.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
