Perform analytics using Elasticsearch aggregation queries

InstructorWill Button

Share this video with your friends

Send Tweet

Aggregation queries can be thought of as similar to GROUP BY in SQL or the Aggregation Framework in MongoDB, but much more powerful. In this lesson you will learn how to create aggregation queries to group documents and perform rollups and calculations based on the results. Aggregation documentation can be found here