2 repository-uri
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.
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.
Fast n-dimensional filtering and grouping of records.
Provides a library for incremental aggregation updates as filter values change, avoiding full recomputation.