Chris Masone da2d86c889 Remove Dataset.Close()
We decided this API doesn't really make sense. So, remove it.

Fixes #932
2016-02-01 11:12:09 -08:00
2016-02-01 11:12:09 -08:00
2016-02-01 11:12:09 -08:00
2016-01-25 16:42:09 -08:00
2016-01-22 18:43:41 -08:00
2016-01-14 12:19:14 -08:00
2016-01-22 18:43:41 -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?

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