Chris Masone 4f82f47b05 Add -dynamo-stats flag to control printing of DynamoStore stats
Most people don't want to see these most of the time, so
now there's a flag I can set when I want to see the
read/write stats that DynamoStore keeps.

Fixes #1037
2016-03-02 17:29:57 -08:00
2016-02-08 23:15:09 -08:00
2016-02-08 23:15:09 -08:00
2016-02-09 11:06:10 -08:00
2016-02-08 23:15:09 -08:00
2016-02-10 17:00:14 -08:00
2016-02-10 17:00:14 -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

Set environment variables

Get the code

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

Build

go install `go list ./... | grep -v /vendor/`
go test `go list ./... | grep -v /vendor/`

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 427 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%