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
·

2 repository-uri

Awesome GitHub RepositoriesAggregation Libraries

Libraries specialized in performing mathematical calculations over JSON structures.

Distinct from JSON: Focuses on the calculation logic rather than general parsing or querying.

Explore 2 awesome GitHub repositories matching data & databases · Aggregation Libraries. Refine with filters or upvote what's useful.

Awesome Aggregation Libraries GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • json-path/jsonpathAvatar json-path

    json-path/JsonPath

    9,423Vezi pe GitHub↗

    JsonPath is a Java library designed for querying and manipulating JSON documents using the JsonPath expression language. It functions as a query engine for extracting and filtering specific data from JSON structures through path-based expressions. The library provides capabilities for transforming JSON documents by modifying values or mapping extracted data into Java objects. It also includes an aggregation library for calculating statistical metrics, such as sums and averages, on numeric arrays. The project handles data extraction through array filtering and numerical aggregation. Performan

    Includes a dedicated library for performing statistical calculations on numeric arrays in JSON.

    Java
    Vezi pe GitHub↗9,423
  • square/crossfilterAvatar square

    square/crossfilter

    6,187Vezi pe GitHub↗

    Fast n-dimensional filtering and grouping of records.

    Provides a library for incremental aggregation updates as filter values change, avoiding full recomputation.

    JavaScript
    Vezi pe GitHub↗6,187
  1. Home
  2. Data & Databases
  3. Data Serialization Formats
  4. Data Formats
  5. JSON
  6. Aggregation Libraries

Explorează sub-etichetele

  • IncrementalA library that updates live aggregations incrementally as filter values change, avoiding full recomputation. **Distinct from Aggregation Libraries:** Distinct from Aggregation Libraries: adds incremental update capability for live aggregation as filters change.