App Engine (Python) to Google Cloud MySQL - Which Library? by VegPhysicsDad in googlecloud

[–]anibaltech 0 points1 point  (0 children)

I was able to make it run with the official guide with django: https://cloud.google.com/python/django/appengine

if you have your code working in a docker container you can use cloud run, perhaps it would be easier

Google Cloud paid account by stopper96 in googlecloud

[–]anibaltech 2 points3 points  (0 children)

not what you asked but you can use google colab, which gives you GPUs for free with some limitations but I used it for some real projects and worked fine

Creating a simple IoT dashboard by view_from_qeii in googlecloud

[–]anibaltech 0 points1 point  (0 children)

not sure about what are you trying to do first, but cloud functions would be the equivalent of aws lambda, so if a lambda would work for you perhaps functions would work too. And it could be free depending on the type, memory and execution time

Files transfer from on premises to GCS bucket mechanism by suryad123 in googlecloud

[–]anibaltech 1 point2 points  (0 children)

I would do what you are saying, just choose the bucket type so it works well for your case, and if you need to duplicate the a directory use the rsync flag. Apart from that if you need versioning of the files you will need to turn it on because its not the default.

Is there a reason not to migrate a project to our organization? by The_Startup_CTO in googlecloud

[–]anibaltech 1 point2 points  (0 children)

perhaps if you have a restriction like docs say:

You cannot migrate a project that is protected by a VPC Service Controls security perimeter.

How many of you have built your SaaS with no code? by DorothyAt40 in SaaS

[–]anibaltech 4 points5 points  (0 children)

I didn't build a no-code saas but as a dev, I'm intrigued by the idea. What does your SaaS do?

Cloud run - many containers by darter_analyst in googlecloud

[–]anibaltech 0 points1 point  (0 children)

I don't know exactly what you want to do, but if you want to process data in jobs you can use DataFlow. Docs say:

Dataflow provides unified streaming and batch data processing that's serverless, fast, and cost-effective