All Projects → mohataher → Awesome Tinkerpop

mohataher / Awesome Tinkerpop

Licence: cc0-1.0
A curated list of useful libraries for Apache TinkerPop3 and Tinkerpop2

Projects that are alternatives of or similar to Awesome Tinkerpop

Awesome Awesome Awesome Awesome
A curated list of awesome lists of awesome lists.
Stars: ✭ 123 (-12.14%)
Mutual labels:  list
Awesome Scientific Python
A curated list of awesome scientific Python resources
Stars: ✭ 127 (-9.29%)
Mutual labels:  list
Vfx Datasets
Stars: ✭ 134 (-4.29%)
Mutual labels:  list
Containers
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
Stars: ✭ 125 (-10.71%)
Mutual labels:  list
Fastai Extensions Repository
A list of extensions for the fastai library.
Stars: ✭ 125 (-10.71%)
Mutual labels:  list
Bucket List
My bucket list
Stars: ✭ 129 (-7.86%)
Mutual labels:  list
Awesome Dart
A curated list of awesome Dart frameworks, libraries, and software
Stars: ✭ 1,772 (+1165.71%)
Mutual labels:  list
Microsoft Todo Mac
🐜 Microsoft-ToDo macOS App. 微软Todo mac客户端.
Stars: ✭ 138 (-1.43%)
Mutual labels:  list
Machine Learning With Ruby
Curated list: Resources for machine learning in Ruby
Stars: ✭ 1,693 (+1109.29%)
Mutual labels:  list
Awesome Html5
📝 A curated list of awesome HTML5 resources
Stars: ✭ 1,881 (+1243.57%)
Mutual labels:  list
React Intersection List
React infinite scroll using the Intersection <Observer /> API
Stars: ✭ 125 (-10.71%)
Mutual labels:  list
Awesome Ssh
💻 A curated list of SSH resources.
Stars: ✭ 1,742 (+1144.29%)
Mutual labels:  list
Ferma
An ORM / OGM for the TinkerPop graph stack.
Stars: ✭ 130 (-7.14%)
Mutual labels:  tinkerpop
Typed
The TypeScript Standard Library
Stars: ✭ 124 (-11.43%)
Mutual labels:  list
Awesome Healthcare
Curated list of awesome open source healthcare software, libraries, tools and resources.
Stars: ✭ 1,826 (+1204.29%)
Mutual labels:  list
List Extra
Convenience functions for working with List.
Stars: ✭ 123 (-12.14%)
Mutual labels:  list
Web Development Resources
A list of useful resources for Web Developers! Put it in your bookmarks and contribute something ❤️
Stars: ✭ 128 (-8.57%)
Mutual labels:  list
Awesome Streaming
a curated list of awesome streaming frameworks, applications, etc
Stars: ✭ 1,879 (+1242.14%)
Mutual labels:  list
Awesome Mongodb
🍃 A curated list of awesome MongoDB resources, libraries, tools and applications
Stars: ✭ 1,887 (+1247.86%)
Mutual labels:  list
Awesome Italy Events
Curated list of tech related events in Italy
Stars: ✭ 133 (-5%)
Mutual labels:  list

Awesome TinkerPop Awesome

alt tag

A curated list of only awesome TinkerPop libraries on Github.

Apache TinkerPop™ is a graph computing framework for both graph databases (OLTP) and graph analytic systems (OLAP).

Table of Contents

TinkerPop3 Libraries

Implementations

Wrappers/Clients

C# .NET
  • Teva Gremlin (.NET - C#) - A Gremlin Server driver for .NET.
Clojure
  • ogre - Clojure library for querying TinkerPop graphs.
  • scalajs-gremlin-client (scala) - A Gremlin-Server client with ad-hoc extensible, reactive, typeclass based API.
Go
  • go-gremlin - Go graph database client for TinkerPop3 Gremlin Server.
  • Gremgo - A fast, efficient, and easy-to-use Go client for the TinkerPop graph database stack.
  • grammes - A Go package built to communicate with Apache TinkerPop™ Graph computing framework using Gremlin.
Haskell
Java
  • gremlin-driver (java) - A Gremlin Server driver for Java.
  • neo4j-tinkerpop-api - Apache Licensed Neo4j API for TinkerPop3.
  • neo4j-gremlin-bolt - Allows use of the Apache Tinkerpop Java API with the neo4j server using the BOLT protocol.
  • Ferma - An ORM / OGM for the TinkerPop graph stack.
Javascript
  • ts-tinkerpop - Utilities for using TinkerPop3 via the node-java API in Typescript.
  • gremlin-javascript (js) - A Gremlin Server driver for JavaScript.
PHP
  • gremlin-php - gremlin-server php driver compatible with TinkerPop3. It will allow you to connect to gremlin-server and it's backends (Neo4J, Titan, etc.).
Python
  • Mogwai - TinkerPop3 Graph Database Library for Python.
  • python-gremlin-rest - A REST-based client for Gremlin Server.
  • gremlinclient - An asynchronous Python 2/3 client for Gremlin Server that allows for flexible coroutine syntax - Trollius, Tornado, Asyncio.
  • aiogremlin (python) - A Python 3 library based on asyncio and aiohttp that uses websockets to communicate with the Gremlin Server.
  • gremlinrestclient (python) - Python 2/3 library that uses HTTP to communicate with the Gremlin Server over REST.
  • goblin - OGM for TinkerPop3 Gremlin Server.
  • goblin 3.5 - A Python 3.5 rewrite of the TinkerPop 3 OGM Goblin.
Reactive
Scala

Query Languages

  • gremlin-py - Write pure Python Gremlin that can be sent to Gremlin Server.
  • gremlin-scala - A Scala language wrapper for TinkerPop3.
  • gremlin-template-string - A Javascript Gremlin language builder.
  • ipython-gremlin - Gremlin in IPython and Jupyter.
  • ogre - A Clojure language wrapper for TinkerPop3.
  • Peapod - A new object-graph-wrapper for the Tinkerpop3 graph stack.
  • sparql-gremlin - A SPARQL to Gremlin traversal compiler.
  • sql-gremlin - A SQL to Gremlin traversal compiler.
  • greskell - Haskell binding for Gremlin graph query language
  • Cypher for Gremlin - Cypher for Gremlin adds Cypher support to any Gremlin graph database.

TinkerPop 2 Libraries

  • Ferma - An ORM / OGM for the TinkerPop graph stack.
  • Frames - An Object to Graph Framework.
  • Archimedes - Clojure library for Blueprints (part of the TinkerPop graph stack).
  • AccumuloGraph - An implementation of TinkerPop Blueprints using Accumulo.
  • Frontenac - A .NET port of the TinkerPop Stack.
  • Mogwai - TinkerPop 2 Graph Database Library for Python.
  • spring-data-gremlin - Spring data gremlin makes it easier to implement Graph based repositories. This module extends Spring Data to allow support for potentially any Graph database that implements the TinkerPop Blueprints 2.x API.
  • blueprints-scala - TinkerPop Blueprints Scala.

Communities

People to Follow

Tutorials and Resources

How to Contribute

alt tag

Please follow the guidelines here. Please, make sure your contribution and PR are awesome!

License

CC0

To the extent possible under law, @mohataher has waived all copyright and related or neighboring rights to this work.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].