You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/intro.mdx
+4-11Lines changed: 4 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,9 @@ sidebar_position: 0
7
7
importTabsfrom'@theme/Tabs';
8
8
importTabItemfrom'@theme/TabItem';
9
9
10
-
|Lab goals|Learn about Aggregation Pipelines writing Aggregation Pipelines|
10
+
|Lab goals|Learn about aggregation pipelines|
11
11
|-|-|
12
-
|What you'll learn|What are Aggregation Pipelines |
13
-
||How are they different from simple MongoDB queries or SQL|
14
-
||How to use simple pipelines to get data, filter it, show the fields needed|
15
-
||How to write more advanced pipelines, querying arrays, counting and sorting results|
16
-
||How to do JOINs using $lookup|
17
-
||How to group data|
18
-
||Exporting data|
19
-
||How to write aggregations using popular programming languages (TBD)|
12
+
|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>
20
13
|Time to complete|90 mins|
21
14
22
15
In the navigation bar and in some pages, you will notice some icons. Here is their meaning:
@@ -25,5 +18,5 @@ In the navigation bar and in some pages, you will notice some icons. Here is the
25
18
|-|:-|
26
19
|📘|Lecture material - If you're following along in an instructor lead session, they probably have covered this already.|
27
20
|👐|Hands-on content - Get ready to get some work done. You should follow these steps.|
28
-
|💬|Discussion - Item to discuss during the Lab|
29
-
|🦸|Advanced content - This content isn't covered during the lab, but if you're interested in learning more, you can check it out.|
21
+
|💬|Discussion - Item to discuss during the lab|
22
+
|🦸|Advanced content - This content isn't covered during the lab, but, if you're interested in learning more, you can check it out.|
0 commit comments