Connecting from CLI

Start by creating your Neo4j database in GrapheneDB.

Once you've created your database, you will need to create a database user. Please read more on database users here.

Finally, you just need to retrieve the Bolt connection URI from your database Connection tab.

If you haven't already done so, go ahead and download and uncompress Neo4j Cypher Shell on your machine. Enter your database connection settings and you're ready to go!

./cypher-shell -a neo4j+s://db-jidgsytyxo1r31sd4ker.graphenedb.com:24786 -u admin -p b.P0shGn2gvpUD.9RAHyuY4QXkkUK7w

Connected to Neo4j 4.1.0 at neo4j+s://db-jidgsytyxo1r31sd4ker.graphenedb.com:24786 as user admin.
Type :help for a list of available commands or :exit to exit the shell.
Note that Cypher queries must end with a semicolon.
neo4j@neo4j>

You can find a complete reference to the Neo4j CLI following this link.