subugoe / metacheck

Automatically check metadata compliance for hybrid open access (OA).
http://subugoe.github.io/metacheck/
GNU Affero General Public License v3.0
8 stars 1 forks source link

deploy to google cloud run (or similar batch service) #2

Open maxheld83 opened 4 years ago

maxheld83 commented 4 years ago

since the creation and sending of the email is actually stateless (i.e. we do not need a continuous connection to the client), we can actually do 95% of this on a (much cheaper/easier) service such as google cloud run. This also works with the muggle containers, so there should be very little extra DevOps work.

maxheld83 commented 3 years ago

we might go back to this, even for shiny, since we've now decided on BigQuery and data gravity, etc

maxheld83 commented 3 years ago

just fyi, as of now:

So, GCP GKE is perhaps the technically appropriate solution, but managing K8 is why we went into the public cloud to begin with.

So this is still not great.

Will just wait, maybe they'll come up with better pricing.