Project Nessie is an advanced, open-source transactional catalog designed specifically for modern data lakehouses built on Apache Iceberg. While standard catalogs simply track the current state of a table, Nessie maintains a versioned history of the entire catalog state, introducing software engineering principles to data management in a paradigm known as Data-as-Code.

Git-Like Capabilities for Data

Nessie allows data engineers to interact with their data lake using operations familiar to any software developer who uses Git:

Multi-Table Transactions

Standard Apache Iceberg guarantees ACID transactions at the individual table level. However, modern ETL jobs often span multiple tables - for instance, inserting data into a fact table while simultaneously updating three dimension tables. If the pipeline fails halfway through, the tables may become out of sync.

Nessie solves this by enabling cross-table atomic commits. By executing the multi-table ETL process on an isolated branch, none of the changes are visible to production. Once the entire pipeline succeeds, the branch is merged into production in a single, atomic operation. The consumers querying the `main` branch will either see all the updates simultaneously or none at all, ensuring perfect consistency.

Ecosystem Integration

Nessie natively implements the Iceberg REST Catalog API, meaning it seamlessly integrates with modern query engines like Spark, Flink, and Trino. For organizations managing massive, complex data pipelines where environment isolation (dev, stage, prod) and strict data quality gates are required, Project Nessie provides the foundational infrastructure to treat data as rigorously as code.

Master the Agentic Lakehouse

Start building today with free trials and authoritative resources.

Architecting an Apache Iceberg Lakehouse

Architecting an Apache Iceberg Lakehouse

Buy on Manning
The AI Lakehouse

The AI Lakehouse

Buy on Amazon
Apache Iceberg and Agentic AI

Apache Iceberg and Agentic AI

Buy on Amazon
Lakehouse Built for Everyone

Lakehouse Built for Everyone

Buy on Amazon