Win: Important directories

1. Neo4j

<NEO4J_HOME>
(for example: c:\Programs\neo4j-community-2.1.4)

Home directory of Neo4j. Important files and directories has red color.

  • bin - scripts of Neo4j

  • conf - configuration files

    • neo4j-http-logging.xml

    • neo4j.properties

    • neo4j-server.properties - main configuration file. Contains information about database location, HTTP port and other.

    • neo4j-wrapper.conf

  • data

    • dbms - Neo4j internal data

    • log - log directory. See Win: Logging

  • lib - libraries

  • plugins - extending functionality for Neo4j. Here is place for Graphlytic Neo4j plugin. See Win: 2. Install Neo4j

  • system - system files

<NEO4J_DATA>

(for example: c:\Prograpms\graphlytic\data\db_neo4j\)

Location of Neo4j database

2. Graphlytic

<GL_HOME>

(for example: c:\Prograpms\graphlytic)

Home directory of Graphlytic.

  • application.properties - main configuration file

  • graphlytic.bat - starting script

  • graphlytic.war - web application archive

  • graphlyticc - not used in Windows

  • graphlyticd - not used in Windows

  • graphlytic-init-deb - not used in Windows

  • graphlytic-init-rhel - not used in Windows

  • jetty-http.xml - Jetty configuration file

  • jetty-http-https.xml - Jetty configuration file

  • jetty-https.xml - Jetty configuration file

  • jetty-runner.jar - Jetty servlet engine

  • keystore_gl-webapp - store for private and public key for HTTPS (self-signed)

  • logback.xml - main configuration file for logging

<GL_DATA>

(for example: c:\Prograpms\graphlytic\data)

Data directory for Graphlytic. Stores: database of ETL jobs, configuration of ETL jobs and log files (See Win: Logging):

  • neo4j.log - log information about starting Graphlytic

  • graphlytic-audit.log - audit log information: successful login and unsuccessful login, data operations (create, update, delete - name of the operation and username)

  • graphlytic.log - main log file of Graphlytic