Files
dolt/README.md
2015-06-02 23:54:04 -07:00

530 B

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