From f0d78e8718269189392db705920e36f776ab41dd Mon Sep 17 00:00:00 2001 From: Aaron Boodman Date: Sun, 5 Jun 2016 15:04:22 -0700 Subject: [PATCH] Update README.md --- README.md | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 7eea23eb2c..c2f1a0c4bf 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ In other words, Noms is Git for data. ``` git clone https://github.com/attic-labs/noms $GOPATH/src/github.com/attic-labs/noms go install github.com/attic-labs/noms/cmd/... + noms log http://demo.noms.io/cli-tour:film-locations ``` [Samples](TODO)  |  [Command-Line Tour](doc/cli-tour.md)  |  [JavaScript SDK Tour](doc/js-tour.md)  |  [Intro to Noms](doc/intro.md) @@ -21,33 +22,33 @@ noms log http://demo.noms.io/cli-tour:film-locations - - - -
Versioning
- Each commit is retained and can be viewed or reverted -
Type inference
- Each dataset has a precise schema that is automatically inferred -
Atomic commits
- Immutability enables atomic commits of any size +
Versioning
+ Each commit is retained and can be viewed or reverted +
Type inference
+ Each dataset has a precise schema that is automatically inferred +
Atomic commits
+ Immutability enables atomic commits of any size
Diff
+
Diff
Compare structured datasets of any size efficiently -
Schema versioning
+
Schema versioning
Narrow or widen schemas instantly, without rewriting data -
Sorted indexes
+
Sorted indexes
Fast range queries, on a single or a combination of attributes
Fork
- Create your own isolated branch of a dataset to work in -
Schema validation (soon)
- Optionally constrain commit types on a per-dataset basis -
Insanely easy import
- Continuous import from anywhere with automatic deduplication +
Fork
+ Create your own isolated branch of a dataset to work in +
Schema validation (soon)
+ Optionally constrain commit types on a per-dataset basis +
Insanely easy import
+ Continuous import from anywhere with automatic deduplication
Sync
- Sync disconnected database instances efficiently and correctly -
Structural typing
- Index, search, and match data by structure shape -
Awesome export
- Continuously and efficiently export from Noms to anywhere +
Sync
+ Sync disconnected database instances efficiently and correctly +
Structural typing
+ Index, search, and match data by structure shape +
Awesome export
+ Continuously and efficiently export from Noms to anywhere