Goblin OGM for the Tinkerpop 3 Stack,
Project description
Goblin OGM on top of TinkerPop 3
Licensed under the Apache Software License v2
The original Goblin was a TinkerPop 3 ready port of Cody Lee's mogwai, an excellent library that had been developed for use with pre-TinkerPop 3 versions of Titan. We designed Goblin to provide asynchronous programming abstractions that would work using any version of Python 2.7 + with a variety of asynchronous I/O libraries (Tornado, Asyncio, Trollius). While in theory this was great, we found that in our effort to promote compatibility we lost out on many of the features the newer Python versions provide to help developers deal with asynchronous programming. Our code base became large and made heavy use of callbacks, and nearly all methods and functions returned some sort of Future
. This created both a clunky user API, and a code base that was difficult to reason about and maintain.
So, we decided to rewrite Goblin from scratch...
Goblin is built directly on top of TinkerPop and allows access to all of the internals. This ensures all the TinkerPop features are available to the end-user. The TinkerPop stack provides several tools which can be used to work with Goblin.
- Gremlin, a database agnostic query language for Graph Databases.
- Gremlin Server, a server that provides an interface for executing Gremlin on remote machines.
- a data-flow framework for splitting, merging, filtering, and transforming of data
- Graph Computer, a framework for running algorithms against a Graph Database.
- Support for both OLTP and OLAP engines.
- TinkerGraph a Graph Database and the reference implementation for TinkerPop.
- Native Gephi integration for visualizing graphs.
- Interfaces for most major Graph Compute Engines including Hadoop M/R. Spark, and Giraph.
Goblin also supports any of the many databases compatible with TinkerPop including the following.
- JanusGraph
- Titan
- Neo4j
- OrientDB
- MongoDB
- Oracle NoSQL
- TinkerGraph
Some unique feature provided by the Goblin OGM include:
- High level asynchronous Object Graph Mapper (OGM)
- Integration with the official gremlin-python Gremlin Language Variant (GLV) - now provided by aiogremlin
- Native Python support for asynchronous programing including coroutines, iterators, and context managers as specified in PEP 492
- Asynchronous Python driver for the Gremlin Server - now provided by aiogremlin
- Async
Graph
implementation that produces native Python GLV traversals - now provided by aiogremlin
Donating
As an open-source project we run entierly off donations. Buy one of our hardworking developers a beer by donating with one of the above buttons. All donations go to our bounty fund and allow us to place bounties on important bugs and enhancements.
Support and Documentation
The official homepage for the project is at http://goblin-ogm.com. The source is officially hosted on QOTO GitLab here however an up-to-date mirror is also maintained on Github here.
Documentation: latest
For support please use Gitter or the official Goblin mailing list and Discourse forum.
Please file bugs and feature requests on QOTO GitLab our old archived issues can still be viewed on Github as well.
Aparapi conforms to the Semantic Versioning 2.0.0 standard. That means the version of a release isnt arbitrary but rather describes how the library interfaces have changed. Read more about it at the Semantic Versioning page.
Related Projects
This particular repository only represents the one component in a suite of libraries. There are several other related repositories worth taking a look at.
- AIO Gremlin - An asynchronous Gremlin DSL for gremlin-python.
- Goblin Buildchain - Docker image containing all the needed tools to build and test Goblin.
- Python Gremlin Server - Vanilla Gremlin-server with Python Script Engine loaded, used for integration testing.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file goblin-2.2.3.tar.gz
.
File metadata
- Download URL: goblin-2.2.3.tar.gz
- Upload date:
- Size: 25.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 440ca5c76971d754694a199b2791efa1839e6c1ab8b8b7814fef67296bdcc37d |
|
MD5 | 941ff31cc9d41ae9e9a2a00ddfbda402 |
|
BLAKE2b-256 | 80ca834d3a6a583a4cb369f3c9e9d0ac2e56fb21cf26db5ed12e6ab48d50b5f3 |
File details
Details for the file goblin-2.2.3-py3-none-any.whl
.
File metadata
- Download URL: goblin-2.2.3-py3-none-any.whl
- Upload date:
- Size: 25.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 358954d693457de54c1a35dbf57fa3cf95224f893b54742191cde2d26d1ac426 |
|
MD5 | 4a456289487be4046f8a707a3590d51f |
|
BLAKE2b-256 | baaf2757e85d687049eb5399fdd65d77704f7b66ff2c9d90ea82bd510c66e6a4 |