briankarlberg / grip

Graph Integration Platform

Home Page:https://bmeg.github.io/grip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status License: MIT Godoc Gitter

GRIP

https://bmeg.github.io/grip/

GRIP stands for GRaph Integration Platform. It provides a graph interface on top of a variety of existing database technologies including: MongoDB, Elasticsearch, PostgreSQL, MySQL, MariaDB, Badger, and LevelDB.

Properties of an GRIP graph:

  • Both vertices and edges in a graph can have any number of properties associated with them.
  • There are many types of vertices and edges in a graph. Thus two vertices may have myriad types of edges connecting them reflecting myriad types of relationships.
  • Edges in the graph are directed, meaning they have a source and destination.

GRIP also provides a query API for the traversing, analyzing and manipulating your graphs. Its syntax is inspired by Apache TinkerPop. Learn more here.

About

Graph Integration Platform

https://bmeg.github.io/grip

License:MIT License


Languages

Language:Go 76.5%Language:Python 16.2%Language:CSS 3.9%Language:R 1.4%Language:HTML 0.8%Language:JavaScript 0.5%Language:Makefile 0.5%Language:Shell 0.2%Language:Dockerfile 0.0%