You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Learning Gremlin, I've found the following helpful. A tiny bit more Carnival documentation could be helpful to bridge the gap between pure Gremlin and Carnival. Right now our docs are great on how to create a graph model and how to create a graph, but could use some simple examples of how to consume the graph with Gremlin traversals, particularly how to use the Carnival extensions together with standard traversal steps like group().
Learning Gremlin, I've found the following helpful. A tiny bit more Carnival documentation could be helpful to bridge the gap between pure Gremlin and Carnival. Right now our docs are great on how to create a graph model and how to create a graph, but could use some simple examples of how to consume the graph with Gremlin traversals, particularly how to use the Carnival extensions together with standard traversal steps like group().
https://tinkerpop.apache.org/docs/current/reference/#graph-traversal-steps
https://www.youtube.com/watch?v=zpdY2m-1gDc&list=PL2g2h-wyI4SqLVCO_GfWdFoN7UUXLbP12
(the second half of the playlist deals with Gremlin, each video is self contained and can be watched out of order)
http://sql2gremlin.com/
https://dkuppitz.github.io/gremlin-cheat-sheet/101.html
https://dkuppitz.github.io/gremlin-cheat-sheet/102.html
https://gist.github.com/jeremysears/3ceada192827983837ee1551c50688c7
https://stackoverflow.com/questions/tagged/gremlin
https://kelvinlawrence.net/book/Gremlin-Graph-Guide.html
The text was updated successfully, but these errors were encountered: