The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From: James Thornton <james.thorn...@gmail.com>
Date: Mon, 23 Apr 2012 01:39:14 -0700 (PDT)
Local: Mon, Apr 23 2012 4:39 am
Subject: Re: Check if a relationship between two nodes exists
You can use a Gremlin script in Bulbs (http://bulbflow.com/) to find a >>> from bulbs.neo4jserver import Graph Here's an overview of the Gremlin methods in Bulbs: >>> g = Graph() >>> script = "g.v(a).bothE().filter{it.outVertex == g.v(b) || it.inVertex == g.v(b)}.count()" >>> params = dict(a=1, b=2) >>> count = g.gremlin.command(script, params) >>> if count: print True http://bulbflow.com/docs/api/bulbs/gremlin/ And here's the source code: https://github.com/espeed/bulbs/blob/master/bulbs/gremlin.py - James On Sunday, April 22, 2012 4:27:03 PM UTC-5, Martyzz1 wrote:
> I would like to run Cypher queries against neo4j via a REST client.... Can > Or > alternatively, is there a way using the REST api to check if a > e.g. do this through the rest interface only? > Regards > Martin You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||