mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-11 02:59:34 -06:00
0e9a2cd7812b550b8ca42e41dcf74030a8df35f4
Hello!
Noms is a content-addressable, append-only, peer-to-peer, structured data store.
In other words, noms is git for data.
This repository contains two reference implementations of the noms protocol - one in Go, and one in JavaScript. It also includes a number of tools and sample applications.
Get Noms
First make sure you have these prerequisites installed:
Then, fetch and build Noms:
git clone https://github.com/attic-labs/noms $GOPATH/src/github.com/attic-labs/noms
go install github.com/attic-labs/noms/cmd/...
Run
cd "$GOPATH/src/github.com/attic-labs/noms/clients/go/counter"
go build
./counter ldb:/tmp/nomsdb:counter
./counter ldb:/tmp/nomsdb:counter
./counter ldb:/tmp/nomsdb:counter
What next?
- Learn the core tools:
serve,splore,sync,csv import/export,json-import,xml-import - Run sample apps: (TODO)
- NomDL reference (TODO)
- Go SDK reference (TODO)
- JavaScript SDK reference (TODO)
Recommended Chrome extensions
- Hides generated (Go) files from GitHub pull requests: GitHub PR gen hider.
Description
Releases
128
Languages
Go
84.1%
Shell
15%
JavaScript
0.3%
Java
0.1%
Python
0.1%