UNPKG

706 BMarkdownView Raw
1<img src='https://github.com/attic-labs/noms/raw/master/doc/nommy_cropped_smaller.png' align='left' width='350' title='Nommy, the snacky otter'>
2
3<br clear='all'/>
4
5*[Noms](https://github.com/attic-labs/noms/)* is a content-addressed, immutable, decentralized, strongly-typed database.
6
7In other words, Noms is Git for data.
8
9This is the JavaScript reference implementation.
10
11## Getting Started
12
13The [JavaScript SDK Tour](https://github.com/attic-labs/noms/blob/master/doc/js-tour.md) walks you through installing and creating your first Noms database using NodeJS.
14
15## More Info
16
17[Command-Line Tour](doc/cli-tour.md)&nbsp; | &nbsp;[Go SDK Tour](doc/go-tour.md)&nbsp; | &nbsp;[Intro to Noms](doc/intro.md)