https://github.com/datasherlock/gcp-poc-setup-scripts
This repository contains all the source code I've written to setup infrastructure, generate test data, perform benchmarks and other repetetive actions that are required through the course of learning a technology or while working with a customer.
https://github.com/datasherlock/gcp-poc-setup-scripts
google-cloud-platform infrastructure-as-code poc
Last synced: 8 months ago
JSON representation
This repository contains all the source code I've written to setup infrastructure, generate test data, perform benchmarks and other repetetive actions that are required through the course of learning a technology or while working with a customer.
- Host: GitHub
- URL: https://github.com/datasherlock/gcp-poc-setup-scripts
- Owner: datasherlock
- Created: 2022-10-11T07:51:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T05:29:39.000Z (over 3 years ago)
- Last Synced: 2025-06-12T14:43:50.002Z (about 1 year ago)
- Topics: google-cloud-platform, infrastructure-as-code, poc
- Language: Shell
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup scripts for quick POCs
This repository contains all the source code I've written to setup infrastructure, generate test data, perform benchmarks and other repetetive actions that are required through the course of learning a technology or while working with a customer. I've categorized the repository by the primary service/technology.
While a lot of the infrastructure provisioning can be accomplished through Terraform, it isn't the most feasible approach while we are in the early stages of trying and testing out stuff. So, a lot of the code will be stuff you can directly run on a terminal or using Python.
I would be happy to receive any snippets you may have to contribute if it aligns with the overall goal of this project.
Happy coding!