Benjamin Kalman e27980dbd3 Don't calculate metaSequence chunk refs until necessary.
This saves a lot of work for the XML importer.
2016-01-07 17:17:32 -08:00
2015-12-17 15:23:28 -05:00
2016-01-07 13:42:09 -08:00
2016-01-05 15:57:45 +11:00
2015-12-23 15:47:21 -08:00
2015-12-11 14:46:16 -08:00

Noms

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.

Prerequisites

Get the code

First, ensure $GOPATH is set correctly. Then:

go get -u -t github.com/attic-labs/noms/...

Build

go install ./...
go test ./...

Run

cd "$GOPATH/src/github.com/attic-labs/noms/clients/counter"
go build
./counter -ldb=/tmp/foo -ds=foo
./counter -ldb=/tmp/foo -ds=foo
./counter -ldb=/tmp/foo -ds=foo

What next?

S
Description
Dolt – Git for Data
Readme Apache-2.0 369 MiB
Latest
2026-05-20 14:40:08 -05:00
Languages
Go 69.5%
Shell 17.8%
JavaScript 12%
Java 0.1%
Python 0.1%