Difference between revisions of "SimpleGraph"
Line 1: | Line 1: | ||
− | {{ | + | {{SimpleArticle|title=SimpleGraph|text=[https://github.com/BITPlan/com.bitplan.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 | + | 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 [http://tinkerpop.apache.org Apache Tinkerpop/Gremlin] is used.}} |
= Modules = | = Modules = | ||
Line 6: | Line 6: | ||
# {{Link|target=SimpleGraph-JSON}} | # {{Link|target=SimpleGraph-JSON}} | ||
# {{Link|target=SimpleGraph-MapSystem}} | # {{Link|target=SimpleGraph-MapSystem}} | ||
− | + | {{Article|title=Motivation|text=Solving IT Problems accross System boundaries can get very difficult. There may be a wealth of APIs which first looks helpful but given the diversity of approaches | |
+ | it a daunting task will need to be tackled to get reasonable results. More often than not projects are not even started since the cost/benefit ratio is not good enough. | ||
+ | SimpleGraph aims to supply a unified graph API access to Systems for which this makes sense. In fact for most systems it makes sense to have a graph API. Quite a few problems will get much easier to solve if the subdivision of the problem is done with the goal to apply graph algorithms.}} | ||
[[Category:frontend]] | [[Category:frontend]] | ||
[[Category:SiGNaL]] | [[Category:SiGNaL]] | ||
[[Category:SimpleGraph]] | [[Category:SimpleGraph]] |
Revision as of 06:37, 14 February 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 Tinkerpop/Gremlin is used.
Modules
Motivation
Solving IT Problems accross System boundaries can get very difficult. There may be a wealth of APIs which first looks helpful but given the diversity of approaches it a daunting task will need to be tackled to get reasonable results. More often than not projects are not even started since the cost/benefit ratio is not good enough. SimpleGraph aims to supply a unified graph API access to Systems for which this makes sense. In fact for most systems it makes sense to have a graph API. Quite a few problems will get much easier to solve if the subdivision of the problem is done with the goal to apply graph algorithms.