Please activate JavaScript!
Please install Adobe Flash Player, click here for download

AvocadoDB Query Language - Jan Steemann

© 2012 triAGENS GmbH | 2012-04-04 55 Graph queries  Example: FOR u IN users LET friends = ( FOR p IN PATHS(relations, OUTBOUND, 1) FILTER p._from == u._id ) edge collection: relations direction: OUTBOUND max path length: 1 path variable name: p only consider paths starting at the current user (using the user's _id attribute)