Skip to content

Commit

Permalink
Update intro.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
ljhaywar authored May 23, 2024
1 parent ac67fd2 commit 2c57225
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,9 @@ sidebar_position: 0
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

|Lab goals|Learn about Aggregation Pipelines writing Aggregation Pipelines|
|Lab goals|Learn about aggregation pipelines|
|-|-|
|What you'll learn|What are Aggregation Pipelines |
||How are they different from simple MongoDB queries or SQL|
||How to use simple pipelines to get data, filter it, show the fields needed|
||How to write more advanced pipelines, querying arrays, counting and sorting results|
||How to do JOINs using $lookup|
||How to group data|
||Exporting data|
||How to write aggregations using popular programming languages (TBD)|
|What you'll learn| <ul><li>What an aggregation pipeline is</li><li>How aggregation pipelines are different from other MongoDB queries or SQL</li><li>How to use simple aggregation pipelines to get data, filter it, and show particular fields</li><li>How to write more advanced pipelines that query arrays, count documents, and sort the results</li><li>How to join collections using `$lookup`</li><li>How to group data</li><li>How to export data</li></ul>
|Time to complete|90 mins|

In the navigation bar and in some pages, you will notice some icons. Here is their meaning:
Expand All @@ -25,5 +18,5 @@ In the navigation bar and in some pages, you will notice some icons. Here is the
|-|:-|
|📘|Lecture material - If you're following along in an instructor lead session, they probably have covered this already.|
|👐|Hands-on content - Get ready to get some work done. You should follow these steps.|
|💬|Discussion - Item to discuss during the Lab|
|🦸|Advanced content - This content isn't covered during the lab, but if you're interested in learning more, you can check it out.|
|💬|Discussion - Item to discuss during the lab|
|🦸|Advanced content - This content isn't covered during the lab, but, if you're interested in learning more, you can check it out.|

0 comments on commit 2c57225

Please sign in to comment.