thinkaurelius / neo4j-gremlin-plugin

Gremlin for Neo4jServer 2.x
http://thinkaurelius.com
Apache License 2.0
30 stars 14 forks source link

Support for neo4j 3.0 #17

Open dmikov opened 8 years ago

dmikov commented 8 years ago

Any plans to support or test it with v3.0? Especially if it plays with bolt or rest only?

dseguy commented 8 years ago

As of July 11th, no luck running the plug-in with Neo4j 3.0.3.

I started from the current repository, and changed a few things in the pom.xml (/pom.xml and tinkerpop3/pom.xml)

version tag : 2.3.1 => 3.0.3 (all pom.xml)

tinkerpop3/pom.xml : Changed the following versions

3.2.0-incubating
    <neo4j-api-version>0.1</neo4j-api-version>
    <neo4j-api-impl-version>0.4-3.0.3</neo4j-api-impl-version>

With those, I managed to build (with maven) without problem. When installed in plugins folder, and configured as in the docs, then the curl call has just no effect, no reaction.

The new plugin has 73 .jars (compared to the 59 in the previous one), and reading the versions, it looks indeed more recent.

From here, I don't know where to go, so Neo4j 3.0.3 is no accessible yet. :(

daefresh commented 8 years ago

Would be fantastic for this support on Neo4j 3.0.3

daefresh commented 8 years ago

Any updates on this?

daefresh commented 8 years ago

Just checking in on update for this, when might this support happen? neo4j is a very popular graph framework and gremlin is a awesome language, we're trying to upgrade to 3.0, and I'd imagine there may be others that want to do the same thing. Any thoughts of when this will be available?

dkuppitz commented 8 years ago

Pull Requests are more than welcome. I can't spare any time for this plugin.