pangloss / pacer-dex

Dex adapter for Pacer

Home Page:http://sparsity-technologies.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dex Graph Database Adapter for Pacer

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

This plugin enables full Dex 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.

About

Dex adapter for Pacer

http://sparsity-technologies.com


Languages

Language:Ruby 100.0%