Please help me find the correct wording for the solution I am looking for:
Briefly:
I would like to make API queries from MongoDb to an external API, and then save the data to a collection.
More elaborate:
I would like a backend service that queries a price API and saves the price data to a MongoDb. Then within MongoDb, I can manipulate the data as needed, then provide the “new” data to be exposed to an API for my users.
This seems like a simple task, but after extensive research, I cannot find the correct solution. Can someone point me in the right direction?