Apache TinkerPop

apache-airflow-providers-apache-tinkerpop

Apache TinkerPop. Apache TinkerPop is a graph computing framework for both graph databases (OLTP) and graph analytic systems (OLAP) and Gremlin is its graph traversal language.

Works with Airflow 2.11+
Install:
pip install apache-airflow-providers-apache-tinkerpop==1.1.1

Airflow

2.11+

Python

>=3.10

Dependencies (3)

Show all Hide apache-airflow>=2.11.0 apache-airflow-providers-common-compat>=1.8.0 gremlinpython>=3.7.3

Connections (1)

Modules

O

GremlinOperator

Execute a Gremlin query.

airflow.providers.apache.tinkerpop.operators.gremlin.GremlinOperator
H

GremlinHook

Interact with Graph DB using the Gremlin Client.

airflow.providers.apache.tinkerpop.hooks.gremlin.GremlinHook