November 2022
Intermediate to advanced
294 pages
5h 58m
English
There are various options for installing a local copy of Neo4j. See the Neo4j Download Center.[98]
You can install native applications with the Neo4j Desktop, which provides its own GUI interface. This may be your preferred solution.
Or you can simply install Neo4j as a standalone server, using either the Community Server or the Enterprise Server edition. In this book, we are using the Community Server for Linux/Mac.
For this, you need to download the Neo4j distribution file and unzip it. You can then execute the startup script which is located in the bin directory of the Neo4j distribution:
| | $ bin/neo4j start |
The start parameter will run Neo4j as a daemon.
There is also a web browser[99] for interacting with the server. ...
Read now
Unlock full access