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:
Name | CRUD | Transactional |
---|---|---|
Aerospike | ✅ | ❌ |
Cassandra | ✅ | ❌ |
Cloudstate | ✅ | ❌ |
Couchbase | ✅ | ❌ |
etcd | ✅ | ❌ |
Hashicorp Consul | ✅ | ❌ |
Hazelcast | ✅ | ❌ |
Memcached | ✅ | ❌ |
MongoDB | ✅ | ✅ |
PostgreSQL | ✅ | ✅ |
Redis | ✅ | ✅ |
Zookeeper | ✅ | ❌ |
Azure CosmosDB | ✅ | ✅ |
Azure SQL Server | ✅ | ✅ |
Azure Table Storage | ✅ | ❌ |
Azure Blob Storage | ✅ | ❌ |
Google Cloud Firestore | ✅ | ❌ |
Last modified February 16, 2021: Merge pull request #1235 from dapr/update-v0.11 (b4e9fbb)