diff --git a/README.md b/README.md index 14a3ad57f6..af172039a8 100644 --- a/README.md +++ b/README.md @@ -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