Skip to content

Server extension for Neo4j 2.0 providing bulk loading from Geoff (and eventually XML)

License

Notifications You must be signed in to change notification settings

trickidicki/load2neo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Load2neo

Load2neo is a server extension written for Neo4j 2.0 and upwards that provides a facility for bulk loading data into a Neo4j database. Currently, only the Geoff format is supported although XML support will follow.

Installation

To install, drop the jar file into the server plugins directory and edit the conf/neo4j-server.properties file to ensure the extension is mounted:

org.neo4j.server.thirdparty_jaxrs_classes=com.nigelsmall.load2neo=/load2neo

You will need to restart the server for the configuration and extension to be loaded.

Usage

curl -X POST http://localhost:7474/load2neo/load/geoff -d '(alice)<-[:KNOWS]->(bob)'
curl -X POST http://localhost:7474/load2neo/load/geoff -d @foo.geoff

About

Server extension for Neo4j 2.0 providing bulk loading from Geoff (and eventually XML)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%