https://github.com/googlecloudplatform/deploystack-nosql-client-server
A terraform solution that will create 2 VMS and a firewall rule, connect them all, to serve up a API powered by mongo.
https://github.com/googlecloudplatform/deploystack-nosql-client-server
deploystack googlecloudplatform
Last synced: 5 months ago
JSON representation
A terraform solution that will create 2 VMS and a firewall rule, connect them all, to serve up a API powered by mongo.
- Host: GitHub
- URL: https://github.com/googlecloudplatform/deploystack-nosql-client-server
- Owner: GoogleCloudPlatform
- License: apache-2.0
- Created: 2022-07-14T16:18:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T00:20:53.000Z (12 months ago)
- Last Synced: 2025-04-19T22:18:19.978Z (11 months ago)
- Topics: deploystack, googlecloudplatform
- Language: Go
- Homepage:
- Size: 92.8 KB
- Stars: 14
- Watchers: 20
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Deploy Stack - NoSQL Client Server
This stack creates two Compute Engine Instances, installs MongoDB on one, and
an API that acts as a client for the database on the other. It connects them
together and sets up firewall rules to expose the API content publically.

## Install
You can install this application using the `Open in Google Cloud Shell` button
below.
Clicking this link will take you right to the DeployStack app, running in your
Cloud Shell environment. It will walk you through setting up your architecture.
## Cleanup
To remove all billing components from the project
1. Typing `deploystack uninstall`
This is not an official Google product.