Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 599 Bytes

README.markdown

File metadata and controls

12 lines (9 loc) · 599 Bytes

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