Neo4j

From NixOS Wiki
Revision as of 06:38, 21 June 2024 by Tomodachi94 (talk | contribs) (copyedit, add lead section, tag with {{Expansion}})
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.