Can I use google cloud for free for non commercial purpose?

This page summarizes the projects mentioned and recommended in the original post on /r/googlecloud

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Pyramid

    Pyramid - A Python web framework

  • If your app is really small/short, you're only fetching crime data and rendering a static image, you can probably do it all with a Cloud Function. This way you don't even need to have nor learn about nor use full web frameworks like Flask, Django, Pyramid, etc. Just raw code plus an HTML template and perhaps a tiny bit of Flask/Jinja2 to render the template.

  • Flask

    The Python micro framework for building web applications.

  • If your app is really small/short, you're only fetching crime data and rendering a static image, you can probably do it all with a Cloud Function. This way you don't even need to have nor learn about nor use full web frameworks like Flask, Django, Pyramid, etc. Just raw code plus an HTML template and perhaps a tiny bit of Flask/Jinja2 to render the template.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • cloud-run-faq

    Unofficial FAQ and everything you've been wondering about Google Cloud Run.

  • You don't need to learn about containers unless that's something you wish to explicitly use to put together your app in a consistent, reproducible manner. Cloud Run is the service that can host your containerized app. If you are in this camp and have learned Docker, you can use that if you wish, but it's optional. Cloud Run (well, Cloud Build, the tool that builds your container for Cloud Run) can build your app by detecting what's in your app so a Dockerfile isn't needed. So like App Engine, Cloud Run can host your full-on web apps if desired. You don't even need to build the container image yourself. Both App Engine and Cloud Run deploy source code directly from the command-line, and along w/Cloud Functions, your app is generally deployed and available globally in less than 60 seconds.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Ask HN: Do you need a web framework for a startup landing page?

    1 project | news.ycombinator.com | 27 Jan 2024
  • Why the bottle framework uses only one file

    1 project | news.ycombinator.com | 3 Aug 2023
  • How do you iterate on a library built locally?

    1 project | /r/learnpython | 1 Aug 2023
  • Can anyone show me where the first piece of code is reused in the second?

    1 project | /r/learnpython | 1 Jul 2023
  • Web/Desktop App

    1 project | /r/devpt | 11 Apr 2023