2 Replies
Curious what you’re building here? Where do you want to run your app & where do you host your database? What’s the main thing you’re hoping to get out of hyperdrive with your application outside of cf?
I'm doing parallelized batch processing, and most of my app lives in a Worker. The database is running off AWS RDS. Parts of my app are going to have to be refactored out of a Worker, because I am running into both subrequest and memory limitations; so the parts of the app are probably going to be in Google Cloud Run Jobs.
Using Hyperdrive as a pooler would remove the need/want for Amazon RDS Proxy.