NoSQL: Neo4j and JRuby: Expressive Graph Traversals With Jogger

| | bookmark | email

Neo4j and JRuby: Expressive Graph Traversals With Jogger

Jogger gives you named traversals and is a little bit like named scopes. Jogger groups multiple pacer traversals together and give them a name. Pacer traversals are are like pipes. What are pipes? Pipes are great!! The most important conceptual difference is, that the order in which named traversals are called matter, while it usually doesn't matter in which order you call named scopes.

tags:neo4j,jruby,jogger,nosql libraries

via NoSQL databases