What is <Graph> - the structure #6
rayk
started this conversation in
Why, What & How
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Graph
A simple data structure that amounting to a set of nodes were some pairs are related in some way. In particular, the graph here refers to a large directed acyclic graph that is used for all things from state persistences to describing computation expressions.
Responsibilities
The later (6 & 7) is greatly simplified by CRDT and Hive alternatively a preintegrated solution like Hive Crdt.
Beta Was this translation helpful? Give feedback.
All reactions