Hi Folks,
Saikat and me have been setting up a first embryo of a Gremlin plugin,
which later maybe can server for other scripting languages. Take a
look at 
https://github.com/peterneubauer/neo4j-gremlin-plugin/blob/master/src/main/java/org/neo4j/server/plugin/gremlin/GremlinPlugin.java
and feel free to fork and contribute - it's just a mini-stub right now
and not effective.

It basically does

curl -d 'script=results.add(start)'
http://localhost:7474/db/data/ext/GremlinPlugin/node/0/execute_from_node

{
  "self" : "vertex: v[0]"
}

But it's a start. Any comments are welcome!

Cheers,

/peter neubauer

GTalk:      neubauer.peter
Skype       peter.neubauer
Phone       +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter      http://twitter.com/peterneubauer

http://www.neo4j.org               - Your high performance graph database.
http://startupbootcamp.org/    - Öresund - Innovation happens HERE.
http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to