awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 रिपॉजिटरी

Awesome GitHub RepositoriesFault-Tolerant Workflow Execution

Architectural patterns for resilient and recoverable automated processes.

Distinguishing note: Focuses on state recovery and replayability in workflows.

Explore 6 awesome GitHub repositories matching software engineering & architecture · Fault-Tolerant Workflow Execution. Refine with filters or upvote what's useful.

Awesome Fault-Tolerant Workflow Execution GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • langchain-ai/langgraphlangchain-ai का अवतार

    langchain-ai/langgraph

    34,925GitHub पर देखें↗

    LangGraph is a framework for building stateful, multi-step agentic workflows by modeling application logic as a directed graph. It provides a runtime environment where complex tasks are orchestrated through interconnected nodes and edges, allowing developers to manage state transitions, persistent memory, and control flow across long-running automated processes. The platform distinguishes itself through its native support for human-in-the-loop automation, enabling developers to define breakpoints that pause execution for manual review, modification, or approval. It also features checkpoint-ba

    Creates resilient automated processes that support state recovery and replaying past execution steps.

    Pythonagentsaiai-agents
    GitHub पर देखें↗34,925
  • trinodb/trinotrinodb का अवतार

    trinodb/trino

    12,952GitHub पर देखें↗

    Trino is a distributed SQL query engine designed for large-scale data analytics. It functions as a data federation platform, providing a unified interface that allows users to execute complex analytical queries across multiple heterogeneous data sources simultaneously without requiring data movement or transformation. The engine utilizes a massively parallel processing architecture to scale compute resources across clusters for high-speed data retrieval. It distinguishes itself through a cost-based query optimizer that analyzes metadata to determine efficient execution plans, alongside dynami

    Provides fault-tolerant execution to automatically recover and resume long-running analytical queries after node interruptions.

    Javaanalyticsbig-datadata-science
    GitHub पर देखें↗12,952
  • aws/aws-cdkaws का अवतार

    aws/aws-cdk

    12,817GitHub पर देखें↗

    The AWS Cloud Development Kit is an infrastructure-as-code framework that enables developers to define and provision cloud resources using familiar programming languages. By utilizing construct-based synthesis, it translates high-level, object-oriented code into declarative templates, allowing for the automated management of complex cloud environments through a centralized, code-driven control plane. The framework distinguishes itself through its ability to model infrastructure as a dependency-aware resource graph, ensuring that components are provisioned and updated in the correct order. It

    Maintains application reliability by managing component failures and ensuring task execution.

    TypeScriptawscloud-infrastructurehacktoberfest
    GitHub पर देखें↗12,817
  • uber/cadenceuber का अवतार

    uber/cadence

    9,336GitHub पर देखें↗

    Cadence is a distributed workflow orchestration engine designed to execute long-running, asynchronous business logic with built-in durability and resilience across distributed systems. It functions as a stateful process manager that ensures processes resume from their last known state following system crashes or network outages. The platform utilizes a distributed task queue to manage work across independent worker nodes and supports persistence via SQL or Cassandra backend storage. It includes a workflow visualization dashboard for inspecting execution histories and state traces, alongside a

    Implements architectural patterns for resilient workflow execution that survives system crashes by resuming from the last state.

    Go
    GitHub पर देखें↗9,336
  • elsa-workflows/elsa-coreelsa-workflows का अवतार

    elsa-workflows/elsa-core

    7,629GitHub पर देखें↗

    Elsa Core is a workflow engine framework designed for defining, executing, and managing long-running business processes. It functions as a distributed workflow orchestrator and event-driven trigger system, capable of operating as a multi-tenant platform with secure data isolation. The project distinguishes itself through a flexible approach to workflow definitions, supporting a visual drag-and-drop designer, programmatic C# definitions, and portable JSON specifications. It provides a highly extensible architecture allowing for the development of custom activities and the use of a dynamic expr

    Implements state persistence via bookmarks to allow workflows to pause and resume from specific points.

    C#csharpdotnetelsa
    GitHub पर देखें↗7,629
  • zeebe-io/zeebezeebe-io का अवतार

    zeebe-io/zeebe

    4,171GitHub पर देखें↗

    Zeebe is a cloud-native workflow engine and distributed state machine designed for business process orchestration using BPMN and DMN standards. It operates as a high-performance gRPC workflow runtime that executes complex business processes through a partitioned event-streaming architecture. The system also functions as an orchestrator for large language model agents, coordinating AI reasoning and tool use within deterministic business processes. The engine is distinguished by its peer-to-peer broker networking and a consensus-based data replication model that ensures high availability and fa

    Runs scalable and fault-tolerant business processes using a partitioned event-streaming architecture across a broker cluster.

    Java
    GitHub पर देखें↗4,171
  1. Home
  2. Software Engineering & Architecture
  3. Fault-Tolerant Workflow Execution

सब-टैग एक्सप्लोर करें

  • Distributed Event-Streaming ExecutionExecution of workflows across a distributed cluster using a partitioned event-streaming architecture. **Distinct from Fault-Tolerant Workflow Execution:** Adds the specific event-streaming distribution mechanism to the general concept of fault-tolerant workflow execution
  • Instance ResumptionsMechanisms for continuing the execution of suspended or faulted workflow instances from specific state markers. **Distinct from Fault-Tolerant Workflow Execution:** Focuses on the act of resuming a specific instance from a bookmark, whereas Fault-Tolerant Workflow Execution covers the broader architectural patterns for recovery and replayability.