Common configurations of Neo4j

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.

Getting ready

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:

  • The main configuration file can be found at conf/neo4j-server.properties
  • The default server logging configuration file is at conf/log4j.properties
  • Tuning parameters can be tuned in the conf/neo4j.properties file
  • The configuration file for a wrapper used in daemonizing can be found at conf/neo4j-wrapper.properties
  • The logging ...

Get Neo4j Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.