A graph database debugging tool for US politics (Debug Politics Hackathon, Jan 2017, NYC)
See tutorial at https://neo4j.com/developer/docker/#_how_to_use_the_neo4j_docker_image .
docker run \
--publish=7474:7474 --publish=7687:7687 \
--volume=$HOME/neo4j/data:/data \
--volume=$HOME/neo4j/logs:/logs \
neo4j:3.0
https://neo4j.com/docs/cypher-refcard/current/
See https://github.com/sahuguet/influenza/blob/master/queries.cypher for some examples.