Iam newbie.I am thinking to use appwrite for my saas app. I am trying to build content locker site. I willhave 1000 clients and these clients will have 1000s of users. Something like wordpress membership site. Iam thinking to use appwrite selfhost version and have seperate databse for every client. So,when user registers,I create seperate database for him. Is this correct way ? Secondly,I am thinking ifi update the schema (lets say include new field ) .How willlIupdate 1000s of databases via docker? Thanks
Hey!
Sounds like a plan!
Let me ask some questions to understand correctly. So, each client will have their own data, however what kind of data? Is it just a single document (record) with attributes? is it multiple?
Before I say anything about your "updating databases" question, I would like to know the first.
Are users also able to interact with the database? Or are you the only one who can access them?
Recommended threads
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...