Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kud1ing/tinkerpop-rs

Apache TinkerPop from Rust via Rucaja (JNI)
https://github.com/kud1ing/tinkerpop-rs

rust tinkerpop

Last synced: about 2 months ago
JSON representation

Apache TinkerPop from Rust via Rucaja (JNI)

Awesome Lists containing this project

README

        

# Apache TinkerPop from Rust

An example showing how to call [Apache TinkerPop](https://tinkerpop.apache.org) from [Rust](https://www.rust-lang.org) via
[Rucaja](https://github.com/kud1ing/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`.