1.0.1 • Published 9 years ago
es-count-by v1.0.1
Elasticsearch Count By
Like _.countBy from lodash, but over Elasticsearch
Install
$ yarn add es-count-byUsage
import {init, countBy} from 'es-count-by';
init('http://localhost:9200');
const counts = await countBy('type'); // {a: 1, b: 2, c: 3}1.0.1
9 years ago