-
Book Overview & Buying
-
Table Of Contents
Neo4j Cookbook
By :
Neo4j is very flexible in terms of configuration, and it can be changed to achieve performance, security, and flexibility.
In this recipe, you will learn about the common configuration files of Neo4j.
To get started with this recipe, install Neo4j using the steps from the earlier recipes of this chapter.
Before getting into the recipe, here are some important points that you need to consider:
conf/neo4j-server.propertiesconf/log4j.propertiesconf/neo4j.properties fileconf/neo4j-wrapper.propertiesconf/neo4j-http-logging.xml fileThe Neo4j shell can also be used to access a remote graph database. To do so, perform the following steps:
In the server primary configuration file, add this line:
enable_remote_shell = true
The default port for remote shell access can be changed by adding the following line:
enable_remote_shell_port=1234
Now, you can access the remote database.
org.neo4j.server.webserver.address=0.0.0.0
The default port for remote shell access can be changed by editing the following line:
org.neo4j.server.webserver.port=7473
./neo4j restart
Neo4j comes with lots of configuration options, and by changing the parameters in different configuration files, you can configure each part of it.
To find out more about the configuration options, check out http://neo4j.com/docs/stable/server-configuration.html.
Change the font size
Change margin width
Change background colour