nessie

Transactional catalog for data lakes with Git-like version control

brewmacoslinux
Try with needOr install directly
Source

About

Transactional Catalog for Data Lakes with Git-like semantics

Commands

nessie

Examples

Initialize a new Nessie repository$ nessie init
Create and switch to a new branch$ nessie branch create my-feature-branch
Commit table changes with a message$ nessie commit -m 'Updated customer table schema'