popoto is an intriguing d3-based frontend for the neo4j graph database.
While still in alpha, popoto doesn’t have any real releases yet, but there are some zipballs and examples.
In the near term, here is a docker-compose confection that sets up a container group with:
On Linux, you just need docker-compose (and docker).
docker-compose up
On other platforms, Vagrant works pretty well
vagrant plugin install vagrant-docker-compose
vagrant up
vagrant ssh -c "cd /vagrant && docker-compose up"
Then you should be able to visit:
http://localhost:8080
The CSS, images and most links are not working, but the Live Example links do!