Neo4j - Connection
Neo4j can be accessed both through the shell using command cypher-shell or through the browser.
During the tutorial we will be using the browser version of neo4j, but it is also possible to use the terminal version. The terminal version can be launched just by going inside the Docker server and after that by running the command cypher-shell.
Lauching Browser Instance
To start the browser instance of Neo4j:
- Start the Docker container
- Open your browser and navigate to:
Info
When it asks you to set the password, set the password to password so that you will remember it in the future.