Re: [Neo4j] Controlling Traversal Depth with Python Neo4j Bindings

2011-12-03 Thread Chris Diehl
Hey Peter and Jake, 

Thanks for your replies. No worries on the timing. I can put something less
general in place in the meantime. I'll keep an eye out for the new features. 

Best, Chris

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-Controlling-Traversal-Depth-with-Python-Neo4j-Bindings-tp3553484p3558324.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Controlling Traversal Depth with Python Neo4j Bindings

2011-12-03 Thread Jacob Hansson
On Sat, Dec 3, 2011 at 1:08 PM, Peter Neubauer <
peter.neuba...@neotechnology.com> wrote:

> Chris,
> Sounds like a case for Cypher, Jake just added on support for it?
>

I don't think that has been released yet though.

Chris: I will be adding tested and documented support for this as soon as I
have time, hopefully next week. In the meantime, know that the traversal
description builder stuff is an augmented version of the Java traversal
description. Generally, any method available in the java traversal
description API should be available in the python version.

Until it's in the python documentation though, I can't guarantee it will
work properly.

/jake


>
> /peter
>
> Sent from my phone, please excuse typos and autocorrection.
> On Dec 2, 2011 2:40 AM, "Chris Diehl"  wrote:
>
> > Hi Jake,
> >
> > I have a situation where I want to start at a given node in my graph and
> > traverse down a linear chain of nodes a specified # of hops. Is there a
> way
> > for me to specify the traversal depth using the Python bindings?
> > If not, what would you suggest as the best way to achieve that goal?
> >
> > Cheers, Chris
> > ___
> > 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
>



-- 
Jacob Hansson
Phone: +46 (0) 763503395
Twitter: @jakewins
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Controlling Traversal Depth with Python Neo4j Bindings

2011-12-03 Thread Peter Neubauer
Chris,
Sounds like a case for Cypher, Jake just added on support for it?

/peter

Sent from my phone, please excuse typos and autocorrection.
On Dec 2, 2011 2:40 AM, "Chris Diehl"  wrote:

> Hi Jake,
>
> I have a situation where I want to start at a given node in my graph and
> traverse down a linear chain of nodes a specified # of hops. Is there a way
> for me to specify the traversal depth using the Python bindings?
> If not, what would you suggest as the best way to achieve that goal?
>
> Cheers, Chris
> ___
> 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


[Neo4j] Controlling Traversal Depth with Python Neo4j Bindings

2011-12-01 Thread Chris Diehl
Hi Jake,

I have a situation where I want to start at a given node in my graph and
traverse down a linear chain of nodes a specified # of hops. Is there a way
for me to specify the traversal depth using the Python bindings?
If not, what would you suggest as the best way to achieve that goal?

Cheers, Chris
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user