dataengine
General purpose data engineering python package.
What it is and what it does
Dataengine is a configuration-driven data pipeline framework that wraps Apache Spark, pandas, and cloud service SDKs (AWS, Databricks, GitHub, Slack, Datadog) into a unified Python interface. The core abstraction is the Engine class, which orchestrates three main components: Database objects that represent data stores you connect to, Dataset objects that define data sources (local or S3), and Query objects that specify SQL transformations, input dependencies, and output destinations.
The package is designed to let you define complex data workflows declaratively through configuration files rather than imperative code. It sits in Alpha status and has not been updated in 484 days, suggesting either stable maintenance or dormancy. With 18 runtime dependencies including pyspark, pandas, boto3, and various cloud SDKs, it brings a large dependency footprint and assumes you have Spark and Java available.
Use it for:
- Define multi-step SQL transformations on Spark DataFrames with input/output dependencies managed through configuration.
- Orchestrate data loading from S3 or local sources, apply transformations, and write results back to databases or cloud storage.
- Integrate Slack notifications, GitHub metadata, or Datadog metrics into data pipeline workflows via SDK support.
- Manage multiple database connections (PostgreSQL, MySQL, Databricks) from a single Engine instance configured declaratively.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Dataengine is a Python framework for orchestrating data pipelines that integrates pandas, Apache Spark, and cloud services (AWS, Databricks, GitHub, Slack, Datadog) through a configuration-driven Engine class that manages Database, Dataset, and Query objects.
Yes, with conditions. Install if you need a lightweight configuration-driven wrapper around Spark SQL pipelines and have the Spark/Java runtime available. The low install friction and lack of known vulnerabilities are positives. However, the Alpha status, 484-day staleness, unclear license, and heavy dependency footprint (18 runtime deps) mean you should verify the license terms, confirm the configuration format works for your use case (the docs have a TODO), and assess whether the project's maintenance cadence suits your risk tolerance.
Install
dataengine on PyPI
pip
pip install dataengineuv
uv add dataenginepoetry
poetry add dataengineInstalling dataengine
Before you install
Low install friction with a pure-Python wheel, but the package is in Alpha status and has not been updated in 484 days. It carries 18 runtime dependencies including heavy libraries like pyspark and pandas, which will pull in substantial transitive requirements.
License in practice
License status is unclear—no SPDX identifier or raw license text is available in the package metadata. Before adopting this in a commercial or regulated context, verify the actual license terms directly from the repository.
Quickstart
pip install dataengine
from dataengine import Engine
# Configure Engine with Database, Dataset, and Query subclasses
engine = Engine()
# (See repository for configuration file format)
Requires Python >=3.9. Apache Spark and its Java dependencies must be available in your environment for full functionality.
Verify before relying
- What configuration file format does Engine expect, and are there working examples beyond the TODO note in the description?
- Does the package support Python versions beyond 3.9, or is 3.9 the only tested version?
- What is the actual license of this package, and under what terms can it be used?
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 18 — pytest, pytest-cov, PyYAML, numpy, pandas, pyarrow, moto, boto3, psycopg2-binary, PyMySQL, slack-sdk, tabulate, databricks-cli, PyGithub, scipy, marshmallow, datadog_api_client, pyspark |
| Maintenance | aging — 484 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 159,859/month — #10,687 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: dataengine-0.0.92-py3-none-any.whl
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
pysparkPySpark provides Python bindings to Apache…
permissive · top 1,000 on PyPI
newtoolsProvides libraries for processing large data…
permissive · top 15,000 on PyPI
pyspark-clientPython client for connecting to Apache Spark…
permissive · top 5,000 on PyPI
dbt-databricksdbt-databricks is a dbt adapter that enables…
permissive · top 5,000 on PyPI
policyengine-usPolicyEngine US models the US federal and state…
agpl · top 15,000 on PyPI
dagster-sparkDagster-spark integrates Apache Spark with…
permissive · top 15,000 on PyPI
pyspark-extensionProvides Python bindings and utilities for…
permissive · top 15,000 on PyPI
koalasKoalas implements the pandas DataFrame API on…
permissive · top 5,000 on PyPI
delta-sharingDelta Sharing is a Python client library for…
permissive · top 5,000 on PyPI
pyspark-pandasProvides tools for distributing Pandas…
unclear · top 5,000 on PyPI