Thank you Max! The AREL for Cypher sounds very interesting!

Do you think the traversal rest api us doing its job for you given the power
of hhe häva version? I can even think if having a query method on the
embedded api so it fits...
On Oct 29, 2011 12:19 AM, "maxdemarzi" <maxdema...@gmail.com> wrote:

> This change will kill "phase 2" (the part that tries to mimic the Neo4j.rb
> API) of Neography since I use it to provide idiomatic access to neo4j.
>
> For example:
> def suggestions_for(node)
>  node.incoming(:friends).order("breadth first").uniqueness("node
> global").filter("position.length() == 2;").depth(2)
> end
>
> The options are:
> 1. Have users enter cypher directly ex. node.cypher("some cypher query
> here")
> 2. Create an AREL for Cypher.  ( https://github.com/rails/arel )If it's
> the
> right thing for Neo4j then do what you have to do.
>
> --
> View this message in context:
> http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-REST-traverse-deprecation-tp3460396p3462201.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
>
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to