As promised, here is a simple workflow that will insert data into a MongoDB instance. In a loop,it gets Weather data every 30 seconds and inserts the data into a collection called WeatherData. Below a screenshot of the resulting data.
On the next page, we will load some data from AviationStack (see this page) into Mongo and see how to query it.