Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 443 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 443 Bytes

Titan - TinkerPop3 Java Example

Simple Java example showing a shortest path calculation using Titan 1.0 and TinkerPop 3.0.

https://groups.google.com/d/msg/aureliusgraphs/5ixzSuUveD4/wdWT6boZFAAJ

Prerequisites

  • Java 8.0 Update 40 or higher
  • Apache Maven 3.3.x

Building and Running

rm -rf ./data
mvn clean package
mvn exec:java -Dexec.mainClass="pluradj.titan.tinkerpop3.example.JavaExample"