Apache TinkerPop from Rust

April 21, 2017 ยท View on GitHub

An example showing how to call Apache TinkerPop from Rust via Rucaja (JNI).

This repository contains two directories:

  • java contains a Java project to build a fat JAR tinkerpop.jar which contains a wrapper Java class around TinkerPop and all dependencies.
  • rust contains Rust code which uses tinkerpop.jar. Run it using cargo run.