Elasticsearch Count By
Like _.countBy from lodash, but over Elasticsearch
Install
$ yarn add es-count-by
Usage
; ; const counts = await ; // {a: 1, b: 2, c: 3}
Like _.countBy from lodash, but over Elasticsearch
$ yarn add es-count-by
; ; const counts = await ; // {a: 1, b: 2, c: 3}
npm i es-count-by
1
1.0.1
MIT