Azure Cosmos DB
- Azure supports Mongo, Cassandra, graph and Postgres as distributed databases
- Database are global as long as they are provisioned.
- Cosmos DB Supports two kinds of backups
- continuous
- 7 days
- 35 days
- periodic
- continuous
- Lets create a cosmos db provisioned with mongo
- Consitency Levels:
- Session
- Strong
- Eventual
- Scaling can be done at collection level.
Azure Redis Cache
- This is a managed service for running redis clusters
-
Azure supports
- Redis OSS
- Redis Enterprise
- Refer Here for creating redis cache in Azure
- Refer Here for python sample to use redis cache
-
Note:
- Refer Here for json and yaml tutorial