Files
dolt/clients/splore
2015-12-18 00:05:27 -08:00
..
2015-11-23 13:01:12 -05:00
2015-11-23 13:01:12 -05:00
2015-11-23 13:01:12 -05:00
2015-09-29 13:12:26 -04:00
2015-12-08 19:20:20 -05:00
2015-12-11 14:46:16 -08:00
2015-12-08 19:20:20 -05:00
2015-12-08 19:20:20 -05:00
2015-12-17 23:54:57 -08:00
2015-12-18 00:05:27 -08:00
2015-12-17 23:54:57 -08:00
2015-12-11 14:46:16 -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
PYTHONPATH=$GOPATH/src/github.com/attic-labs/noms/tools python build.py
./node_modules/.bin/http-server

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

Develop

  • ./link.sh # only necessary first time, or if changes have happened in js
  • npm install # only necessary first time, or if deps have changed
  • NOMS_SERVER=http://localhost:8000 npm run start

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