apache-airflow-providers-apache-tinkerpop
Provider package apache-airflow-providers-apache-tinkerpop for Apache Airflow
What it is and what it does
This is an Apache Airflow provider package that adds support for Apache TinkerPop graph computing framework and Gremlin graph traversal language. It allows you to orchestrate graph database operations (OLTP) and graph analytics (OLAP) as tasks within Airflow DAGs. The package wraps TinkerPop functionality through gremlinpython, letting you define and execute Gremlin queries as part of larger data workflows.
The provider is built on top of apache-airflow and apache-airflow-providers-common-compat, following Airflow's standard provider architecture. It targets developers and system administrators who need to integrate graph computing into their data pipelines, supporting Python 3.10 through 3.14. The package is actively maintained and carries no known security vulnerabilities.
Use it for:
- Orchestrate Gremlin queries against graph databases as part of multi-step data pipelines in Airflow.
- Schedule and monitor graph analytics jobs that traverse or analyze graph structures on a regular basis.
- Integrate graph database operations with other Airflow providers to build end-to-end data workflows.
- Automate graph data transformations and aggregations as dependencies in larger ETL processes.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates Apache TinkerPop graph computing and Gremlin query language into Apache Airflow workflows, enabling orchestration of graph database and graph analytics operations.
Yes, if you are running Apache Airflow 2.11.0 or later and need to orchestrate TinkerPop graph operations. The package is actively maintained, carries no security vulnerabilities, installs with low friction, and is licensed permissively. Install only if you have a concrete need to integrate Gremlin queries or graph analytics into Airflow DAGs.
Install
apache-airflow-providers-apache-tinkerpop on PyPI
pip
pip install apache-airflow-providers-apache-tinkerpopuv
uv add apache-airflow-providers-apache-tinkerpoppoetry
poetry add apache-airflow-providers-apache-tinkerpopInstalling apache-airflow-providers-apache-tinkerpop
Before you install
Low friction installation as a pure Python wheel. Actively maintained with recent release and no known vulnerabilities. Requires Apache Airflow 2.11.0 or later and gremlinpython 3.8.0 or later.
License in practice
Licensed under Apache License 2.0 (permissive), allowing commercial use, modification, and distribution with minimal restrictions.
Quickstart
pip install apache-airflow-providers-apache-tinkerpop
from airflow.providers.apache.tinkerpop import GremlinOperator
task = GremlinOperator(task_id='query', gremlin_script='g.V().count()')
Requires Apache Airflow 2.11.0 or later and Python 3.10 or later; a running TinkerPop-compatible graph database or Gremlin Server endpoint must be accessible.
Verify before relying
- What specific graph databases and Gremlin Server versions are supported by this provider.
- Whether connection configuration and authentication methods are documented for different TinkerPop backends.
- Performance characteristics when orchestrating large-scale graph queries or analytics workloads.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — apache-airflow, apache-airflow-providers-common-compat, gremlinpython |
| Maintenance | actively maintained — 68 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 486,006/month — #6,394 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_airflow_providers_apache_tinkerpop-1.1.4-py3-none-any.whl
Keywords: airflow-provider, apache.tinkerpop, airflow, integration
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
apache-airflow-providers-neo4jIntegrates Neo4j graph database operations into…
permissive · top 15,000 on PyPI
apache-airflow-providers-pineconeIntegrates Pinecone vector database operations…
permissive · top 15,000 on PyPI
apache-airflow-providers-zendeskProvides operators and hooks to integrate…
permissive · top 15,000 on PyPI
apache-airflow-providers-apache-beamIntegrates Apache Beam data processing…
permissive · top 15,000 on PyPI
apache-airflow-providers-singularityIntegrates Singularity container runtime with…
permissive · top 15,000 on PyPI
apache-airflow-providers-grpcIntegrates gRPC communication into Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-informaticaProvides Apache Airflow integration operators…
permissive · top 15,000 on PyPI
apache-airflow-providers-vespaIntegrates Apache Airflow with Vespa, enabling…
permissive · top 15,000 on PyPI
apache-airflow-providers-jenkinsIntegrates Jenkins CI/CD systems into Apache…
permissive · top 15,000 on PyPI