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 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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • json-path/jsonpathAvatar de json-path

    json-path/JsonPath

    9,423Ver en 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
    Ver en GitHub↗9,423
  • square/crossfilterAvatar de square

    square/crossfilter

    6,187Ver en GitHub↗

    Fast n-dimensional filtering and grouping of records.

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

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

Explorar subetiquetas

  • 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.