Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 775 Bytes

File metadata and controls

36 lines (24 loc) · 775 Bytes

elastic-client-aggregation-builder

A Polymer Element which builds an elasticjs aggregation based on the set attributes.

Example

<elastic-client-aggregation-builder
  field="fieldName"
  name="aggName"
  type="terms"
  count="15"
  ejs-aggregation="{{ejsAgg}}">
</elastic-client-aggregation>

Dependencies

Dependencies are installed using Bower:

npm install -g bower
bower install

Testing

Tests are run using web-component-tester:

npm install -g web-component-tester
wct

Demonstration & Documentation

Demonstration and documentation are viewed using polyserve:

npm install -g polyserve
polyserve