neo4j-attic/examples
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Embedded Neo4j on the JVM ========================= You'll find some source code in the examples/ directory. These examples progress from setting up a graph, to indexing, to using algorithms. Scripts in the bin/ directory run the source code against pre-compiled classes in the lib/ directory. The scripts and related source code are: * embedded-neo4j org.neo4j.examples.EmbeddedNeo4j * embedded-neo4j-with-indexing org.neo4j.examples.EmbeddedNeo4jWithIndexing * calculate-shortest-path org.neo4j.examples.CalculateShortestPath * using-integrated-index org.neo4j.examples.UsingIntegratedIndex * shell-example org.neo4j.examples.Neo4jShell References ---------- * http://docs.neo4j.org/ documentation * http://components.neo4j.org/ documentation about each component License(s) ---------- Various licenses apply. Please refer to the LICENSE and NOTICE files for more detailed information. A full report regarding the licenses of all included dependencies is found in site/dependencies.html.