I gave a talk at the OKC JUG:
“Gremlin : Using Graph Thinking to Make Database Queries
Functional” (https://www.twitch.tv/videos/248817502)
I made a first hack at answering the questions. I had the following questions:
“Gremlin : Using Graph Thinking to Make Database Queries
Functional” (https://www.twitch.tv/videos/248817502)
I made a first hack at answering the questions. I had the following questions:
- How is gremlin different from an object relational mapper?
Introduction to Object-Relational Mapping
LaunchCode
Published on Apr 3, 2017
https://www.youtube.com/watch?v=dHQ-I7kr_SY
-----------------------------------------------------------
- How is TinkerPop different from Gremlin? What are the parts of TinkerPop?
All the Things:
=====================
BluePrints : Gremlin Structure API
Pipes : GraphTraversal
Frames : Traversal (I think this is Gremlin)
Furnace : Graph Computer
Rexster : Gremlin server
-------------------------------------------------------------
- Does TinkerPop necessarily work with a graph database??
With Sqlg (http://www.sqlg.org/) PostgresSql can be used, but is there a graph in memory that is produced somewhere??
------------------------------------------------------------
- How can I do recursive queries with Gremlin??
https://www.youtube.com/watch?v=tLR-I53Gl9g&t=775s
Edit:: Here is a link to the talk: https://www.twitch.tv/videos/248817502
Gremlin - Using Graph Database Thinking to Make Database Queries Functional | OKC JUG
No comments:
Post a Comment