Hi Peter, You might find my journey planner project on github helpful, it uses Neo4j & Google Maps: http://www.github.com/whichway/transportdublin <http://www.github.com/whichway/transportdublin>It's coded in Java but hopefully you could get some ideas from it.
Cheers Paddy On Wed, Aug 17, 2011 at 11:30 AM, picklepete <[email protected]>wrote: > Hey Jim, > > I am unfortunately unable to code in Java (Python/PHP dev), would the best > alternative be to use the 'old' traversal core via the REST API to reach > the > END_OF_GRAPH, and perhaps cherry-pick my results afterwards (instead of > your > prune/exclude evaluators)? > > In most of my queries I am going to need to traverse using a relationship > called 'JOURNEY' and filter only the journeys with a certain value of > property 'route' (individual bus routes). Is it possible to tell a > traversal > to follow 'JOURNEY' and those with a certain property? > > This schema made the most sense when it came to designing my domain as I > would need (journeys * routes) relationships otherwise. This way I only > have > relationships for journeys and each tracks its own route, there are about 1 > million of them at present. > > Currently cloning your (rather large!) neo4j-tutorial on Github. > > Cheers, > - Peter > > -- > View this message in context: > http://neo4j-community-discussions.438527.n3.nabble.com/Depth-and-traversals-in-journey-planner-migration-tp3261892p3262514.html > Sent from the Neo4j Community Discussions mailing list archive at > Nabble.com. > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

