|
2 | 2 |
|
3 | 3 | This repository will walk you through the process of quickly getting started using Node.js and MongoDB together.
|
4 | 4 |
|
5 | | -[Lauren Schaefer](https://github.com/ljhaywar) is actively working to add files to this repo and drafting a blog series that will walk you through the code. She will be updating this readme as she publishes blog posts. |
| 5 | +This branch uses MongoDB 4.4, MongoDB Node.js Driver 3.6.4, and Node.js 14.15.4. To see an earlier version that uses MongoDB 4.0, MongoDB Node.js Driver 3.3.2, and Node.js 10.16.3, visit the [3.3.2 branch](https://github.com/mongodb-developer/nodejs-quickstart/tree/3.3.2). |
6 | 6 |
|
7 | 7 | ## Topics
|
8 | 8 |
|
9 | | -* How to get connected to your database: [blog post](https://www.mongodb.com/blog/post/quick-start-nodejs-mongodb--how-to-get-connected-to-your-database) | [code example](connection.js) |
10 | | -* Creating documents: [blog post](https://www.mongodb.com/blog/post/quick-start-nodejs--mongodb--how-to-create-documents) | [code example](create.js) |
11 | | -* Reading documents: [blog post](https://www.mongodb.com/blog/post/quick-start-nodejs--mongodb--how-to-read-documents) | [code example](read.js) |
12 | | -* Updating documents: [blog post](https://www.mongodb.com/blog/post/quick-start-nodejs--mongodb--how-to-update-documents) | [code example](update.js) |
13 | | -* 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](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](https://www.mongodb.com/blog/post/quick-start-nodejs--mongodb--how-to-implement-transactions) | [code example](transaction.js) |
16 | | -* Change streams: [blog post](https://www.mongodb.com/blog/post/node-js-change-streams-and-triggers) | [code example](changeStreams.js) |
| 9 | +* How to get connected to your database: [blog post](https://developer.mongodb.com/quickstart/node-connect-mongodb/) | [code example](connection.js) |
| 10 | +* Creating documents: [blog post](https://developer.mongodb.com/quickstart/node-crud-tutorial/) | [code example](create.js) |
| 11 | +* Reading documents: [blog post](https://developer.mongodb.com/quickstart/node-crud-tutorial/) | [code example](read.js) |
| 12 | +* Updating documents: [blog post](https://developer.mongodb.com/quickstart/node-crud-tutorial/) | [code example](update.js) |
| 13 | +* Deleting documents: [blog post](https://developer.mongodb.com/quickstart/node-crud-tutorial/) | [code example](delete.js) |
| 14 | +* The aggregation framework: [blog post](https://developer.mongodb.com/quickstart/node-aggregation-framework/) | [code example](aggregation.js) |
| 15 | +* Transactions: [blog post](https://developer.mongodb.com/quickstart/node-transactions/) | [code example](transaction.js) |
| 16 | +* Change streams: [blog post](https://developer.mongodb.com/quickstart/nodejs-change-streams-triggers/) | [code example](changeStreams.js) |
17 | 17 |
|
18 | 18 | ## Related Videos
|
19 | 19 |
|
20 | 20 | [How to Perform the CRUD Operations Using MongoDB & Node.js](https://youtu.be/ayNI9Q84v8g)
|
| 21 | + |
| 22 | +## Questions? |
| 23 | + |
| 24 | +Questions about this repo or how to use MongoDB and Node.js together? Ask them in the [MongoDB Community](https://community.mongodb.com). |
0 commit comments