Skip to content

Commit 534cad3

Browse files
committed
data stores mention managed postgres/redis
1 parent 98f39d0 commit 534cad3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/use-cases/use-cases.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ Some applications are designed to run in stateful environments. For example, a C
3434

3535
## Data Stores
3636

37-
Defang is not a good fit for data stores like databases, caches, and message queues. These types of services are designed to be long-lived and to store data. Defang is primarily designed for stateless workloads, and it's not a good fit for stateful workloads: if a container is replaced, all the data in it is lost. You could probably coerce a data store to work in a stateless environment with certain replication strategies, but it's not a good fit.
37+
Defang now offers paid tier support for managed services for databases and caches, including [Postgres](./concepts/managed-storage/managed-postgres) and [Redis](./concepts/managed-storage/managed-redis). While Defang is primarily designed for stateless workloads, it can now support stateful workloads (persistent data storage) if used with one of the mentioned managed services above.
38+
39+
Please be aware that if you choose not to use a managed service, there is a risk that any data stored in a container may be lost if the container is replaced.

0 commit comments

Comments
 (0)