A simple and human-readable way to load your network diagram or flowcharts into neo4j for visualization and analysis.
- Install neo4j:
rake neo4j:install
. This will create the db dir with an instance of neo4j in the project. - Start/stop the db server:
rake neo4j:start
andrake neo4j:stop
- Go to http://localhost:7474 to see the neo4j console.
- Duplicate the
zoo.yml
file and rename with rename. Also fill in some of the data based on the examples. - Configure your keywords for your relationships in
config.yml
. Basically, you're just defining the direction associated with the names of your relationships. - Load the data:
rake data_load