SimpleGraph: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
<graphviz> | <graphviz> | ||
digraph FileSystemExample { | digraph FileSystemExample { | ||
header.txt -> etc [label="parent"] | "header.txt" -> etc [label="parent"] | ||
} | } | ||
</graphviz> | </graphviz> | ||
Revision as of 18:19, 12 January 2018
SimpleGraph
SimpleGraph is an open source project that allows to wrap Systems APIs in a way that graph algorithms and storage can be applied. As an implementation Apache Gremlin/Tinkerpop is used.
FileSystem example
