Skip to content

Commit d3a128a

Browse files
committed
Add user-oriented use cases
1 parent 1a86187 commit d3a128a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/routes/docs/products/databases/offline/+page.markdoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ description: Enable offline synchronization of data between your apps and Appwri
66

77
Offline synchronization (or offline sync) is a mechanism that allows apps to store and update data locally when a user is offline (i.e., loses internet connectivity), and then synchronize that data with an Appwrite database once the user is back online.
88

9-
This capability is crucial for building resilient and responsive applications, especially in environments with unreliable or intermittent internet connectivity. Some real-world scenarios where offline sync is useful are:
9+
This capability is crucial for building resilient and responsive applications, especially in environments with unreliable or intermittent internet connectivity. Suppose you are driving from one city to another and lose internet connectivitity while passing through a rural area, locally-downloaded maps in your GPS app would ensure that you do not get lost. Another example could be that you are waiting in queue at a supermarket and there is a network outage; an offline-synchronized databases with inventory data would prevent the point-of-sale (POS) systems from failing, ensuring you and your fellow customers can buy groceries.
10+
11+
Some real-world scenarios where offline sync is useful are:
1012

1113
- Journaling and note-taking apps
1214
- Warehouse inventory management systems

0 commit comments

Comments
 (0)