| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.
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:
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.
| Back | FazBrowse Home | New Git URL |