as i have installed appwrite on docker inside my macbook and my app is also running on localhost…so when i add some data such as some messages or even if i upload my profic pic in my app then where do will they get stored…inside the phone or inside the docker installed in my laptop…and when i will publish my app then i want to control it using my appwrite profile so currently i manage those database using local host but after publishing my app how can i connect it to appwrite cloud for remote accessing of data.
Summary
1. Compute section in the starter plan provides 750k executions.
2. The file size limit for starters is 50mb. If you want to upload 200mb documents, you will need a different plan with a higher file size limit.
3. Concurrent connections in the starter plan are limited to 250. If you are developing a chatting application and expect around 2000 users to chat simultaneously, only 250 users can use the app at a time. Appwrite cloud is chargeable, but if you are using localhost and have not much storage requirement, it is free during beta.
4. If you are using Appwrite
Drake
Admin
Aug 30, 2023, 17:26
if you're using appwrite cloud, you would need to set the endpoint to appwrite cloud and use the project id of your project in appwrite cloud
Shubham thakur
Flutter Developer
Aug 30, 2023, 17:52
Iss appwrite cloud chargable?
Shubham thakur
Flutter Developer
Aug 30, 2023, 17:53
Because i i’m using local host as digital ocean is chargable and also i have not to use so much storage
Ohkk i have gone through it..and i think it is suitable for initial purpose…as some points are not yet clear to me i am listing them down plase help me
Compute :- what does this section means under starter section it is 750k execution
2.file size limit :- 50 mb for starters..what if i want to upload 200 mb documents..
Concurrent connection :- 250 for starter( suppose if i am deceloping a chatting appliction in which i think apprx 2000 users can chat simultaneously with each other…so in this case can 2000 users directly chat simultaneously or only 250 out of them can use at a time