Learning Journal 2: Brainstorm a deployment process from GitHub to Google App Engine and Cloud SQL (Part 1)

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
  • github-actions

    A GitHub Action for installing and configuring the gcloud CLI.

  • In the process of finding the answer, I discovered that the small actions are pretty much open-source. I can also go directly to their respective code repositories and learn about them. To run gsutil, I will need a setup-gcloud action.

  • deploy-appengine

    A GitHub Action that deploys source code to Google App Engine.

  • Yes, there is a deploy-appengine action that automates the whole App Engine deployment process. Indeed, it uses gcloud commands underneath too. Either way, both approaches need an auth action to authenticate to GCP before any task can be performed.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • auth

    A GitHub Action for authenticating to Google Cloud. (by google-github-actions)

  • Yes, there is a deploy-appengine action that automates the whole App Engine deployment process. Indeed, it uses gcloud commands underneath too. Either way, both approaches need an auth action to authenticate to GCP before any task can be performed.

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

  • Push code with GitHub Actions to Google Cloud’s Artifact Registry

    2 projects | dev.to | 10 Apr 2024
  • you must have the "bigquery.datasets.create" permission on the selected project

    1 project | /r/bigquery | 10 May 2023
  • IAM Best Practices [cheat sheet included]

    1 project | dev.to | 9 Feb 2023
  • How would I use Github Actions to run a Python Script to make changes to a Google Sheets Spreadsheet?

    1 project | /r/learnprogramming | 8 Jan 2023
  • Cloud Incident Response

    1 project | dev.to | 17 Dec 2022