Skip to content

hancy2013/sparql-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.4%
  • HTML 4.9%
  • Other 1.7%