Re: JanusGraph Bare Minimum


Rafael Fernandes <luizr...@...>
 

Hi Kim,
quite simple really, just get the core and choose one of the supported DB backends.
of course, a lot of required dependencies will be downloaded but no way around it right.
here is how it looks like if you use maven (add this to your pom.xml).
<dependency>
   <groupId>org.janusgraph</groupId>
   <artifactId>janusgraph-core</artifactId>
   <version>0.1.1</version>
</dependency>

let's say you'd use cassandra as your backend, add this as well.

<dependency>
   <groupId>org.janusgraph</groupId>
   <artifactId>janusgraph-cassandra</artifactId>
   <version>0.1.1</version>
</dependency>

Rafael Fernandes


On Monday, August 14, 2017 at 10:15:01 AM UTC-4, ka...@... wrote:
Hi,

I have been evaluating JanusGraph for the past few weeks and am still unsure of what files are crucial to run an instance of JanusGraph. Are there any example of a simple project that has the bare minimum of what is needed to start a JanusGraph instance? Any help would be greatly appreciated. I am using Cassandra. 

Kind regards,
Kimberly 

Join janusgraph-users@lists.lfaidata.foundation to automatically receive all group messages.