1 مستودع
Tracking dataset state changes through a sequence of immutable snapshots.
Distinct from Database Versioning: Distinct from generic database versioning by specifically implementing an immutable commit graph for branching and forking.
Explore 1 awesome GitHub repository matching data & databases · Commit-Based Versioning. Refine with filters or upvote what's useful.
Noms is a distributed version control database and content-addressable data store. It identifies data by cryptographic hashes to ensure integrity and deduplication, while tracking dataset state changes through a sequence of immutable commits to enable branching, forking, and historical recovery. The system functions as a peer-to-peer data synchronizer, reconciling state between disconnected database instances to ensure all nodes converge on the same data. It distinguishes itself as a schema-flexible document store that supports self-describing types, allowing schemas to evolve and widen as ne
Tracks dataset state changes through immutable commits to enable branching, forking, and historical recovery.