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
This is a template to __create new Lab documentation sites__. Contains info on how to use Docusaurus and is a good starting point.
4
-
5
-
### Installation, use, how to build, etc.
6
-
7
-
Everything is covered in the Lab itself: https://mongodb-developer.github.io/docusaurus-workshop/
8
-
9
-
## Contributing
10
-
11
-
As `main` is protected, submit a pull request to be reviewed.
12
-
13
-
## Docusaurus
14
-
15
-
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator. It's available on https://mongodb-developer.github.io/docusaurus-workshop/.
16
-
17
-
### Disclaimer
18
-
19
-
Use at your own risk; not a supported MongoDB product
Copy file name to clipboardExpand all lines: docs/20-prerequisites/20-prerequisite.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ description: Setting up your MongoDB Atlas account, importing Library data
6
6
7
7
To follow along, you'll need to complete the first two labs of the MongoDB for RDBMS professionals. Which will help you in getting:
8
8
9
-
- MongoDB Atlas Cluster
10
-
-Test data. In this case, this is book, author, and review data for a library management system.
9
+
-A free MongoDB Atlas Cluster
10
+
-Sample data
11
11
12
-
👐 To get both, open the [intro lab](https://mongodb-developer.github.io/intro-lab/docs/intro) and follow it (only takes 10-15 mins) to get your database ready. Return here when finished!
12
+
To get both, open the [intro lab](https://mongodb-developer.github.io/intro-lab/docs/intro) and follow it (only takes 10-15 mins) to get your database ready. Return here when finished!
Copy file name to clipboardExpand all lines: docs/50-aggregation/7-CREATE-VIEW.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# 👐 $merge
1
+
# 🦸 $merge
2
2
3
3
In MongoDB, the **$merge** stage allows you to **write the results of an aggregation pipeline into a new or existing collection**. This is similar to the concept of "INSERT INTO ... SELECT" or "MERGE INTO" in SQL databases.
Copy file name to clipboardExpand all lines: docs/summary.mdx
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,10 @@ sidebar_position: 100
4
4
5
5
# 🎯 Summary
6
6
7
-
Congratulations! Following this tutorial, you have successfully:
7
+
Congratulations! Following this tutorial, you have successfully learned:
8
8
9
-
- TBD
10
-
- TBD
11
-
- TBD
12
-
- TBD
13
-
- TBD
9
+
- How to query collections in MongoDB
10
+
- How to insert, update and delete documents in MongoDB
11
+
- How to write aggregation pipelines in MongoDB
14
12
15
13
Visit the [MongoDB Developer Center](https://mongodb.com/developer/?utm_campaign=devrel&utm_source=workshop&utm_medium=cta&utm_content=sql_to_query_api&utm_term=sourabh_bagrecha) for more useful information and tutorials.
0 commit comments