Thanks Peter, I'll be heavily beefing up the methods soon, I have been looking 
at Marko's list of basic methods to enter into the service seen in the link 
below:
https://github.com/tinkerpop/rexster/wiki/Using-Gremlin
Peter I'll send you some more code soon.

> Date: Tue, 22 Mar 2011 23:43:42 +0100
> From: peter.neuba...@neotechnology.com
> To: user@lists.neo4j.org
> Subject: [Neo4j] Starting a Gremlin plugin for Neo4j Server
> 
> 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
                                          
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to