skillfed

apache-airflow-providers-neo4j

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

apache-airflow-providers-neo4j v3.12.1 366.8K downloads/30d#7,202 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 bridges Airflow's workflow orchestration engine with Neo4j graph databases. It supplies operators and hooks that allow you to define Airflow DAG tasks that execute Cypher queries, manage graph data, and integrate Neo4j operations into larger data pipelines. The package is maintained as part of the official Apache Airflow ecosystem and follows Airflow's provider plugin architecture.

You install it alongside an existing Airflow instance (version 2.11.0 or later) and a Neo4j driver (5.20.0 or later). Once installed, you can use its operators to construct tasks that read from, write to, or query your Neo4j instance as part of scheduled or triggered workflows. It is production-stable and actively maintained, with support for Python 3.10 through 3.14.

Use it for:

  • Schedule regular Cypher queries to extract or analyze graph data and feed results into downstream Airflow tasks.
  • Build ETL pipelines that load data from external sources into Neo4j as part of a coordinated workflow.
  • Orchestrate graph analytics jobs that depend on other data processing steps in a single DAG.
  • Monitor Neo4j database health or query performance as part of a larger Airflow monitoring workflow.
  • Synchronize graph data between Neo4j and other data systems (data lakes, warehouses) in a scheduled pipeline.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Integrates Neo4j graph database operations into Apache Airflow workflows, providing operators and hooks to query, write, and manage graph data as part of DAG tasks.

Yes, if you run Apache Airflow and need to integrate Neo4j operations into your workflows. The package is production-stable, actively maintained, has no known vulnerabilities, and carries a permissive license. Install friction is low. The only prerequisite is an existing Airflow instance and a Neo4j connection configured in Airflow's connection store.

Install

apache-airflow-providers-neo4j on PyPI

pip

pip install apache-airflow-providers-neo4j

uv

uv add apache-airflow-providers-neo4j

poetry

poetry add apache-airflow-providers-neo4j

Installing apache-airflow-providers-neo4j

Before you install

Low friction install as a pure-Python wheel. Active maintenance with a release 6 days old; the underlying Apache Airflow project has strong community backing (46490 stars). Requires Airflow >=2.11.0, neo4j >=5.20.0, and apache-airflow-providers-common-compat >=1.10.1.

License in practice

Apache-2.0 permissive license allows use in commercial and private projects with minimal restrictions; you must include a copy of the license and note any modifications.

Quickstart

pip install apache-airflow-providers-neo4j

from airflow.providers.neo4j.operators.neo4j import Neo4jOperator

query_task = Neo4jOperator(
    task_id='run_query',
    neo4j_conn_id='neo4j_default',
    cypher_query='MATCH (n) RETURN n LIMIT 10'
)

Requires an existing Apache Airflow installation (>=2.11.0) and a configured Neo4j connection in Airflow's connection store.

Verify before relying

  • Specific operators and hooks available beyond the base Neo4jOperator mentioned in the excerpt.
  • Whether the provider supports Neo4j authentication methods (basic auth, Kerberos, LDAP, etc.).
  • Performance characteristics or limitations for large graph queries in Airflow DAGs.

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, neo4j
Maintenance actively maintained — 6 days since the last release
Last repo commit
First released
Downloads 366,845/month — #7,202 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: apache_airflow_providers_neo4j-3.12.1-py3-none-any.whl

Keywords: airflow-provider, neo4j, 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 neo4j integrationgraph database airflow operatorneo4j airflow providerairflow neo4j connectorgraph workflow orchestrationairflow database providerneo4j dag tasks
airflow-providergraph-databaseworkflow-orchestration

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

Integrates ArangoDB with Apache Airflow,…

permissive · top 15,000 on PyPI

apache-airflow-providers-git

Integrates Git version control operations into…

permissive · top 15,000 on PyPI

apache-airflow-providers-cloudant

Provides Apache Airflow operators and hooks to…

permissive · top 15,000 on PyPI

apache-airflow-providers-github

Provides GitHub integration operators and hooks…

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

Integrates MongoDB with Apache Airflow as a…

permissive · top 5,000 on PyPI

apache-airflow-providers-airbyte

Integrates Airbyte data pipelines into Apache…

permissive · top 5,000 on PyPI

apache-airflow-providers-apache-tinkerpop

Integrates Apache TinkerPop graph computing and…

permissive · top 15,000 on PyPI

apache-airflow-providers-weaviate

Integrates Weaviate vector database operations…

permissive · top 15,000 on PyPI

apache-airflow-providers-salesforce

Integrates Salesforce data operations into…

permissive · top 5,000 on PyPI