Sha256: 82c46679830177da6904dde877738b73fb0c1bf8e6c0de20632a334164cc38fd

Contents?: true

Size: 632 Bytes

Versions: 2

Compression:

Stored size: 632 Bytes

Contents

# Dex 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 [Dex](http://sparsity-technologies.com) graph support in Pacer.


## Usage

Here is how you open a Dex graph in Pacer.

  require 'pacer'
  require 'pacer-dex'

  # Graph will be created if it doesn't exist
  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.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pacer-dex-2.0.0-java README.md
pacer-dex-2.0.0.pre-java README.md