awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • louthy/language-extlouthy 的头像

    louthy/language-ext

    7,057在 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#
    在 GitHub 上查看↗7,057
  • reactivex/rxkotlinReactiveX 的头像

    ReactiveX/RxKotlin

    7,041在 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
    在 GitHub 上查看↗7,041
  • reactor/reactorreactor 的头像

    reactor/reactor

    3,688在 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.

    在 GitHub 上查看↗3,688
  1. Home
  2. Software Engineering & Architecture
  3. Functional Pipelines
  4. Compositional Streaming Pipelines