skillfed

apache-airflow-providers-apache-tinkerpop

Provider package apache-airflow-providers-apache-tinkerpop for Apache Airflow

apache-airflow-providers-apache-tinkerpop v1.1.4 486.0K downloads/30d#6,394 on PyPI46,490
Permissive license Apache-2.0 Active released

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-tinkerpop

uv

uv add apache-airflow-providers-apache-tinkerpop

poetry

poetry add apache-airflow-providers-apache-tinkerpop

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: Web EnvironmentFramework :: Apache AirflowFramework :: Apache Airflow :: ProviderIntended Audience :: DevelopersIntended Audience :: System AdministratorsProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: System :: Monitoring

Tags

airflow graph database integrationgremlin airflow providertinkerpop airflow orchestrationgraph traversal airflowairflow graph analyticsgremlin query orchestrationairflow graph computing
graph-databaseairflow-providergremlin

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

apache-airflow-providers-neo4j

Integrates Neo4j graph database operations into…

permissive · top 15,000 on PyPI

apache-airflow-providers-pinecone

Integrates Pinecone vector database operations…

permissive · top 15,000 on PyPI

apache-airflow-providers-zendesk

Provides operators and hooks to integrate…

permissive · top 15,000 on PyPI

apache-airflow-providers-apache-beam

Integrates Apache Beam data processing…

permissive · top 15,000 on PyPI

apache-airflow-providers-singularity

Integrates Singularity container runtime with…

permissive · top 15,000 on PyPI

apache-airflow-providers-grpc

Integrates gRPC communication into Apache…

permissive · top 15,000 on PyPI

apache-airflow-providers-informatica

Provides Apache Airflow integration operators…

permissive · top 15,000 on PyPI

apache-airflow-providers-vespa

Integrates Apache Airflow with Vespa, enabling…

permissive · top 15,000 on PyPI

apache-airflow-providers-jenkins

Integrates Jenkins CI/CD systems into Apache…

permissive · top 15,000 on PyPI