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:
- library/nginx hosting popoto on port 8080
- frodenas/neo4j hosting neo4j on 7474
On Linux, you just need docker-compose (and docker).
docker-compose upOn 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:8080The CSS, images and most links are not working, but the Live Example links do!