Not exactly sure if this is planned. However using a key value store as a graph storage should be avoided (it will not perform, because graph structures need to be stored differently)
Why not use a graph database ? The best performance you get by using the right data structure for the right problems. > On 13. Mar 2018, at 12:22, piyush <[email protected]> wrote: > > Apache Ignite has SQL layer using H2 parser. > is there any library which facilitates Graph Layer over Ignite's KV store. > For example in java community we have Gremlin and Tinkerpop. > Is the integration of such libraries exist or planned in future ? > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/
