neo4j-sparql-extension icon indicating copy to clipboard operation
neo4j-sparql-extension copied to clipboard

Neo4j 3.x

Open galpin opened this issue 8 years ago • 2 comments

Is this project dead for Neo4j 3.x?

Neo4j currently fails to load with the attached error.

Thanks,

debug.txt

galpin avatar Jul 26 '16 19:07 galpin

Yes, I'm sorry. This project depends heavily on https://github.com/tinkerpop/blueprints and that project is now a part of the Apache Software Foundation (including breaking changes). I did not yet have enough time to look into the new TinkerPop 3.0 and what changes are needed. It may also be possible that they don't support Neo4j 3.x at all.

niclashoyer avatar Aug 01 '16 06:08 niclashoyer

I had a quick look. It seems that TinkerPop 3.0 supports Neo4j 3.x, but the Sesame Sail 2.x Ouplementation is no longer available, so it is not possible to port this project to TinkerPop 3.0.

TinkerPop 3.0 supports SPARQL, but that implementation uses Jena ARQ instead of Sesame. That would require a full rewrite, because Jena ARQ is a completely different Java/RDF/SPARQL API.

niclashoyer avatar Aug 01 '16 07:08 niclashoyer