Parse server deployment in google cloud

Hi Team

Is there anyone deployed parse server in google cloud platform?

I thinking of using cloud run + pubsub + postgresql. Could you share your experience.

Thanks in advance

I deploy on GCP using Google App Engine, with pubsub, storage, cloud tasks,…
and MongoDB on Atlas/GCP.
Works like a charm.

@yp19 currently Parse Server will not work correctly on a Serverless environment like GCP Cloud Run. App Engine as suggested by @oallouch should works perfectly.

Side note: Mongo has released a new serverless Service: MongoDB Atlas Serverless Database | MongoDB and for my company i’ll work on how to optimize Parse Server for a Serverless environment like Cloud Run/Knative, no ETA at this moment but it will allow a fully serveless experience from Server to database, with a huge global cost reduction and fully automated scale features

très intéressant, Antoine :slight_smile:

I think I’ll stick with Google App Engine because :
. it’ll soon get a better/faster engine
. I need an always-on server
. GAE Flex already automatically scales

Anyway, merci beaucoup pour les infos.
C’est trop cool de voir que Parse est pas mal utilisé en France.

1 Like