GRaph Integration Platform (GRIP)

Download Documentation
The GRaph Integration Platform (GRIP) is a graph query engine designed to span across multiple database backends. It supports Mongo, SQL, ElasticSearch and has a plug in architecture to allow new resource to be added.

A quick introduction

Start an GRIP server

$ grip server --config grip.yml

List all graphs

$ grip list

Create a graph

$ grip create example

Drop a graph

$ grip drop example

Load data into a graph

$ grip load example --edge edges.txt --vertex vertices.txt

Query a graph

$ grip query example 'V().hasLabel("users")'

Get vertex/edge counts for a graph

$ grip info example

Get the schema for a graph

$ grip schema get example

Dump vertices/edges from a graph

$ grip dump example --vertex

Drop in for a chat.

Join the Gitter channel.

Get the code.

Head over to GitHub and dig in.

Give feedback.

Let us know what you think.