User475983607 posted
Is there any good way I could store data locally in my web application? So I don't have to make a lot of calls to my database?
Doesn't this approach defeat the reason for using Cosmos DB in the first place? Plus this approach introduces the risk of losing data.
I know there is SQLite but CosmosDB is NoSQL so that won't work together very well...
I don't understand why this is true since you'll need to write code to move the data. Can you explain?