2016-06-01 16:33:15 -07:00
2016-05-31 21:06:45 -07:00
2016-05-31 16:13:51 -07:00
2016-05-30 14:32:28 -07:00
2016-05-31 16:13:51 -07:00
2016-05-19 11:38:00 -07:00
2016-05-30 14:32:28 -07:00
2016-06-01 16:26:06 -07:00
2016-05-30 14:32:28 -07:00
2016-05-30 14:32:28 -07:00
2016-05-30 14:32:28 -07:00
2016-05-30 14:32:28 -07:00
2016-05-31 16:13:51 -07:00
2016-05-20 15:23:08 -07:00
2016-06-01 16:33:15 -07:00

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?

Description
Dolt – Git for Data
Readme Apache-2.0 409 MiB
Latest
2026-02-09 20:09:01 -06:00
Languages
Go 84.1%
Shell 15%
JavaScript 0.3%
Java 0.1%
Python 0.1%