Erik Arvidsson 4482eed74c Fix issue with canUseDef
We were not passing the package through when we called
containsComparable which made us lookup the type in the wrong package.

Fixes #869
2016-01-20 13:27:48 -08:00
2016-01-14 12:19:14 -08:00
2015-12-01 12:39:42 -08:00
2016-01-14 12:19:14 -08:00
2016-01-14 12:19:14 -08:00
2016-01-20 13:27:48 -08:00
2016-01-14 12:19:14 -08:00
2015-12-23 15:47:21 -08:00
2015-12-02 12:01:42 -05: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 363 MiB
Latest
2026-05-08 18:44:37 -05:00
Languages
Go 69.4%
Shell 17.8%
JavaScript 12%
Java 0.2%
Python 0.1%