From dc2780ba3a036175291901a2a3d7dd1fb83470c0 Mon Sep 17 00:00:00 2001 From: aboodman Date: Tue, 2 Jun 2015 23:53:21 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14a3ad57f6..5962de3be4 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ -# 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 types 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 From 1fafdd08434c6cf7d22a4a758ec6c871a289c8c2 Mon Sep 17 00:00:00 2001 From: aboodman Date: Tue, 2 Jun 2015 23:53:44 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5962de3be4..2ab57fe835 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,4 @@ This includes: * Serialization and deserialization * Chunkstore interface as well as several sample implementations * Search support +* Sample applications From 09bded5f1464f93eca6207e617caed21945cfe6d Mon Sep 17 00:00:00 2001 From: aboodman Date: Tue, 2 Jun 2015 23:54:04 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ab57fe835..af172039a8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository will contain the reference implementation of the noms protocol, This includes: -* Go types for all the core Nom types +* Go wrappers for all the core Nom types * Support for generating Go types from Nom schema definitions * Chunking and dechunking * Serialization and deserialization