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

Version Path
pacer-orient-2.3.6-java README.md
pacer-orient-2.3.5-java README.md
pacer-orient-2.3.5.pre-java README.md
pacer-orient-2.3.4.pre-java README.md
pacer-orient-2.3.3.pre-java README.md
pacer-orient-2.3.2.pre-java README.md
pacer-orient-2.3.1.pre-java README.md
pacer-orient-2.2.2.pre-java README.md
pacer-orient-2.2.1.pre-java README.md
pacer-orient-2.2.0.pre-java README.md
pacer-orient-2.1.2-java README.md
pacer-orient-2.1.1-java README.md
pacer-orient-2.1.0-java README.md
pacer-orient-2.1.0.pre-java README.md