awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Data Processing Pipelines · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesData Processing Pipelines

Architectural patterns and frameworks for building modular, decoupled data ingestion and transformation workflows.

Distinguishing note: Focuses on the architectural pattern of decoupling data stages rather than specific database storage or analytics tools.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Data Processing Pipelines. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Data Processing Pipelines

Awesome Data Processing Pipelines GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • virattt/ai-hedge-fund

    virattt/ai-hedge-fund

    45,809View on GitHub↗

    This project is an algorithmic trading platform designed to automate financial market analysis and the execution of investment strategies. It provides an end-to-end environment for processing real-time market data through automated decision models, allowing for the triggering of financial transactions based on predefined quantitative signals and risk parameters without manual intervention. The platform distinguishes itself through a modular pipeline architecture that decouples data ingestion, signal generation, and trade execution, facilitating the iterative refinement of investment models. I

    Implements a modular pipeline architecture that separates data ingestion, signal generation, and trade execution for iterative model refinement.

    Python
    45,809View on GitHub↗
  • nushell/nushell

    nushell/nushell

    38,461View on GitHub↗

    Nushell is a cross-platform shell and programming language designed to treat all input and output as structured data rather than raw text streams. By enforcing data types and command signatures, it provides a consistent environment for building robust, pipeline-oriented workflows. The shell allows users to chain commands that pass structured objects between stages, enabling complex data processing and automation tasks that remain predictable across different operating systems. What distinguishes the project is its focus on interactive data exploration and modular extensibility. Users can quer

    Processes data by passing structured objects through a series of connected commands that transform input into output.

    Rustnushellrustshell
    38,461View on GitHub↗