https://github.com/google/cayley
Revision b99aa1dab33f82f6f3a16d1f8f81e77492f73fd8 authored by Denys Smirnov on 09 July 2016, 15:33:50 UTC, committed by Denys Smirnov on 15 July 2016, 00:52:06 UTC
1 parent 43358bf
Raw File
Tip revision: b99aa1dab33f82f6f3a16d1f8f81e77492f73fd8 authored by Denys Smirnov on 09 July 2016, 15:33:50 UTC
Wire Skip and Limit to Gremlin. Also fixed #254.
Tip revision: b99aa1d
testdata.nq
<alice> <follows> <bob> .
<bob> <follows> <fred> .
<bob> <status> "cool_person" .
<charlie> <follows> <bob> .
<charlie> <follows> <dani> .
<dani> <follows> <bob> .
<dani> <follows> <greg> .
<dani> <status> "cool_person" .
<emily> <follows> <fred> .
<fred> <follows> <greg> .
<greg> <status> "cool_person" .
<predicates> <are> <follows> .
<predicates> <are> <status> .
<emily> <status> "smart_person" <smart_graph> .
<greg> <status> "smart_person" <smart_graph> .
back to top