Files
dolt/clients/splore
Rafael Weinstein 5a4fab4448 Add HttpStore.put
2016-03-15 16:24:06 -07:00
..
2016-03-15 16:24:06 -07:00
2016-01-20 12:48:25 -08:00
2016-01-21 14:41:19 -08:00
2016-02-04 15:18:29 -08:00
2016-01-20 12:48:25 -08:00
2015-12-17 23:54:57 -08:00
2016-01-25 18:16:35 -08:00
2016-03-04 23:51:24 -08:00

Splore

Splore is a general-purpose debug UI for exploring noms data.

splore and counter

Example

cd $GOPATH/src/github.com/attic-labs/noms/clients/counter
go build
./counter -ldb="/tmp/sploretest" -ds="counter"
./counter -ldb="/tmp/sploretest" -ds="counter"

# Splore requires server to be running
cd ../server
go build
./server -ldb="/tmp/sploretest" &

cd ../splore
./build.py
./node_modules/.bin/http-server

Then, navigate to http://localhost:8080.

Develop

  • ./build.py # only necessary first time
  • NOMS_SERVER=http://localhost:8000 npm run start

This will start watchify which is continually building a non-minified (and thus debuggable) build.