Connecting the neo4j web client to a local database -
help!
i've created boatload of nodes in neo4j database , i've been happily querying them. everything's working great, don't see how web interfaced attached local database -- terminology doesn't seem super consistent in neo4j documentation, i'm using in context of:
~$ /opt/neo4j/bin/neo4j-shell -? | grep -e '^ \-path' -path points neo4j db path local server can started there
the web server seems interested in database in data/graph.db. feel :server connect
should have option connect different local database, it's not evident.
on linux/macos, edit neo4j-server.properties
conf
directory of neo4j installation , change value of org.neo4j.server.database.location
point local database.
the neo4j-shell
refer above not affect web browser, , can use connect existing running database, or remote database or start local database if not running , connect it, see http://neo4j.com/docs/2.2.2/re02.html#shell-manpage
Comments
Post a Comment