mirror of https://github.com/dapr/docs.git
Fixing a link to CosmosDB product page (#200)
This commit is contained in:
parent
86bbb631f4
commit
a809c61b83
|
|
@ -9,8 +9,7 @@ Dapr makes it simple for you to store key/value data in a store of your choice.
|
||||||
Dapr brings reliable state management to applications through a simple state API. Developers can use this API to retrieve, save and delete states by keys.
|
Dapr brings reliable state management to applications through a simple state API. Developers can use this API to retrieve, save and delete states by keys.
|
||||||
|
|
||||||
Dapr data stores are pluggable. Dapr ships with [Redis](https://redis.io
|
Dapr data stores are pluggable. Dapr ships with [Redis](https://redis.io
|
||||||
) out-of-box. And it allows you to plug in other data stores such as [Azure CosmosDB](https://azure.microsoft.com/Databases/Cosmos_DB
|
) out-of-box. And it allows you to plug in other data stores such as [Azure CosmosDB](https://azure.microsoft.com/services/cosmos-db/), [AWS DynamoDB](https://aws.amazon.com/DynamoDB
|
||||||
), [AWS DynamoDB](https://aws.amazon.com/DynamoDB
|
|
||||||
), [GCP Cloud Spanner](https://cloud.google.com/spanner
|
), [GCP Cloud Spanner](https://cloud.google.com/spanner
|
||||||
) and [Cassandra](http://cassandra.apache.org/).
|
) and [Cassandra](http://cassandra.apache.org/).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue