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?
TL;DR
Developers want to use Appwrite with multiple synchronous instances for user account and billing. They need servers with synchronized Appwrite instances and user data to ensure continuous availability and data synchronization in case of server unavailability. They are asking if Appwrite supports this and if there is documentation available on this topic.