Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2873d58

Browse files
Update readme
1 parent 5b60079 commit 2873d58

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@ This repository will walk you through the process of quickly getting started usi
1111
* Reading documents: [blog post](https://www.mongodb.com/blog/post/quick-start-nodejs--mongodb--how-to-read-documents) | [code example](read.js)
1212
* Updating documents: [blog post](https://www.mongodb.com/blog/post/quick-start-nodejs--mongodb--how-to-update-documents) | [code example](update.js)
1313
* Deleting documents: [blog post](https://www.mongodb.com/blog/post/quick-start-nodejs--mongodb--how-to-delete-documents) | [code example](delete.js)
14-
* The aggregation framework: blog post (coming soon) | [code example](https://github.com/mongodb-developer/nodejs-quickstart/blob/master/aggregation.js)
14+
* The aggregation framework: [blog post](https://www.mongodb.com/blog/post/quick-start-nodejs--mongodb--how-to-analyze-data-using-the-aggregation-framework) | [code example](aggregation.js)
15+
* Transactions: blog post (coming soon) | [code example](transaction.js)
16+
17+
## Related Videos
18+
19+
[How to Perform the CRUD Operations Using MongoDB & Node.js](https://youtu.be/ayNI9Q84v8g)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /