Date
1 - 3 of 3
Where to find Janusgraph Java Api usage sample codes
Dilan Ranasinghe <dila...@...>
Hello, Is there any place to find out code samples developed using Janusgraph Java API? There are plenty of sample codes for creating vertices, adding edges etc. But when i see the Janusgraph java api there are plenty of features which can be used. For example i want to try using janusgraph QueryExecutor, JanusGraphMultiVertexQuery etc but couldn't find any resources on how they are used. Thanks.
|
|
Ted Wilmes <twi...@...>
Hi Dilan, The preferred method to interact with JanusGraph is through the TinkerPop API, specifically Gremlin [1]. Gremlin is built on top of the internal API, but much more expressive. Is there a particular reason you were looking at the internal API? --Ted
On Wednesday, October 11, 2017 at 4:27:14 AM UTC-5, Dilan Ranasinghe wrote:
|
|
Misha Brukman <mbru...@...>
We have some code examples in the repository:
On Wed, Oct 11, 2017 at 5:27 AM, Dilan Ranasinghe <dila...@...> wrote:
|
|