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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

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.

Awesome Compositional Streaming Pipelines GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • louthy/language-extAvatar von louthy

    louthy/language-ext

    7,057Auf GitHub ansehen↗

    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#
    Auf GitHub ansehen↗7,057
  • reactivex/rxkotlinAvatar von ReactiveX

    ReactiveX/RxKotlin

    7,041Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,041
  • reactor/reactorAvatar von reactor

    reactor/reactor

    3,688Auf GitHub ansehen↗

    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.

    Auf GitHub ansehen↗3,688
  1. Home
  2. Software Engineering & Architecture
  3. Functional Pipelines
  4. Compositional Streaming Pipelines