Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gcp suuport #186

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Add gcp suuport #186

wants to merge 10 commits into from

Conversation

anighanta
Copy link
Contributor

@anighanta anighanta commented Jul 1, 2022

Related issue(s):
Closes #

Summary of the change:

  1. create 2 entry points. one for AWS and one for GCP2.
  2. read config from GCP cloud storage bucket.
  3. create, connect and perform CURD operations on the postgres database instance of GCP Cloud SQL from the deployed cloud function
  4. Was able to read the secrets [encrypted variables] as environment variables to avoid saving keys in plain text5.
  5. Able to publish messages to GCP Pub/Sub as pull service.
  6. Able to schedule a GCP cloud function with this build and run periodically on top of the hour

External impacts:
Need to update builds on AWS accordingly and update the Mainnet and Testnet database instances to match the new snake case fields for tables and its properties.

Applicable documentation

  • Javadoc
  • tests
  • README

Signed-off-by: Neeharika-Sompalli <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant