Pacer is a JRuby graph traversal framework built on the Tinkerpop stack.
This plugin enables full Dex graph support in Pacer.
Here is how you open a Dex graph in Pacer.
require 'pacer' require 'pacer-dex'
graph = Pacer.dex '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.