Skip to content

nimtable/nimtable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nimtable: Observability for Apache Iceberg™

Nimtable is a lightweight web platform for exploring and managing Apache Iceberg catalogs and tables.

Screenshot

Overview

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.

Quick Start

The fastest way to get started is using Docker:

cd docker
docker compose up -d

Access the UI at http://localhost:3000.

Default Admin Login

  • 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.

Core Capabilities

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.

Roadmap

For detailed roadmap items and progress tracking, see Roadmap.

Contributing

We welcome contributions! Please see our Contributing Guide for details.

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.