I'll wait for Appwrite Cloud, perhaps for more information on available space
I'm using cloud.appwrite. I know that it is possible to use other storages in the self-hosted one, but in the cloud I couldn't find how to put the keys.
in the cloud they still haven't released a way to connect external storage as well as GraphQL is not yet available, I think it's just a matter of time
Ah okei thank you very much, I also hope to receive the invitation for cloud appwrite, I signed up immediately but I have not received anything ...
i use appwrite because maybe it's a savings for my flutter app as far as storage compared to firebase
this is very true, in firebase just reading/writing already pays a vps
compared to firestore do not know yet see is a savings appwrite
I didn't understand
I meant that in addition to reducing Storage costs, I hope it will also reduce Firestore costs
Undoubtedly, a vps has its advantages, mainly the fixed cost
Someone should make a step by step guide for using Appwrite and DigitalOcean. At the end also a cost-benefit analysis
I have an instance in production at digital ocean. Do you have any specific questions?
I created my instance on DigitalOcean and by IP I logged in and created a project, I have to configure other administration level?
I also wanted to ask if in your opinion this plan I have chosen is enough for an online shop of 2000 users...
1gb of ram is too little. Put at least 2gb
does it have many cloud functions?
enable graphics on the digital ocean panel, I found it a good starting point to know if you will need more resources
oh okay thanks a lot, anyway no I don't use functions, also because I don't know for what 😅🤦
I'll give you a practical example of how appwrite cloud functions can help you
think your app has a bank account bank account can have multiple entries and multiple exits How to display in the app what is the balance? Here the functions will help you. You can trigger a function so that every time a record is inserted into the "bank account records" collection. It is this function that will be responsible for calculating and updating the balance.
Another use case. Imagine that every time you create a record in the bank account collection, you want to send a notification. There are many possibilities, it all depends on your business rule.
we left the original question, if you could mark this one as [SOLVED] that would be great. I'm available if you need help with digital ocean.
Thank you very much for your help and sorry if I went off the topic of the initial question.. If I have any doubts about DigitalOcean, can I write them back here?
[SOLVED] Storage in DigitalOcean 🪣
better to create a new one to separate the subjects. it will be an honor to be able to help you
Recommended threads
- Storage files aren’t showing on mobile
hi, what can be the problem? i have a storage and there are images in it, the permissions are read for All Users, everything is fine on desktop, but on mobile t...
- Delete storage files all at once
I am using Appwrite Cloud. I want to delete all storage files in my bucket similar to how I can select all documents in a collection and delete them all at once...
- Storage images are not showing on mobile
Hi, can anyone help me? I have some images on the storage, and it is not shown on mobile, on desktop everything is fine.