Orient Graph Database Adapter for Pacer

Pacer is a JRuby graph traversal framework built on the Tinkerpop stack.

This plugin enables full Orient graph support in Pacer.

Usage

Here is how you open a Orient graph in Pacer.

require 'pacer' require 'pacer-orient'

# Graph will be created if it doesn't exist graph = Pacer.orient 'path/to/graph'

All other operations are identical across graph implementations (except where certain features are not supported). See Pacer's documentation for more information.