Skip to content

Commit 9b270c0

Browse files
committed
Changed prerequisites, also renamed a page
1 parent f56bec5 commit 9b270c0

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed
File renamed without changes.

docs/30-simple-queries/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"label": "Simple queries",
2+
"label": "Simple pipelines",
33
"position": 30,
44
"link": {
55
"type": "generated-index",

docs/intro.mdx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@ import TabItem from '@theme/TabItem';
99

1010
|Lab goals|Learn about Aggregation Pipelines writing Aggregation Pipelines|
1111
|-|-|
12-
|Prerequisites|A MongoDB database an sample data, you can create a free forever cluster following [these instructions](/docs/mongodb-atlas/prerequisites)|
13-
|What you'll learn|What an Aggregation Pipeline is|
14-
|Queries|You'll learn how to query and manipulate data using the Aggregation Pipeline|
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)|
1520
|Time to complete|90 mins|
1621

1722
In the navigation bar and in some pages, you will notice some icons. Here is their meaning:

0 commit comments

Comments
 (0)