Supported stores
CRUD and/or transactional support for supported stores
The following stores are supported, at various levels, by the Dapr state management building block:
Generic
Name | CRUD | Transactional | Status |
---|---|---|---|
Aerospike | ✅ | ❌ | Alpha |
Apache Cassandra | ✅ | ❌ | Alpha |
Cloudstate | ✅ | ❌ | Alpha |
Couchbase | ✅ | ❌ | Alpha |
Hashicorp Consul | ✅ | ❌ | Alpha |
Hazelcast | ✅ | ❌ | Alpha |
Memcached | ✅ | ❌ | Alpha |
MongoDB | ✅ | ✅ | Alpha |
MySQL | ✅ | ✅ | Alpha |
PostgreSQL | ✅ | ✅ | Alpha |
Redis | ✅ | ✅ | Alpha |
Zookeeper | ✅ | ❌ | Alpha |
Google Cloud Platform (GCP)
Name | CRUD | Transactional | Status |
---|---|---|---|
GCP Firestore | ✅ | ❌ | Alpha |
Microsoft Azure
Name | CRUD | Transactional | Status |
---|---|---|---|
Azure Blob Storage | ✅ | ❌ | Alpha |
Azure CosmosDB | ✅ | ✅ | Alpha |
Azure SQL Server | ✅ | ❌ | Alpha |
Azure Table Storage | ✅ | ❌ | Alpha |
Last modified February 12, 2021: Merge pull request #1202 from dapr/upmerge-0.11 (b733ec9)