Hamza Motiwalla
Shivakant Mishra
University of Colorado Boulder
- Docker
- Golang
$ go run controller.go dockerfunc.go helper.go
The controller will now listen for requests on localhost:8000
$ cd tests/
$ go run creategraph.go
It take a minute or so to get all vertices and edges up and running..
$ docker logs vertex3
$ cd tests/
$ go run addvertex4.go
$ docker logs vertex3
$ cd tests/
$ go run remvertex2.go
$ docker logs vertex3
Kill the controller.go process
$ bash clean.sh
Coming soon...
Also checkout hamza15comp/vertex