Sync Cached Data With Cosmos DB Using Ncache
By Gowtham K
Introduction
What is CosmosDB?
Azure Cosmos DB is a fully managed and globally distributed multi-model cloud-based NoSQL database service. It is fully managed because of its simplicity of deployment and comprehensive service level agreements (SLAs) from Microsoft. It supports flexible JSON format which means it supports unstructured and JSON data and easy to store data with very less code.
Common use cases of CosmosDB
- IoT – To ingest, process and store data
- Gaming – used in social media integration, high-score leaderboards and many other
- Retail and marketing – For storing lookup data, event sourcing in order processing pipelines
- Web and Mobile Application – Integrating with third-party services, storing data and personalization
Read full Article