Hi guys. I could use. some input from mongodb veterans.
My company is thinking about using mongo Db to store incoming sensitive data every 5 min. The data we will retrieve from 3rd party will be exact json so this helps. The issue is that we need to make these api calls via azure functions to get updated data (132 kb per second).
Are time-series collections appropriate for this? From my understanding, we cant store a lot of data with them