Set up database


Please check out the instructions on how to start a Neo4j database, if you do not have one available yet. There needs to be an online database for mako to access before any of the following commands will work. The software will connect to the running database and interact with this.

For this tutorial, it is assumed that the settings to connect to Neo4j are identical to those used for the Docker instance. Consequently, the Bolt address is bolt://localhost:7688. If you are using the default address, make sure to use bolt://localhost:7687 in your commands.

You can follow exactly what mako is doing via the Neo4j Browser. For complete instructions on accessing the Neo4j Browser, please continue to the Neo4j Browser page.