Skip to content

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

License

Notifications You must be signed in to change notification settings

DigElements/elastic-client-aggregation-builder

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages