You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd project
mkdir src
export GOPATH=`pwd`#Note that the persistence layer is easily interchangeable, just implement the Driver interface. #Currently it is MongoDB.
mongod
go get github.com/pkar/pfftdb
go get labix.org/v2/mgo
go get github.com/golang/glog
go run src/github.com/pkar/pfftdb/example/full/main.go -logtostderr -webDir="$(pwd)/src/github.com/pkar/pfftdb/web/"
Running example data load
cd src/github.com/pkar/pfftdb/clients/python/
python example.py
Graph Vis
View the graph at http://localhost:9666 if you run it with the option -webDir and default port which is 9666