README ¶
Example
cd $GOPATH/src/github.com/attic-labs/noms/samples/go/counter
go build
./counter /tmp/nomsdb::counter
./counter /tmp/nomsdb::counter
./counter /tmp/nomsdb::counter
noms serve /tmp/nomsdb
Then, in a separate shell:
# This starts where the previous count left off because we're serving the same database
./counter http://localhost:8000::counter
# Display the datasets at this server
noms ds http://localhost:8000
# Print the history of the counter dataset
noms log http://localhost:8000::counter
Documentation ¶
There is no documentation for this package.
Source Files ¶
- commit_iterator.go
- noms.go
- noms_blob.go
- noms_blob_get.go
- noms_blob_put.go
- noms_commit.go
- noms_config.go
- noms_diff.go
- noms_ds.go
- noms_json.go
- noms_list.go
- noms_log.go
- noms_map.go
- noms_merge.go
- noms_root.go
- noms_serve.go
- noms_set.go
- noms_show.go
- noms_stats.go
- noms_struct.go
- noms_sync.go
- noms_version.go
Click to show internal directories.
Click to hide internal directories.