This commit is contained in:
Aaron Boodman
2015-06-03 13:59:50 -07:00
+15 -1
View File
@@ -1 +1,15 @@
# noms
# 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