krlawrence / graph

Practical Gremlin - An Apache TinkerPop Tutorial
Apache License 2.0
836 stars 253 forks source link

Expand coverage of flatMap #183

Closed krlawrence closed 1 year ago

krlawrence commented 4 years ago

Add an example that includes a repeat step such as shown below to section 4.12.3

gremlin> g.V(3).repeat(flatMap(outE().has('dist',gt(2000)).inV())).times(2).path().limit(1) ==>[v[3],v[49],v[334]]

krlawrence commented 1 year ago

Closing as this is fixed and work has now started on the second edition. There will likely be one final release of the v283 first edition line before the V2 branch becomes the second edition. That release will include these fixes.