neo4j-contrib / sparql-plugin

Other
67 stars 28 forks source link

This is a Neo4j Server plugin, providing Sparql Neo4j Server. This effectively turns the Neo4j Server into a Triple Store.

For usage via the REST API, see the current documentation.

Building from source and deploying into Neo4j Server

mvn clean package
unzip target/neo4j-sparql-plugin-0.2-SNAPSHOT-server-plugin.zip -d $NEO4J_HOME/plugins/sparql-plugin
cd $NEO4J_HOME
bin/neo4j restart