awesome-repositories.com
Blog
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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesCollection Operators

Functional primitives for manipulating and aggregating sets of data.

Distinct from Transformation Operations: Focuses on functional operators like map and filter for collections, rather than general resource patching operations

Explore 3 awesome GitHub repositories matching data & databases · Collection Operators. Refine with filters or upvote what's useful.

Awesome Collection Operators GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • expr-lang/exprAvatar expr-lang

    expr-lang/expr

    7,906Vezi pe GitHub↗

    Expr is a statically typed expression engine and domain-specific language for parsing and evaluating dynamic logic strings within Go applications. It functions as a bytecode expression evaluator that executes compiled logic with guaranteed termination and memory safety. The engine utilizes a specialized compiler and virtual machine to achieve high-performance execution. It employs static type validation during the compilation phase to ensure operand compatibility and prevent runtime crashes. The project provides a data transformation engine capable of mapping, filtering, and aggregating coll

    Provides functional operators such as map and filter to transform, refine, and aggregate data collections.

    Gobytecodeconfiguration-languageengine
    Vezi pe GitHub↗7,906
  • reactive-extensions/rx.netAvatar Reactive-Extensions

    Reactive-Extensions/Rx.NET

    7,153Vezi pe 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

    Provides functional primitives and operators for manipulating and aggregating enumerable data collections.

    C#
    Vezi pe GitHub↗7,153
  • dotnet/reactiveAvatar dotnet

    dotnet/reactive

    7,153Vezi pe GitHub↗

    The .NET Reactive Extensions Library is a framework for composing, querying, and transforming asynchronous data streams. It provides a non-blocking implementation of the observer pattern to manage notifications and data flows between producers and consumers, functioning as an event stream processing library. The project applies LINQ-style querying and filtering operators to asynchronous sequences. This allows for the handling of event-driven programming patterns by utilizing composable operators to process notifications as they occur. The library covers asynchronous data streaming and non-bl

    Provides functional primitives for manipulating and aggregating standard enumerable collections.

    C#
    Vezi pe GitHub↗7,153
  1. Home
  2. Data & Databases
  3. JSON Patching
  4. Transformation Operations
  5. Collection Operators