What are the distinctive differences between the cloud version and self-hosted version?
@Binyamin is typing
Seems you were waiting for the question?
The main and most important different is managed vs none.
Meaning when you're using Appwrite in cloud version you have a worrying-free experience.
No need to take care of:
- Databases including Redis and InfluxDB
- SMTP
- SMS
- etc.
But those are not the real advantage of using the cloud. the real advantage is that you'll never need to worry about the infrastrcture of the project.
You'll never need to scale-up, down, backup and even understand how all of these logic is working - is best to know for your own, but not for your products.
So the main different would be:
- Self-hosted Appwrite you'll need to plan, write your code and take care of all the DevOps in your production server.
- Appwrite Cloud, you need just to plan and write the code, all the rest will be take care by Appwrite for you.
Okay
Bet currently de klerk version is not using recent version
Yes, that's because Appwrite cloud is still in the beta phase.
ok, that means I may still be needing to use appwrite cloud in future since it's fully managed by the team.
but will database be migratable later
From what I read it will be easy to migrate to the cloud from a self-hosted one.
What about away if need be?
Meaning?
Migrate database in appwrite cloud to another hosting service
Ohh like outside of Appwrite?
Okay, @Binyamin
I appreciate, because why I asked was to be sure of the best, ranging from app security and best speed, since am not use to docker that much and server security.
I guess appwrite cloud would be plugging in one of the best security service to servers running on appwrite cloud accounts.
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Appwrite Storage error 503s for automate...
I'm facing error 503s from Appwrite after about 5-6 seconds of making AI requests from my tool with images and files above 20MB (=> not inline base64 used, but ...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...