Neo4j

From NixOS Wiki

Neo4j is a graph database implemented in Java.

NixOS

Setting the initial password

export NEO4J_CONF=/var/lib/neo4j/conf/
neo4j-admin set-initial-password mySuperSecretPassword

Logging in using cypher-shell should now function.