Rank 1: Thread
I'll wait for Appwrite Cloud, perhaps for more information on available space
Votes
1
Replies
24
Participants
Unknown
Messages
25
Rank 1: Thread
I'll wait for Appwrite Cloud, perhaps for more information on available space
Rank 3: Container
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.
Rank 3: Container
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
Rank 1: Thread
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 ...
Rank 1: Thread
i use appwrite because maybe it's a savings for my flutter app as far as storage compared to firebase
Rank 3: Container
this is very true, in firebase just reading/writing already pays a vps
Rank 1: Thread
compared to firestore do not know yet see is a savings appwrite
Rank 3: Container
I didn't understand
Rank 1: Thread
I meant that in addition to reducing Storage costs, I hope it will also reduce Firestore costs
Rank 3: Container
Undoubtedly, a vps has its advantages, mainly the fixed cost
Rank 1: Thread
Someone should make a step by step guide for using Appwrite and DigitalOcean. At the end also a cost-benefit analysis
Rank 3: Container
I have an instance in production at digital ocean.
Do you have any specific questions?
Rank 1: Thread
I created my instance on DigitalOcean and by IP I logged in and created a project, I have to configure other administration level?
Rank 1: Thread
I also wanted to ask if in your opinion this plan I have chosen is enough for an online shop of 2000 users...
Rank 3: Container
1gb of ram is too little. Put at least 2gb
Rank 3: Container
does it have many cloud functions?
Rank 3: Container
enable graphics on the digital ocean panel, I found it a good starting point to know if you will need more resources
Rank 1: Thread
oh okay thanks a lot, anyway no I don't use functions, also because I don't know for what 😅🤦
Rank 3: Container
I'll give you a practical example of how appwrite cloud functions can help you
Rank 3: Container
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.
Rank 3: Container
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.
Rank 3: Container
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.
Rank 1: Thread
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?
Rank 1: Thread
[SOLVED] Storage in DigitalOcean 🪣
Rank 3: Container
better to create a new one to separate the subjects. it will be an honor to be able to help you