mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-28 18:59:00 -06:00
16 lines
530 B
Markdown
16 lines
530 B
Markdown
# Noms
|
|
|
|
Noms is a content-addressable, immutable, peer-to-peer, multi-application datastore for structured application data.
|
|
|
|
This repository will contain the reference implementation of the noms protocol, and will eventually be open sourced.
|
|
|
|
This includes:
|
|
|
|
* Go wrappers for all the core Nom types
|
|
* Support for generating Go types from Nom schema definitions
|
|
* Chunking and dechunking
|
|
* Serialization and deserialization
|
|
* Chunkstore interface as well as several sample implementations
|
|
* Search support
|
|
* Sample applications
|