go-clients

module
v0.0.0-...-f0891e6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2022 License: GPL-2.0

README

Golang Clients

for Bot , Automation , Stress / unit test, MicroService Achitecture

some code snippets , research about how to automatize and perf /integration tests keywords: https rest graphql E2Etest

readings and ramblings

GoogleCloud

Collection of automation with GCP

BigQuery

please refer to https://cloud.google.com/bigquery/docs/reference/libraries#client-libraries-usage-go

service account and JSON key:

https://cloud.google.com/bigquery/docs/quickstarts/quickstart-client-libraries

CREDENTIALs for the CLient:

$env:GOOGLE_APPLICATION_CREDENTIALS="C:\Users\username\Downloads\service-account-file.json" set GOOGLE_APPLICATION_CREDENTIALS=KEY_PATH

or %APPDATA%\gcloud\application_default_credentials.json

go mod init YOUR_MODULE_NAME

go get cloud.google.com/go/bigquery go get google.golang.org/api/iterator

Directories

Path Synopsis
cmd
bq
cs
internal
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL