How to Enrich Data with MongoDB Stitch

added by JavaScript Kicks
10/19/2018 7:38:17 AM

682 Views

Here is what we are going to achieve in this tutorial: Firstly, we are going to write a document to MongoDB using MongoDB Stitch. The result in our MongoDB collection will look like this: { "_id": ObjectId("5bb27712dced5f37bebf388c"), "Title":"Guardians of the Galaxy" } Secondly, a trigger will catch this new insertion and start a function.


0 comments