Re: JanusGraph release roadmap
Ted Wilmes <twi...@...>
Rajdeep, Alternatively, you could evaluate moving away from running JanusGraph embedded. As you know, we don't have a release yet, but when 0.1.0 releases, it'll be on at least Apache TinkerPop 3.2.3. TinkerPop 3.2 added some pretty excellent new functionalities from a driver perspective including Gremlin language variants and the ability to connect to a remote graph. The remote graph feature in your particular use case would give you the embedded feel (not having to send query strings via the driver) but allow you to run a separate Janus server, isolating yourself from the Janus dependencies. You can see some more remote graph[1] and GLV[2] details in the TinkerPop docs. Not sure if this would be feasible for you but it may be worth looking at. --Ted [1] http://tinkerpop.apache.org/docs/3.2.3/reference/#connecting-via-remotegraph [2] http://tinkerpop.apache.org/docs/3.2.3/reference/#gremlin-variants
On Tuesday, April 4, 2017 at 9:06:51 AM UTC-5, Jason Plurad wrote:
|
|