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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesCompositional Streaming Pipelines

Pipelines that fuse producers, sinks, and conduits for efficient asynchronous data processing.

Distinct from Functional Pipelines: Focuses on the specific pipeline architecture of sources, sinks, and conduits rather than general pure function chaining.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Compositional Streaming Pipelines. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Functional Pipelines
  4. Compositional Streaming Pipelines

Awesome Compositional Streaming Pipelines GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • louthy/language-extAvatar louthy

    louthy/language-ext

    7,057Vezi pe GitHub↗

    language-ext is a functional programming framework for C# that provides a suite of immutable data structures and monadic types. It enables the implementation of pure functional programming patterns, utilizing containers to manage side effects, optional values, and error handling. The library is distinguished by its advanced concurrency and state management tools, including a software transactional memory system and lock-free atomic references. It also provides specialized utilities for distributed systems, such as vector clocks for causality tracking and deterministic data conflict resolution

    Implements a compositional system for processing asynchronous data flows using reusable sources, sinks, and conduits.

    C#
    Vezi pe GitHub↗7,057
  • reactivex/rxkotlinAvatar ReactiveX

    ReactiveX/RxKotlin

    7,041Vezi pe GitHub↗

    RxKotlin is a reactive programming library and asynchronous stream processor that provides Kotlin language extensions for composing event-based data streams. It serves as a set of Kotlin bindings for RxJava, allowing developers to transform, filter, and flatten sequences of data emitted over time. The library focuses on integrating RxJava patterns into Kotlin projects by applying language-specific conventions and idioms. It utilizes extension functions to simplify reactive programming patterns, reduce boilerplate, and optimize workflows within the reactive ecosystem. The toolkit covers a bro

    Implements compositional streaming pipelines by chaining higher-order functions to transform and aggregate asynchronous event streams.

    Kotlinkotlinrxjava
    Vezi pe GitHub↗7,041
  • reactor/reactorAvatar reactor

    reactor/reactor

    3,688Vezi pe GitHub↗

    Reactor is a reactive streams library and framework for building asynchronous data pipelines. It provides a system for coordinating execution contexts via an asynchronous event-loop manager, alongside a set of reactive abstractions for implementing high-performance TCP, UDP, QUIC, and HTTP services. The project includes a specialized testing tool for verifying the timing and order of asynchronous data flows and a bill of materials to synchronize compatible versions of core reactive libraries and networking add-ons. Its capability surface covers non-blocking network services, demand-based bac

    Implements compositional streaming pipelines that fuse producers, sinks, and conduits for asynchronous data processing.

    Vezi pe GitHub↗3,688