Web Developer
My product is being developed in Flutter as frontend and backend restful APIs are being developed in Golang and as we are working from different locations, the test app's backend is hosted now in Google Cloud run.
is appwrite capable of replacing Google cloud run for backend hosting?
As my app is astrology based, for every endpoint it has to refer Swiss ephemeris files stored in a sub-directory of project folder and included in docker. Appwrite functions seems to be limited in terms of having a common server path to store ephemeris files. Though Swiss ephemeris files can be stored in appwrite storage, it seemed every function has to download them from storage during every call. Hence I felt good cloud run will more apt.
But the announcement today in twitter seems to have more Golang support. Does it cover my requirements of hosting restful APIs in appwrite?