awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesDeclarative Stream Processing

Applying functional query operators to process asynchronous sequences of data.

Distinct from Query-to-Stream Adapters: None of the candidates cover the general application of LINQ-style operators to async streams; most are narrow AI or adapter patterns.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Declarative Stream Processing. Refine with filters or upvote what's useful.

Awesome Declarative Stream Processing GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • reactive-extensions/rx.netAvatar de Reactive-Extensions

    Reactive-Extensions/Rx.NET

    7,153Ver en GitHub↗

    Rx.NET is a reactive programming framework and library for the .NET ecosystem used to compose asynchronous and event-based programs. It provides an observable data stream API that treats live sequences of information as collections, allowing developers to coordinate asynchronous event workflows using a declarative syntax. The project functions as an extension of language integrated query patterns to asynchronous streams. This allows for the filtering and transformation of asynchronous notifications and event sequences through the application of query operators. The framework covers asynchron

    Apply standard query operators to asynchronous enumerables to process data streams in a declarative manner.

    C#
    Ver en GitHub↗7,153
  • ag2ai/faststreamAvatar de ag2ai

    ag2ai/faststream

    4,967Ver en GitHub↗

    FastStream is an asyncio message broker framework for building event-driven applications in Python. It provides a unified interface and a multi-broker messaging abstraction layer that translates generic producer and consumer calls into broker-specific APIs. The framework features a built-in dependency injection container and uses decorators to route messages to asynchronous handler functions. It includes a documentation generator that extracts channel definitions and message formats from code to produce standardized AsyncAPI specifications. The project supports integration with Kafka, Rabbit

    Processes streaming events by consuming messages and publishing responses using declarative decorators.

    Pythonasyncapiasynciodistributed-systems
    Ver en GitHub↗4,967
  1. Home
  2. Software Engineering & Architecture
  3. Declarative Stream Processing