jmespath / jmespath/jmespath.site

Sum_by function

Open
#46 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Makefile
Stars
61
Forks
61
PR merge metrics
No merged PRs in 30d

Description

Hi!

it would be really nice to have sum_by function. My case is to get something like
```
[
{
"pool_name": "default",
"num": 2
},
{
"pool_name": "test",
"num": 77
},
{
"pool_name": "default",
"num": 4
}
]
```
sum services count in specific pool.
Several times as i can see it was already requested but in wrong projects. Here is request in i hope right one

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.