Chris Masone 703ed765b2 Add ForceRunInDir()
This helper allows the caller to run a command in a given directory,
and panic on failure.
2015-12-21 15:45:24 -08:00
2015-12-08 11:22:50 -08:00
2015-12-17 15:23:28 -05:00
2015-12-11 16:30:07 -05:00
2015-12-17 15:23:28 -05:00
2015-12-21 15:45:24 -08:00
2015-12-02 12:01:42 -05:00
2015-12-11 14:46:16 -08:00
2015-12-18 00:07:51 -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 build ./...
go test ./...

Run

cd <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 367 MiB
Latest
2026-01-22 19:05:28 -06:00
Languages
Go 84%
Shell 15.1%
JavaScript 0.3%
Java 0.1%