awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dagrs-dev avatar

dagrs-dev/dagrsArchived

0
View on GitHub↗
dagrs.com↗

Dagrs

High-performance, Rust-based asynchronous task programming framework implementing Flow-Based Programming for scalable directed acyclic graph (DAG) task orchestration

Features

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI
Asynchronous Programming - Flow-based asynchronous task programming framework.
  • Outils de développement - Asynchronous task programming framework based on flow programming.
  • 478 stars·39 forks·Rust·Apache-2.0·2 vues

    Historique des stars

    Graphique de l'historique des stars pour dagrs-dev/dagrsGraphique de l'historique des stars pour dagrs-dev/dagrs

    Alternatives open source à Dagrs

    Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Dagrs.
    • dpc/miocoAvatar de dpc

      dpc/mioco

      148Voir sur GitHub↗

      no longer maintained Scalable, coroutine-based, fibers/green-threads for Rust. (aka MIO COroutines).

      Rustasyncasynchronouscoroutines
      Voir sur GitHub↗148
    • igumnoff/gabriel2Avatar de igumnoff

      igumnoff/gabriel2

      26Voir sur GitHub↗

      Gabriel2: Indeed, an actor library based on Tokio, written in Rust

      Rust
      Voir sur GitHub↗26
    • async-rs/async-stdAvatar de async-rs

      async-rs/async-std

      4,068Voir sur GitHub↗

      async-std is a Rust asynchronous runtime and non-blocking I/O library. It serves as an asynchronous standard library, providing a set of alternatives to the core Rust library for managing concurrent tasks, networking, and file system access. The project implements a standard-library-mirrored API, offering asynchronous versions of existing synchronous types to maintain a familiar interface. This approach allows for asynchronous Rust development using an interface that reflects the ergonomics of the language's standard library. The runtime includes a task executor for scheduling and executing

      Rustasyncasync-awaitasync-rust
      Voir sur GitHub↗4,068
    • iii-hq/iiiAvatar de iii-hq

      iii-hq/iii

      18,238Voir sur GitHub↗

      iii is a distributed service orchestrator and event-driven workflow engine designed to compose and manage cross-language functions and workers through a central execution engine. It functions as a multi-language service mesh and WebSocket service gateway, providing a persistent communication layer for remote service workers. The platform enables dynamic runtime extensions, allowing new workers and capabilities to be deployed and registered into a live environment without requiring system restarts. It distinguishes itself by offering machine-readable skill exposure and agent capability integra

      Rust
      Voir sur GitHub↗18,238
    Voir les 30 alternatives à Dagrs→

    Questions fréquentes

    Que fait dagrs-dev/dagrs ?

    High-performance, Rust-based asynchronous task programming framework implementing Flow-Based Programming for scalable directed acyclic graph (DAG) task orchestration

    Quelles sont les fonctionnalités principales de dagrs-dev/dagrs ?

    Les fonctionnalités principales de dagrs-dev/dagrs sont : Asynchronous Programming, Outils de développement.

    Quelles sont les alternatives open-source à dagrs-dev/dagrs ?

    Les alternatives open-source à dagrs-dev/dagrs incluent : igumnoff/gabriel2 — Gabriel2: Indeed, an actor library based on Tokio, written in Rust. nextest-rs/future-queue — Queue futures to run concurrently, in the order they're spawned, and with global and group limits. async-rs/async-std — async-std is a Rust asynchronous runtime and non-blocking I/O library. It serves as an asynchronous standard library,… dpc/mioco — [no longer maintained] Scalable, coroutine-based, fibers/green-threads for Rust. (aka MIO COroutines). iii-hq/iii — iii is a distributed service orchestrator and event-driven workflow engine designed to compose and manage… rust-lang/futures-rs — Zero-cost asynchronous programming in Rust.