Difference between revisions of "SimpleGraph"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
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. | 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 = | = FileSystem example = | ||
− | <graphviz> | + | <graphviz> |
digraph FileSystemExample { | digraph FileSystemExample { | ||
header -> etc [label='parent'] | header -> etc [label='parent'] |
Revision as of 19: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