Sha256: 8c663f2ae10aba053d2e1c0716e932389c3372374e85a104ae80f41ff9f7fe30
Contents?: true
Size: 632 Bytes
Versions: 14
Compression:
Stored size: 632 Bytes
Contents
# Orient Graph Database Adapter for Pacer [Pacer](https://github.com/pangloss/pacer) is a [JRuby](http://jruby.org) graph traversal framework built on the [Tinkerpop](http://www.tinkerpop.com) stack. This plugin enables full [Orient](http://orient.org) 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.
Version data entries
14 entries across 14 versions & 1 rubygems