<slide>
<title>Exercise: Aggregation</title>

<blurb>Write a script that uses the Aggregation Framework to:</blurb>

<list>
    <bullet>List the average %rating_score% per %beer_type%</bullet>
    <bullet>Only include types if there are more than 5 ratings</bullet>
    <bullet>Sort by highest rated type</bullet>
    <bullet>Show only the top 8</bullet>
</list>
</slide>
