Categorygithub.com/compagnon/go-clients
module
0.0.0-20221221165638-f0891e61ed21
Repository: https://github.com/compagnon/go-clients.git
Documentation: pkg.go.dev

# 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

# Packages

No description provided by the author
No description provided by the author