awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
dagworks-inc avatar

dagworks-inc/hamilton

0
View on GitHub↗
2,528 stars·197 forks·Jupyter Notebook·Apache-2.0·17 viewshamilton.apache.org↗

Hamilton

Apache Hamilton helps data scientists and engineers define testable, modular, self-documenting dataflows, that encode lineage/tracing and metadata. Runs and scales everywhere python does.

Features

  • Workflow Orchestration - Micro-framework for defining scalable dataflows.
  • Data Manipulation - Microframework for DAG-based dataframe generation.
  • Data Pipelines - Defines dataflows using a micro-orchestration framework.
  • Data Quality and Observability - Declarative data flow framework for building and tracking data transformations.
  • Open Source Catalogs - Framework for data transformations with built-in lineage and metadata tracking.
  • Workflow Orchestration - Lightweight library for defining data transformations as DAGs.
  • Orchestration Tools - Declarative data flow and pipeline definition framework.
  • Workflow Frameworks - Micro-framework for describing and running dataflows.

Star history

Star history chart for dagworks-inc/hamiltonStar history chart for dagworks-inc/hamilton

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Hamilton

These projects share indexed features with Hamilton. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • dagster-io/dagsterdagster-io avatar

    dagster-io/dagster

    14,974View on GitHub↗

    Dagster is a data orchestration platform designed to manage the entire lifecycle of data assets through declarative modeling and version-controlled code. It functions as a workflow engine that treats data assets as first-class primitives, allowing teams to define, schedule, and monitor complex pipelines while maintaining clear visibility into lineage, dependencies, and data quality. The platform distinguishes itself by using a code-as-configuration framework that enables standard software engineering practices, such as unit testing and local mocking, to be applied directly to data workflows.

    Pythonanalyticsdagsterdata-engineering
    View on GitHub↗14,974
  • dotflow-io/dotflowdotflow-io avatar

    dotflow-io/dotflow

    7View on GitHub↗

    🎲 Dotflow turns an idea into flow! — Lightweight Python library for execution pipelines

    Python
    View on GitHub↗7
  • couler-proj/coulercouler-proj avatar

    couler-proj/couler

    944View on GitHub↗

    Unified Interface for Constructing and Managing Workflows on different workflow engines, such as Argo Workflows, Tekton Pipelines, and Apache Airflow.

    Python
    View on GitHub↗944
  • spotify/luigispotify avatar

    spotify/luigi

    18,676View on GitHub↗

    Luigi is a Python framework designed for building and managing complex batch data pipelines. It functions as a workflow orchestration engine that organizes tasks into directed acyclic graphs, ensuring that jobs execute in the correct logical order based on their dependencies. By utilizing a centralized scheduler, the system coordinates task execution across distributed environments, tracks global workflow state, and prevents redundant processing by verifying the existence of output targets before triggering any work. The project distinguishes itself through a robust state-tracking mechanism t

    Pythonhadoopluigiorchestration-framework
    View on GitHub↗18,676
Compare all 30 related projects→

Frequently asked questions

What does dagworks-inc/hamilton do?

Apache Hamilton helps data scientists and engineers define testable, modular, self-documenting dataflows, that encode lineage/tracing and metadata. Runs and scales everywhere python does.

What are the main features of dagworks-inc/hamilton?

The main features of dagworks-inc/hamilton are: Workflow Orchestration, Data Manipulation, Data Pipelines, Data Quality and Observability, Open Source Catalogs, Orchestration Tools, Workflow Frameworks.

Which projects share features with dagworks-inc/hamilton?

Projects with overlapping indexed features include: spotify/luigi — Luigi is a Python framework designed for building and managing complex batch data pipelines. It functions as a… couler-proj/couler — Unified Interface for Constructing and Managing Workflows on different workflow engines, such as Argo Workflows,… dagster-io/dagster — Dagster is a data orchestration platform designed to manage the entire lifecycle of data assets through declarative… dotflow-io/dotflow — 🎲 Dotflow turns an idea into flow! — Lightweight Python library for execution pipelines. cocoindex-io/cocoindex — Cocoindex is an incremental data processing engine that builds and maintains live indexes for AI agents, with a core… argoproj/argo-workflows — Argo Workflows is a container-native workflow engine that functions as a Kubernetes custom resource controller. It…