I would like to use appwrite to create a user account and billing. To ensure that information about a user's payment balance is available at any time, I want to use several servers with synchronous appwrite instances and synchronous user data. So if one of the servers was unavailable for some time, others would replace it. And when it became available, all information in the databases would be synchronized. Does the appwrite support this? Is there documentation on this topic?
Recommended threads
- Appwrite loading issue with Nuxt UI
For some reason when I add nuxt ui to my nuxt 4 project, appwrite will build the project but the project website will load indefinitely. Without adding Nuxt UI,...
- Push Notification FCM Error
Hello dear people. I tried to integrate Push Notifications into my Flutter App. Everything works fine on Android/iOS Simulator + Testflight but as soon as I s...
- Failed function deployments
I am using appwrite 1.8.0 (self hosted) and trying to manually deploy a python function. I am using appwrite from 0.x and went through multiple migrations. So ...