You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

Remote Neo4j mode

Structr can connect to a running Neo4j server instance via the Bolt protocol.

The parameters below can be configured in the Config UI (accessible via http://<structr-host>:<structr-port>/structr/config/):

After changing the connection settings, a restart is required.

fig

Or written directly to structr.conf:

#############################################################################
# Neo4j server settings
#############################################################################

database.driver = org.structr.bolt.BoltDatabaseService
database.driver.mode = remote

database.connection.url = bolt://localhost:7687
database.connection.username = neo4j
database.connection.password = neo4j

Search results for "Remote Neo4j mode"

We could not find anything matching "Remote Neo4j mode" in our documentation. Please rephrase your search.

You can also ask your questions in the Structr Google Group or create a free account in the Structr Support Portal.
Click here to send feedback to the Structr team.