Skip to content

Commit

Permalink
Add change streams to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ljhaywar committed Dec 20, 2019
1 parent 4304ec8 commit f14a102
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ This repository will walk you through the process of quickly getting started usi
* Updating documents: [blog post](https://www.mongodb.com/blog/post/quick-start-nodejs--mongodb--how-to-update-documents) | [code example](update.js)
* Deleting documents: [blog post](https://www.mongodb.com/blog/post/quick-start-nodejs--mongodb--how-to-delete-documents) | [code example](delete.js)
* 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)
* Transactions: blog post (coming soon) | [code example](transaction.js)
* Transactions: [blog post](https://www.mongodb.com/blog/post/quick-start-nodejs--mongodb--how-to-implement-transactions) | [code example](transaction.js)
* Change streams: blog post (coming soon) | [code example](changeStreams.js)

## Related Videos

Expand Down

0 comments on commit f14a102

Please sign in to comment.