content
large_stringlengths
3
20.5k
url
large_stringlengths
53
192
βŒ€
branch
large_stringclasses
4 values
source
large_stringclasses
51 values
embeddings
listlengths
384
384
score
float64
-0.21
0.65
# Getting started Copy the `deploy\_cloud\_run.yaml` file into your application's git repository. Modify the substitution default values as needed. # Using the Terraform Example: This Terraform is an example Cloud Build Triggers and some example dependencies that allows you to deploy the latests version of your applica...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/cloudbuild-application-cicd/deploy_to_cloud_run/README.md
main
gcp-professional-services
[ 0.014015263877809048, -0.031236357986927032, 0.036858148872852325, -0.06458502262830734, -0.06393203139305115, -0.0057793715968728065, -0.01947704702615738, 0.007156902924180031, 0.033718291670084, 0.10351760685443878, 0.0111978305503726, -0.08924902975559235, 0.04180603846907616, -0.05323...
-0.036917
# Internal HTTP Load Balancer Terraform Example This example shows how to deploy an internal HTTP load balancer using plain terraform (i.e. without using any external modules). This example will create all the required resources needed for a working internal load balancer except the GCP project. ## Design In this examp...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/terraform-ilb/README.md
main
gcp-professional-services
[ -0.09860943257808685, -0.013367272913455963, 0.044117093086242676, -0.04692130908370018, -0.03666994348168373, -0.10323373973369598, -0.013253082521259785, -0.05708620324730873, 0.002553197555243969, 0.04668639600276947, -0.021843906491994858, -0.07149060070514679, 0.03038904257118702, -0....
0.024912
# Selective deployment Organizing code across multiple folders within a single version control repositiroy such as github is a very common practice, and we're referring this as multi-folder repository. \*\*Selective deployment\*\* approach lets you find the folders changed within your repository and only run the logic ...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/cloudbuild-selective-deployment/README.md
main
gcp-professional-services
[ -0.0661468654870987, -0.07823673635721207, -0.021724049001932144, -0.005662140902131796, -0.009926059283316135, -0.058936722576618195, 0.0208986047655344, -0.011385380290448666, 0.09267760068178177, 0.04996709153056145, 0.08347702026367188, -0.04839872196316719, 0.06577655673027039, -0.005...
0.087767
git clone. Cloud build in its default behaviour uses shallow a copy of the repository (i.e. only the code associated with the commit with which the current build was triggered). Shallow copy prevents us from performing git operations like git diff. However, we can use following step in the cloud build to fetch unshallo...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/cloudbuild-selective-deployment/README.md
main
gcp-professional-services
[ -0.07341022789478302, -0.01907547004520893, 0.09670638293027878, 0.03328930586576462, 0.03087613172829151, -0.09549976885318756, 0.020359307527542114, -0.10010924935340881, 0.09476249665021896, 0.03160242363810539, 0.06315718591213226, -0.0010350175434723496, 0.03345998004078865, -0.091622...
-0.061873
# ML Ops with Vertex AI for enterprises Enterprises frequently have specific requirements, especially around security and scale, that are often not addressed by other examples. In this example we demonstrate machine learning use case implementation that respects typical security requirements, and that includes that aut...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/vertex_mlops_enterprise/README.md
main
gcp-professional-services
[ -0.05949186906218529, -0.011910852044820786, -0.012392749078571796, 0.009337657131254673, -0.02687683515250683, -0.05455399677157402, -0.06333710998296738, 0.028489060699939728, -0.04441137984395027, 0.021497538313269615, -0.05674333870410919, -0.030218567699193954, 0.042029839009046555, -...
0.173565
# MLOps with Vertex AI ## Set up the experimentation notebook Once the environment has been deployed, the first step is to open the Jupyter notebook available in the [Vertex Workbench section](https://console.cloud.google.com/vertex-ai/workbench/list/managed), under the specific region (e.g. `europe-west4`). Use the `O...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/vertex_mlops_enterprise/doc/03-MLOPS.md
main
gcp-professional-services
[ -0.11906079202890396, -0.04111579433083534, -0.03610498085618019, -0.024792570620775223, -0.011320523917675018, -0.054852068424224854, 0.01063940767198801, 0.012984945438802242, -0.05091843008995056, 0.03663992881774902, -0.015543426387012005, -0.1074286699295044, 0.03739451989531517, -0.0...
0.103624
# MLOps with Vertex AI - Git integration with Cloud Build ## Accessing GitHub from Cloud Build via SSH keys Follow this procedure to create a private SSH key to be used for Github access from Cloud Build: https://cloud.google.com/build/docs/access-github-from-build ``` mkdir workingdir cd workingdir ssh-keygen -t rsa -...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/vertex_mlops_enterprise/doc/02-GIT_SETUP.md
main
gcp-professional-services
[ -0.03995026648044586, -0.021102972328662872, -0.007164213340729475, -0.008527150377631187, -0.021957475692033768, -0.012396448291838169, -0.048207685351371765, -0.0188295841217041, 0.025532441213726997, 0.0670701190829277, 0.03392026573419571, -0.024948136880993843, 0.07263531535863876, -0...
-0.008838
# Considerations with VPC SC ## Cloud Build Use Cloud Build [private pools](https://cloud.google.com/build/docs/private-pools/using-vpc-service-controls) or create a VPC SC ingress rule or [access level](https://cloud.google.com/access-context-manager/docs/create-basic-access-level#members-example) adding the Cloud Bui...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/vertex_mlops_enterprise/doc/VPC-SC.md
main
gcp-professional-services
[ -0.11382612586021423, -0.04837745428085327, -0.029033435508608818, 0.024569593369960785, -0.002758851507678628, 0.032796792685985565, 0.0467611625790596, -0.047588273882865906, -0.012779274955391884, 0.08015944808721542, -0.005861984565854073, -0.0885837972164154, 0.12557446956634521, -0.0...
-0.059347
# Issues when running Github actions: ``` ERROR: (gcloud.builds.submit) There was a problem refreshing your current auth tokens: ('Unable to acquire impersonated credentials', '{\n "error": {\n "code": 403,\n "message": "Permission \'iam.serviceAccounts.getAccessToken\' denied on resource (or it may not exist).",\n "st...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/vertex_mlops_enterprise/doc/ISSUES.md
main
gcp-professional-services
[ -0.04364081099629402, -0.055701084434986115, -0.0009704979020170867, -0.05520404875278473, -0.0008477509836666286, -0.06763787567615509, -0.01994296908378601, -0.05367063730955124, 0.01691381260752678, 0.06770355999469757, 0.04032481089234352, -0.04619712755084038, 0.09405980259180069, -0....
-0.045234
# MLOps with Vertex AI - Infra setup ## Introduction This example implements the infrastructure required to deploy an end-to-end [MLOps process](https://services.google.com/fh/files/misc/practitioners\_guide\_to\_mlops\_whitepaper.pdf) using [Vertex AI](https://cloud.google.com/vertex-ai) platform. ## GCP resources A t...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/vertex_mlops_enterprise/doc/01-ENVIRONMENTS.md
main
gcp-professional-services
[ -0.08988127112388611, -0.0596245601773262, 0.023187655955553055, -0.018637066707015038, 0.015264240093529224, -0.05208980292081833, 0.0018655509920790792, -0.037438735365867615, -0.08211781084537506, 0.05101047456264496, -0.05903083458542824, -0.07399693131446838, 0.042805932462215424, -0....
0.123442
should be an existing bucket that your user has access to. - Create a `terraform.tfvars` file and specify the required variables. You can use the `terraform.tfvars.sample` an an starting point ```tfm project\_create = { billing\_account\_id = "000000-123456-123456" parent = "folders/111111111111" } project\_id = "credi...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/vertex_mlops_enterprise/doc/01-ENVIRONMENTS.md
main
gcp-professional-services
[ -0.050462231040000916, -0.012327136471867561, -0.020084917545318604, -0.03670801967382431, -0.06530917435884476, -0.03366313502192497, -0.00030076754046604037, -0.0036915920209139585, 0.053928717970848083, 0.1114123985171318, -0.005982538685202599, -0.15688617527484894, 0.05856730043888092, ...
-0.046471
# Reference KFP Pipeline We include here a reference KFP pipeline implementation, that follows best practices such as: \* Traceability of data by storing training, test and validation datasets as an intermediate artifact \* Splitting the input data into training, test and validation and giving the training step only ac...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/vertex_mlops_enterprise/src/kfp_pipelines/README.md
main
gcp-professional-services
[ -0.017324209213256836, 0.011357964016497135, 0.0032667717896401882, -0.048247117549180984, -0.00709494249895215, -0.054821353405714035, -0.03558864817023277, 0.07732235640287399, -0.0543394535779953, 0.01605289988219738, -0.036286819726228714, -0.10796323418617249, 0.012987175025045872, 0....
-0.015676
that are not included anywhere, and these are to generate a [model card](https://medium.com/google-cloud/build-responsible-models-with-model-cards-and-vertex-ai-pipelines-8cbf451e7632) for our model. A model card, in this case, is an HTML document with any information that we may be required to provide about our model....
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/vertex_mlops_enterprise/src/kfp_pipelines/README.md
main
gcp-professional-services
[ -0.09728538244962692, 0.007066668476909399, 0.0030564237385988235, 0.01684119924902916, 0.024221068248152733, 0.05990701913833618, -0.0913613960146904, -0.003152090823277831, 0.034524958580732346, -0.05669841915369034, -0.02755780518054962, -0.04246125742793083, 0.0275136549025774, -0.0428...
0.152145
The Oracle DDL Migration Utility does the following functionalities: 1. The script connects to Oracle Database through the oracle-python connector (oracledb). 2. The script uses the oracle metadata table (all\_tab\_columns) to retrieve the table schema information. 3. The script produces the "create table" statement us...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/bigquery-oracle-ddl-migration-utility/README.md
main
gcp-professional-services
[ -0.017839249223470688, -0.05622123181819916, -0.051566626876592636, -0.04157064110040665, 0.0427863746881485, -0.12432722002267838, -0.022787287831306458, 0.01276370044797659, -0.08106768876314163, 0.03496452420949936, 0.004162434954196215, -0.018440980464220047, -0.009242378175258636, -0....
-0.04225
The Oracle BQ Converter Script does the following functionalities 1. The script reads the oracle ddl files from the specified gcs path (output path of the oracle\_ddl\_extraction script) 2. The script calls the BigQuery Migration API and converts the ddl to the BigQuery DDL and placed it in the specified gcs path Below...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/bigquery-oracle-ddl-migration-utility/DDL_Converter/Oracle BQ Converter.md
main
gcp-professional-services
[ -0.06528592109680176, -0.013530910946428776, -0.021373363211750984, -0.07523726671934128, 0.004832201171666384, -0.06497379392385483, -0.05414711683988571, 0.005332549102604389, -0.06089519336819649, 0.03424737975001335, -0.033388424664735794, -0.06236451491713524, 0.029764337465167046, -0...
-0.165603
The Oracle DDL Extraction Script does the following functionalities: 1. The script connects to Oracle Database through the oracle-python connector (oracledb) 2. The script uses the oracle metadata table (all\_tab\_columns) to retieve the table schema information 3. The script produces the "create table" statement using...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/bigquery-oracle-ddl-migration-utility/DDL_Extractor/Oracle DDL Extraction.md
main
gcp-professional-services
[ -0.09113504737615585, -0.03392060846090317, -0.008647868409752846, -0.05136454850435257, 0.03023158758878708, -0.08497635275125504, 0.024006886407732964, -0.042526185512542725, -0.04162520915269852, 0.06353013962507248, 0.02470502257347107, -0.06636213511228561, 0.03966943547129631, -0.053...
-0.134654
The BQ Table Creator Script does the following functionalities 1. Reads the output sql file created by the oracle bq converter script 2. The script create the Bigquery Tables in the specified target dataset. 3. The table structure will include source columns, metadata columns and paritioning and clustering info 3. The ...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/bigquery-oracle-ddl-migration-utility/BQ_Table_Creator/BQ Table Creator.md
main
gcp-professional-services
[ -0.012999078258872032, -0.039546508342027664, -0.03968287259340286, -0.032979566603899, -0.014427633956074715, -0.04609902948141098, -0.017934482544660568, -0.011147808283567429, -0.0926671102643013, 0.05081506446003914, -0.01124536618590355, -0.06824041157960892, 0.0416858084499836, -0.11...
-0.134633
# Using dbt and Cloud Composer for managing BigQuery example code DBT (Data Building Tool) is a command-line tool that enables data analysts and engineers to transform data in their warehouses simply by writing select statements. Cloud Composer is a fully managed data workflow orchestration service that empowers you to...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/dbt-on-cloud-composer/README.md
main
gcp-professional-services
[ -0.06989438831806183, -0.00676809623837471, -0.007109421771019697, -0.007800376508384943, -0.011187952943146229, -0.05422506481409073, -0.030221089720726013, 0.043222375214099884, -0.007292996626347303, 0.05826225131750107, -0.039084531366825104, -0.010539066977798939, 0.033385589718818665, ...
0.049119
dbt Here are the follow up steps for running the code: 1. Push the code in dbt-project repository and make sure the Cloud Build triggered; and successfully create the docker image 2. In the Cloud Composer UI, run the DAG (e.g dbt\_with\_kubernetes.py) 3. If successfull, check the BigQuery console to check the tables Wi...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/dbt-on-cloud-composer/README.md
main
gcp-professional-services
[ 0.021345151588320732, -0.0024058856070041656, 0.003528670873492956, 0.008937790058553219, -0.005954978056252003, -0.04645317792892456, -0.036838140338659286, 0.04388270899653435, 0.02752566896378994, 0.037185780704021454, -0.059761423617601395, -0.07874153554439545, 0.055393580347299576, -...
-0.084817
create namespace NAMESPACE ``` 2) Create a Kubernetes service account for your application to use ```bash kubectl create serviceaccount KSA\_NAME \ --namespace NAMESPACE ``` 3) Assuming that the dbt-sa already exists and has the right permissions to trigger BigQuery jobs, the special binding has to be added to allow th...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/dbt-on-cloud-composer/README.md
main
gcp-professional-services
[ -0.042858321219682693, -0.0217670239508152, -0.03229866176843643, -0.08455263078212738, -0.11534151434898376, 0.027678385376930237, 0.08395494520664215, -0.004057373385876417, 0.052521541714668274, 0.05940370261669159, -0.05386476591229439, -0.11769868433475494, 0.04122058302164078, -0.052...
0.00945
## Terraform template to setup the composer environment This terraform template serves as a starting point for the private VPC Composer setup. There are two versions of Cloud Composer configured. The recommended setup should be Composer2 as for its simplicity and its great autoscaling capacity. Create the `terraform.tf...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/dbt-on-cloud-composer/terraform/README.md
main
gcp-professional-services
[ 0.08432813733816147, 0.008205846883356571, -0.05393150448799133, 0.021702270954847336, -0.059787627309560776, 0.040058668702840805, 0.0021569314412772655, 0.024139784276485443, 0.0007379815797321498, 0.09620439261198044, -0.041678037494421005, -0.11453983932733536, -0.008594082668423653, -...
-0.016169
# Kubeflow Fairing Examples `Kubeflow Fairing` is a Python package that streamlines the process of building, training, and deploying machine learning (ML) models in a hybrid cloud environment. By using Kubeflow Fairing and adding a few lines of code, you can run your ML training job locally or in the cloud, directly fr...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/kubeflow-fairing-example/README.md
main
gcp-professional-services
[ -0.06207532435655594, -0.09208277612924576, 0.04053217172622681, -0.006598112639039755, 0.03269166126847267, 0.002260026056319475, -0.04411839693784714, -0.039009109139442444, -0.027744632214307785, -0.03823411092162132, -0.06685033440589905, -0.09938183426856995, 0.024622896686196327, -0....
0.152639
tested on notebook service outside Kubeflow cluster also, which means it could be - Notebook running on your personal computer - Notebook on AI Platform, Google Cloud Platform - Essentially notebook on any environment outside Kubeflow cluster For notebook running inside Kubeflow cluster, for example JupytHub will be de...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/kubeflow-fairing-example/README.md
main
gcp-professional-services
[ -0.054857462644577026, -0.024033699184656143, 0.03798823058605194, -0.035935305058956146, 0.02279294654726982, -0.012824696488678455, -0.07502058148384094, -0.036429263651371, 0.016739225015044212, 0.023007487878203392, -0.048452455550432205, -0.07748236507177353, 0.0484725721180439, -0.06...
0.150617
# Overview The purpose of this walkthrough is to create [Custom Dataflow templates](https://cloud.google.com/dataflow/docs/concepts/dataflow-templates). The value of Custom Dataflow templates is that it allows us to execute Dataflow jobs without installing any code. This is useful to enable Dataflow execution using an ...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/dataflow-custom-templates/README.md
main
gcp-professional-services
[ -0.04191472381353378, -0.03653723746538162, 0.04869644716382027, -0.029895739629864693, -0.00638121273368597, 0.012534607201814651, -0.048360131680965424, -0.030033595860004425, -0.02815408445894718, 0.004279565531760454, -0.028871580958366394, -0.02724488265812397, 0.0056369188241660595, ...
-0.011619
proceed. ``` DIR=infrastructure/03.io terraform -chdir=$DIR init terraform -chdir=$DIR apply -var="project=$(gcloud config get-value project)" ``` ## 6. Provision the Dataflow template builder We will use [Cloud Build](https://cloud.google.com/build) to build the custom Dataflow template. There are advantages to using ...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/dataflow-custom-templates/README.md
main
gcp-professional-services
[ -0.04412246122956276, -0.006983994506299496, 0.07074005156755447, -0.04388427734375, -0.012317742221057415, -0.014292527921497822, -0.019434040412306786, -0.0442158505320549, 0.05457941070199013, 0.03408025950193405, -0.018803926184773445, -0.09236836433410645, 0.002496106084436178, -0.066...
-0.055138
terraform -chdir=$DIR destroy -var="project=$(gcloud config get-value project)" ```
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/dataflow-custom-templates/README.md
main
gcp-professional-services
[ 0.027479924261569977, 0.1040320098400116, 0.050275739282369614, -0.029920386150479317, 0.03638402000069618, -0.06746193766593933, 0.07668347656726837, -0.029967887327075005, 0.07404603064060211, 0.06831680238246918, 0.0037351467180997133, -0.04878335818648338, 0.05719594657421112, -0.00476...
-0.064587
# Deploy the Custom Dataflow template by following these steps ## Overview The purpose of this walkthrough is to create [Custom Dataflow templates](https://cloud.google.com/dataflow/docs/concepts/dataflow-templates). The value of Custom Dataflow templates is that it allows us to execute Dataflow jobs without installing...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/dataflow-custom-templates/cloud_shell_tutorial.md
main
gcp-professional-services
[ -0.08144344389438629, -0.036305949091911316, 0.057586416602134705, -0.06611857563257217, -0.06522766500711441, -0.010015307925641537, -0.02923930622637272, -0.026151133701205254, 0.003968065604567528, 0.03544865548610687, -0.0577029325067997, -0.056861571967601776, 0.006037034559994936, -0...
-0.057961
own GitHub organization or personal account In order to benefit from [Cloud Build](https://cloud.google.com/build), the service requires we own this repository; it will not work with a any repository, even if it is public. Therefore, complete these steps before proceeding: 1) [Fork the repository](https://github.com/Go...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/dataflow-custom-templates/cloud_shell_tutorial.md
main
gcp-professional-services
[ -0.04469761624932289, -0.05353666469454765, 0.06005609780550003, -0.061944689601659775, -0.08643040806055069, -0.02933746576309204, -0.007842032238841057, -0.03623452037572861, 0.0003859174612443894, 0.10235695540904999, -0.014092992059886456, -0.07794585824012756, 0.05349387973546982, -0....
-0.057416
# Overview This directory holds code to build an Apache Beam pipeline written in [python](https://www.python.org/downloads/). # Requirements - [Python version 3.6 or higher](https://www.python.org/downloads/) - [Pip version 7.0.0 or higher](https://python-poetry.org/docs/#installation) # Usage ## Setup virtual environm...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/dataflow-custom-templates/python/README.md
main
gcp-professional-services
[ 0.03334765508770943, -0.08154889941215515, -0.02244405634701252, -0.010039142332971096, -0.043090321123600006, -0.06064348295331001, -0.036696504801511765, -0.022633114829659462, -0.07221326977014542, -0.04605879262089729, -0.008789347484707832, -0.030783306807279587, -0.02091732807457447, ...
-0.013829
# Overview This directory holds code to build an Apache Beam pipeline written in [java](https://www.java.com/en/). # Requirements \*NOTE: installing gradle is not required\* - [Java version 11](https://www.oracle.com/java/technologies/downloads/#java11) # Usage ## Running Word Count Run the following command to execute...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/dataflow-custom-templates/java/README.md
main
gcp-professional-services
[ 0.026076124981045723, -0.06694622337818146, 0.02137106843292713, -0.09526718407869339, -0.055630192160606384, -0.04347296059131622, 0.02079094760119915, -0.030675897374749184, -0.03552443906664848, -0.02726043201982975, -0.03596438094973564, -0.047415200620889664, 0.00811332929879427, -0.0...
-0.060239
# Overview This module is responsible for provisioning the builder that builds the custom Dataflow template. This module does not build the template itself but provisions the process, using [Cloud Build](https://cloud.google.com/build) that performs the build step. This module achieves the following: - Provision cloud ...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/dataflow-custom-templates/infrastructure/04.template/README.md
main
gcp-professional-services
[ -0.058699119836091995, -0.007691327948123217, 0.05586247891187668, -0.03133720904588699, -0.014267691411077976, -0.022031359374523163, -0.05025095120072365, -0.05741143971681595, 0.00900330115109682, 0.057839374989271164, -0.03762653097510338, -0.08257761597633362, 0.011214584112167358, -0...
-0.038015
# Deploying Redis Cluster on GKE This is a sample K8s configuration files to deploy a Redis Cluster on GKE. ## Pre-requisites - Install Google Cloud SDK, kubectl, and git client. - Enable the Kubernetes Engine API. - Create or select a GCP project. Make sure that billing is enabled for your project. ## How to use 1. Pr...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/redis-cluster-gke/README.md
main
gcp-professional-services
[ -0.016301417723298073, -0.039653655141592026, 0.014919825829565525, -0.04066602885723114, -0.04989423602819443, -0.03609294816851616, -0.018404273316264153, -0.006249952595680952, 0.020398437976837158, 0.045646898448467255, -0.030815759673714638, -0.08700460940599442, 0.023384563624858856, ...
0.073307
# Entities creation and update for Dialogflow This module is an example how to create and update entities for Dialogflow. ## Recommended Reading [Entities Options](https://cloud.google.com/dialogflow/docs/entities-options) ## Technology Stack 1. Cloud Storage 1. Cloud Functions 1. Dialogflow ## Programming Language Pyt...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/dialogflow-entities-example/README.md
main
gcp-professional-services
[ -0.0638006404042244, -0.015411071479320526, -0.028114916756749153, -0.046763770282268524, -0.08683939278125763, -0.099791020154953, 0.036566998809576035, 0.01674061268568039, 0.04685910791158676, 0.023095015436410904, 0.016009755432605743, -0.07016101479530334, 0.018547648563981056, -0.039...
-0.020599
[ "@saving-account-types:saving-account-types" ] }, { "value": "@checking-account-types:checking-account-types", "synonyms": [ "@checking-account-types:checking-account-types" ] }, { "value": "@sys.date-period:date-period @saving-account-types:saving-account-types", "synonyms": [ "@sys.date-period:date-period @saving-a...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/dialogflow-entities-example/README.md
main
gcp-professional-services
[ 0.05835264176130295, 0.04403286054730415, -0.050841957330703735, -0.0279708169400692, -0.03621083125472069, 0.02706311270594597, 0.05002199858427048, 0.005631620995700359, -0.050562649965286255, 0.09587211906909943, 0.04070791229605675, -0.07637813687324524, 0.019804785028100014, -0.010032...
0.008914
# Certificate Authority Service Demo This repository contains sample Terraform resource definitions for deploying several related Certificate Authority Service (CAS) resources to the Google Cloud. It demonstrates several Certificate Authority Service features and provides examples of Terraform configuration for the fol...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/certificate-authority-service-hierarchy/README.md
main
gcp-professional-services
[ -0.03279026225209236, -0.004723486956208944, 0.06933802366256714, -0.03650869056582451, -0.048209547996520996, -0.056041419506073, -0.030021226033568382, -0.07436465471982956, 0.031350597739219666, 0.05635394901037216, 0.0028596443589776754, -0.11745044589042664, 0.096678726375103, 0.02746...
-0.050515
$CONCURRENCY $QPS $TIME ``` The test uses [Fortio](https://github.com/fortio/fortio) to call CAS API concurrenly over HTTPS to generate dummy certificates simulataing load on the CA Pool. The test will run for the time duration defined by the `TIME` environment variable. Check the outcome ``` 142.251.39.106:443: 3 172....
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/certificate-authority-service-hierarchy/README.md
main
gcp-professional-services
[ -0.05761158838868141, 0.06363371759653091, -0.05535636469721794, 0.028580661863088608, -0.06738027185201645, -0.10368165373802185, -0.07321157306432724, 0.028325246647000313, 0.09700652956962585, -0.00162770866882056, 0.025651654228568077, -0.11009708791971207, 0.049595318734645844, 0.0339...
0.111795
# Dataflow Streaming Benchmark When developing Dataflow pipelines, it's common to want to benchmark them at a specific QPS using fake or generated data. This pipeline takes in a QPS parameter, a path to a schema file, and generates fake JSON messages matching the schema to a Pub/Sub topic at the rate of the QPS. ## Pip...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/dataflow-streaming-benchmark/README.md
main
gcp-professional-services
[ -0.08351849019527435, 0.01422634907066822, 0.0058512878604233265, -0.046281252056360245, -0.013957034796476364, -0.09048143029212952, -0.06588109582662582, -0.023686008527874947, -0.017340127378702164, -0.039174869656562805, -0.05788438767194748, -0.11416150629520416, 0.04117296263575554, ...
0.029314
# GCE access to Google AdminSDK ## Introduction This package provides basic instruction and code snippets (in python), to help users manage access to [Google's Admin SDK](https://developers.google.com/admin-sdk/) using GCE's [service account](https://cloud.google.com/compute/docs/access/create-enable-service-accounts-f...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/gce-to-adminsdk/README.md
main
gcp-professional-services
[ -0.13123823702335358, 0.0052902307361364365, 0.02124406024813652, -0.06227664276957512, -0.05596054717898369, -0.0675131157040596, 0.0963236391544342, 0.005672913044691086, -0.006101807113736868, 0.0500892736017704, -0.0003553055867087096, -0.03882989287376404, 0.0684007853269577, -0.06065...
-0.024616
## TSOP Log Processor Currently Transfer Service for On Prem writes transfer logs to GCS objects but not to cloud logging. It puts the logs in same bucket where it transfer objects. This cloud function reads logs from GCS object and writes to cloud logging. Cloud Function gets invoked via pub/sub as soon as logs are cr...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/tsop-log-processor/README.md
main
gcp-professional-services
[ -0.05311695486307144, -0.05043978616595268, 0.026208259165287018, 0.021045641973614693, 0.04996226727962494, -0.06487390398979187, 0.09064528346061707, -0.02251066267490387, 0.11056702584028244, 0.10948199033737183, -0.04449208453297615, -0.04606512188911438, 0.007729709148406982, 0.036113...
0.04591
## Setup mTLS and TLS with GCP Application Load Balancer (EXTERNAL\_MANAGED) ### OVERVIEW: mTLS with GCP Application Load Balancer enhances security by requiring clients to authenticate themselves with certificates, in addition to the server authenticating itself to the client. This provides mutual authentication, ensu...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/gclb-mtls-tls/README.md
main
gcp-professional-services
[ -0.11862635612487793, 0.01251271367073059, 0.07037681341171265, -0.018522251397371292, -0.10907220095396042, -0.01646329276263714, 0.021875478327274323, 0.0073002479039132595, 0.065305694937706, -0.023387836292386055, -0.07729823142290115, -0.08240620046854019, 0.1160939559340477, -0.02215...
-0.029467
above mtls connection response are populated automatically by load balancer frontend and sent back to the backend server after a successful mTLS connection is established.
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/gclb-mtls-tls/README.md
main
gcp-professional-services
[ -0.11627938598394394, -0.02424107864499092, 0.000374761555576697, 0.09820530563592911, -0.052882954478263855, -0.08927354216575623, -0.012632980942726135, -0.03414236009120941, 0.10345735400915146, 0.0028190487064421177, -0.0661248043179512, 0.011408803053200245, 0.07956987619400024, -0.07...
0.014155
# BigQuery to Spanner using Mutations ## Why create this repo? \* When we need to move data from BigQuery to Spanner using Apache Spark in Scala \* \*\*Use of Spanner Mutation instead of SQL\*\* \* Spanner has a limitation on mutations per transaction, particularly affecting its efficiency in handling UPSERTS using [Mu...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/dataproc-spanner/mutations/README.md
main
gcp-professional-services
[ -0.06991896033287048, -0.010546035133302212, -0.0054233623668551445, 0.012108157388865948, -0.0212083850055933, -0.08208756893873215, 0.0087061058729887, 0.002711963141337037, -0.05145695060491562, 0.0077806939370930195, 0.004920855164527893, 0.016984935849905014, -0.003013425273820758, -0...
-0.028572
spark --cluster ${CLUSTER\_NAME} \ --region=us-central1 \ --jar=${GCS\_BUCKET\_JARS}/${APP\_JAR\_NAME} \ --jars=${GCS\_BUCKET\_JARS}/google-cloud-spanner-6.45.1.jar,gs://test-dataproc-spanner/jars/google-cloud-spanner-jdbc-2.17.1-single-jar-with-dependencies.jar \ -- ${PROJECT\_ID} ${BQ\_DATASET} ${BQ\_TABLE} ${SPANNER...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/dataproc-spanner/mutations/README.md
main
gcp-professional-services
[ -0.013493802398443222, -0.043487802147865295, 0.06602749973535538, -0.017801232635974884, 0.05547402426600456, -0.006458809599280357, 0.021303605288267136, -0.024028949439525604, -0.01415180042386055, 0.01691100373864174, 0.02408379316329956, -0.14184659719467163, 0.047025155276060104, -0....
-0.131802
## BigQuery to Spanner using Apache Spark in Scala ### Why create this repo ? \* Google Cloud customers need to move data from BigQuery to Spanner using Apache Spark in Scala \* Dataproc [templates](https://github.com/GoogleCloudPlatform/dataproc-templates) cannot help as they are written in Python & Java \* The Apache...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/dataproc-spanner/jdbc/README.md
main
gcp-professional-services
[ -0.04336041212081909, -0.04500246420502663, -0.01597699336707592, 0.010599535889923573, -0.08215165138244629, -0.036738209426403046, -0.030760277062654495, -0.007857142016291618, -0.0793009027838707, 0.00947425328195095, -0.007625633385032415, 0.022159012034535408, -0.006264841184020042, -...
-0.127085
list core/project --format="value(core.project)"``` | | BQ\_DATASET | The BigQuery dataset with source data | my\_bq\_dataset | | BQ\_TABLE | The BigQuery table with source data | my\_bq\_table | | BQ\_TABLE\_PK | Primary key column name of the BigQuery table | my\_pk\_column\_name | | SPANNER\_PROJECT\_ID | The ID of ...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/dataproc-spanner/jdbc/README.md
main
gcp-professional-services
[ 0.032204821705818176, 0.01919301226735115, -0.010703576728701591, 0.02663518115878105, 0.03864442557096481, -0.02708398923277855, 0.050223466008901596, -0.009552341885864735, 0.005400522146373987, 0.039867907762527466, 0.005622324999421835, -0.11592075973749161, 0.08689533919095993, -0.128...
-0.118677
# Webhook example This module is a webhook example for Dialogflow. An agent created in Dialogflow is connected to this webhook that is running in Cloud Function. The webhook also connects to a Cloud Firestore to get the users information used in the example. ## Recommended Reading [Dialogflow Fulfillment Overview](http...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/dialogflow-webhook-example/README.md
main
gcp-professional-services
[ -0.0505196787416935, 0.029314668849110603, -0.08960781246423721, -0.054108865559101105, -0.0643438845872879, -0.07909462600946426, 0.04063906520605087, 0.007488461211323738, 0.023361576721072197, -0.041096486151218414, -0.019265610724687576, -0.048340942710638046, 0.028057200834155083, -0....
0.040574
a nice day! ### Running the sample from Dialogflow console In [Dialogflow's console](https://console.dialogflow.com), in the simulator on the right, query your Dialogflow agent with `I need assistance` and respond to the questions your Dialogflow agent asks. ### Running the sample using gcloud util Example: $ gcloud fu...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/dialogflow-webhook-example/README.md
main
gcp-professional-services
[ -0.040326062589883804, 0.03339602053165436, 0.0057946802116930485, -0.028640301898121834, -0.050275418907403946, -0.06784936785697937, 0.05682097375392914, -0.005461480468511581, 0.06192215904593468, -0.044359199702739716, -0.05924602225422859, -0.10904912650585175, 0.0007645674631930888, ...
-0.007935
# Multi-regional Application Availability This demo project contains Google Cloud infrastrcuture components that illustrate use cases for enhancing availability of a Cloud Run or Google Cloud Compute Managed Instance Groups based applications. The applciation instances get redundantly deployed to two distinct regions. ...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/cloud-dns-load-balancing/README.md
main
gcp-professional-services
[ -0.07158535718917847, -0.039440352469682693, 0.04605768993496895, -0.06801900267601013, -0.034978628158569336, -0.04928114637732506, -0.04870926961302757, -0.06493991613388062, -0.019960926845669746, -0.000912768766283989, -0.03557746484875679, -0.05795455724000931, 0.03739691153168678, -0...
0.068474
and running load tests. ## GCE Managed Instance Groups 1. Checkout demo HTTP responder service container ``` git clone https://github.com/GoogleCloudPlatform/golang-samples.git cd golang-samples/run/hello-broken ``` 2. Build container, tag it and push to the Artifact Registry ``` docker build . -t eu.gcr.io/${PROJECT\_...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/cloud-dns-load-balancing/README.md
main
gcp-professional-services
[ -0.07964427024126053, 0.000133897818159312, 0.06563036143779755, -0.039826881140470505, -0.0462997741997242, -0.0989154726266861, -0.020623991265892982, -0.056524407118558884, -0.03125838562846184, 0.011851820163428783, -0.01259892713278532, -0.12075185775756836, 0.022034667432308197, -0.0...
-0.036374
the end of the execution should look like following ``` IP addresses distribution: 10.156.0.11:8080: 16 10.199.0.48:8080: 4 Code -1 : 12 (10.0 %) Code 200 : 108 (90.0 %) Response Header Sizes : count 258 avg 390 +/- 0 min 390 max 390 sum 100620 Response Body/Total Sizes : count 258 avg 7759.624 +/- 1.497 min 7758 max 7...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/cloud-dns-load-balancing/README.md
main
gcp-professional-services
[ -0.030446624383330345, -0.024030013009905815, 0.0458671897649765, -0.024256331846117973, -0.0986022800207138, -0.04307815432548523, -0.04442184418439865, -0.10023613274097443, 0.027214577421545982, 0.09638401865959167, -0.01456498447805643, -0.026758018881082535, -0.0014435031916946173, -0...
-0.027313
of external application load balancer with serverless network endpoint groups (NEGs) # is configured with a TLS certificate for the Cloud DNS name resolving to the load balancer IP address, # then the we can also omit `-k` curl parameter and client will verify the server TLS certificate properly: curl "http://metadata....
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/cloud-dns-load-balancing/README.md
main
gcp-professional-services
[ -0.08734188973903656, 0.043820396065711975, 0.022392291575670242, -0.04272036999464035, -0.07219501584768295, -0.10397298634052277, -0.03454038128256798, -0.044624630361795425, 0.021372439339756966, 0.014293390326201916, -0.019596658647060394, -0.09665203839540482, 0.06649709492921829, -0....
-0.044643
Useful Links \* [Multi-region failover using Cloud DNS Routing Policies and Health Checks for Internal TCP/UDP Load Balancer](https://codelabs.developers.google.com/clouddns-failover-policy-codelab#0) \* [AWS DNS load balancing example](https://docs.aws.amazon.com/whitepapers/latest/real-time-communication-on-aws/cross...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/cloud-dns-load-balancing/README.md
main
gcp-professional-services
[ -0.06688959896564484, -0.020529912784695625, 0.04775675758719444, -0.059767261147499084, -0.05585465952754021, -0.008600147441029549, -0.015399240888655186, -0.0362665057182312, -0.022553078830242157, 0.02904028445482254, -0.06954245269298553, -0.0036622092593461275, -0.016520043835043907, ...
0.077391
# dataflow-bigquery-to-alloydb We are going to be moving data from a public dataset stored in BigQuery into a table that will be created in AlloyDB. This is the BigQuery query that will generate the source data: ```sql SELECT from\_address, to\_address, CASE WHEN SAFE\_CAST(value AS NUMERIC) IS NULL THEN 0 ELSE SAFE\_C...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/dataflow-bigquery-to-alloydb/README.md
main
gcp-professional-services
[ -0.03508508950471878, 0.016483547165989876, -0.02572828158736229, 0.04594127833843231, -0.049779172986745834, -0.0011662552133202553, 0.0742088109254837, 0.059880904853343964, -0.06841088831424713, -0.006541825830936432, -0.03337819129228592, -0.08111467957496643, 0.1089804470539093, -0.09...
0.078617
# SRE Risk Analysis Tool This project is a tool designed to help SREs (Site Reliability Engineers) assess and manage risks associated with critical user journeys in their applications. It consists of a React frontend and a Flask backend that interacts with a Firestore database. ## Features \* \*\*Application Management...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/risk-analysis-asset/README.md
main
gcp-professional-services
[ -0.07973498851060867, 0.01086917333304882, -0.07708162814378738, 0.02365989051759243, 0.11364005506038666, 0.01619199477136135, 0.030936986207962036, 0.11761006712913513, -0.037716083228588104, -0.0393686443567276, -0.05520075559616089, -0.041506845504045486, 0.03363121673464775, 0.0082326...
0.178573
# SRE Risk Analysis Tool - Backend This Flask-based backend provides APIs to manage applications, critical user journeys (CUJs), and risks, storing data in a Firestore database. ## Features \* \*\*Application Management:\*\* \* Add new applications with names and descriptions. \* List all existing applications. \* \*\*...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/risk-analysis-asset/backend/README.md
main
gcp-professional-services
[ -0.06941074877977371, 0.033755313605070114, -0.08025284856557846, 0.021829064935445786, 0.10688095539808273, -0.03143048658967018, 0.011362923309206963, 0.05619588494300842, -0.06072206795215607, -0.05525984615087509, -0.022777708247303963, -0.053539078682661057, 0.04416674003005028, -0.01...
0.121032
# Sentiment Analysis with Kubeflow Pipelines, Cloud Dataflow, and Cloud Natural Language API Included code will build a Kubeflow Pipelines component and pipeline. The pipeline uses Cloud Dataflow to do sentiment analysis on New York Times headlines. Cloud DAtaflow uses Apache Beam (Java) to extract front page headlines...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/kubeflow-pipelines-sentiment-analysis/README.md
main
gcp-professional-services
[ -0.0033633189741522074, 0.007037558127194643, 0.03979587182402611, 0.0034769815392792225, 0.05114460736513138, 0.00668651657178998, -0.08203712850809097, -0.016055438667535782, 0.07029324769973755, -0.022466201335191727, -0.10410584509372711, -0.045317500829696655, -0.007688457611948252, -...
0.101727
# gcs-hive-external-table-file-optimization Example solution to showcase impact of file count, file size, and file type on Hive external tables and query speeds ---- ## Table Of Contents 1. [About](#about) 2. [Use Case](#use-case) 3. [Architecture](#architecture) 4. [Guide](#guide) 5. [Sample Queries](#sample-queries) ...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/gcs-hive-external-table-file-optimization/README.md
main
gcp-professional-services
[ -0.03286341577768326, -0.031950220465660095, 0.0020667349454015493, 0.01050446555018425, 0.01675873063504696, -0.0265109371393919, 0.014920513145625591, 0.01000287663191557, -0.020794982090592384, 0.13320864737033844, -0.021469179540872574, 0.008277803659439087, 0.03140667453408241, -0.025...
0.008824
| | avro | DEFLATE | 1 | 18.4 | 9.20 | | avro | none | 1 | 44.7 | 15.59 | | json | none | 6851 | 0.01 | 476.52 | comments = 6851 x 10kb file(s) ![Stack-Resources](images/comments.png) comments\_json = 1 x 95.6mb file(s) ![Stack-Resources](images/comments\_json.png) comments\_json\_gz = 1 x 17.1mb file(s) ![Stack-Resour...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/gcs-hive-external-table-file-optimization/README.md
main
gcp-professional-services
[ -0.11383334547281265, -0.03205875679850578, -0.029795033857226372, 0.01754792220890522, 0.0964231863617897, -0.08784960210323334, 0.04868502914905548, 0.043992508202791214, -0.025615321472287178, 0.061269182711839676, 0.03197753056883812, 0.00905345007777214, 0.015406236052513123, 0.050188...
0.092743
# IoT Nirvana This solution was built with the purpose of demonstrating an end-to-end Internet of Things architecture running on Google Cloud Platform. The purpose of the solution is to simulate the collection of temperature measures from sensors distributed all over the world and to follow temperature evolution by cit...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/iot-nirvana/README.md
main
gcp-professional-services
[ -0.05938867852091789, -0.010538820177316666, 0.031088409945368767, -0.004269720055162907, 0.009192085824906826, -0.08033844083547592, -0.0005216380232013762, -0.036786213517189026, -0.033937666565179825, 0.016975780948996544, -0.01564972847700119, -0.1106065884232521, 0.06092316657304764, ...
0.09138
pipeline's binary package will be stored \* \*\*[PUBSUB\_TOPIC]\*\* - the name of the PubSub topic created by the bootstrapping script, from which the Dataflow pipeline will read the temperature data; please note that this isn't the topic's canonical name, but instead the name relative to your project \* \*\*[BIGQUERY\...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/iot-nirvana/README.md
main
gcp-professional-services
[ 0.017361773177981377, 0.000034428525395924225, -0.02205834351480007, -0.007294635754078627, 0.01959485560655594, -0.03199846297502518, -0.002178358845412731, 0.0003342456475365907, 0.0007664322620257735, 0.04583888500928879, -0.02397364191710949, -0.06743086129426956, 0.08479069173336029, ...
-0.083617
test the end to end solution, it is necessary first to start the temperature sensors simulation. Follow the steps below to achieve this: \* Go to the following address in your web browser, which will display the map of the Earth with 3 buttons at the bottom: \*\*Start\*\*, \*\*Update\*\*, \*\*Stop\*\* `https://[YOUR\_P...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/iot-nirvana/README.md
main
gcp-professional-services
[ 0.030653802677989006, 0.0052102236077189445, 0.06607674062252045, -0.022685524076223373, 0.013473331928253174, -0.06262899190187454, -0.04690522328019142, -0.053769126534461975, -0.030767833814024925, 0.03610314056277275, 0.001395844854414463, -0.12850578129291534, 0.03748008608818054, -0....
0.003424
- [Reusable Plugins](#reusable-plugins-for-cloud-data-fusion-cdf--cdap) - [Overview](#overview) - [CheckPointReadAction, CheckPointUpdateAction](#checkpointreadaction-checkpointupdateaction) - [Dependencies](#dependencies) - [Setting up Firestore](#setting-up-firestore) - [Set Runtime Arguments](#set-runtime-arguments)...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/cloud-datafusion-functions-plugins/README.md
main
gcp-professional-services
[ -0.02131955511868, -0.035662442445755005, -0.0324338860809803, -0.039702367037534714, 0.016332916915416718, 0.027425983920693398, 0.02132384665310383, 0.00011807851842604578, -0.0020418281201273203, 0.06403971463441849, 0.026439514011144638, 0.00747109716758132, 0.02797575667500496, -0.051...
-0.038185
duplicate records are not in the destination table. `CheckPointReadAction` - reads checkpoints in Firestore DB and provides the data during runtime as environment variable `CheckPointUpdateAction` - updates checkpoints in Firestore DB (i.e., creates a new document and stores maximum update date / time from BQ so the ne...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/cloud-datafusion-functions-plugins/README.md
main
gcp-professional-services
[ -0.013459688052535057, -0.03875569999217987, -0.04033517464995384, -0.010508647188544273, -0.05340715870261192, 0.041642095893621445, 0.04693106934428215, -0.016622448340058327, 0.04223408177495003, 0.020593205466866493, 0.016479922458529472, -0.03692326322197914, 0.09546197950839996, -0.0...
-0.071956
- Project ID: GCP project ID. - Dataset: Big Query dataset name. - Table Name: Big Query table name. \*\*Please see the following screenshot for example configuration:\*\* ![image](img/8-truncate\_table\_action\_ui.png) # Putting it all together into a Pipeline `CheckPointReadAction` β†’ `TruncateTableAction` β†’ Database ...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/cloud-datafusion-functions-plugins/README.md
main
gcp-professional-services
[ 0.016408143565058708, 0.010129597038030624, -0.007782633416354656, -0.04038653150200844, -0.009536360390484333, -0.052333854138851166, 0.02130773663520813, 0.047243986278772354, -0.03883569687604904, 0.034501221030950546, 0.023687487468123436, 0.024149132892489433, 0.019349053502082825, -0...
-0.032734
# Terraform for Deploying a KAS agent in a GKE cluster This repository provides Terraform code for deploying a KAS agent in a GKE cluster, to connect it with a Gitlab repository to automatically deploy, manage, and monitor your cloud-native solutions using GitOps practices. This creates resources in your cluster to dep...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/gitlab-kas-gke/README.md
main
gcp-professional-services
[ -0.06363236159086227, -0.00664821732789278, -0.0007348944200202823, -0.026240935549139977, -0.0582863911986351, -0.07702837139368057, 0.003864965634420514, -0.06292138248682022, 0.01732056215405464, 0.09131839126348495, 0.0007388138328678906, -0.06424491107463837, 0.10506867617368698, -0.0...
0.1252
Kubernetes Service Account used by agent to manage deployments in product namespace - RBAC roles for KSA to read/write configMap of cluster - RBAC roles for KSA to read/write any k8s resources in product namespace ## Considerations - Setup remote backend in provider - Configure service account with appropriate permissi...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/gitlab-kas-gke/README.md
main
gcp-professional-services
[ -0.00340078491717577, -0.03441203758120537, -0.020328059792518616, -0.02318948693573475, -0.08619538694620132, 0.002923934254795313, 0.02646672911942005, 0.006150714587420225, 0.06359982490539551, 0.075881727039814, -0.034741807729005814, -0.06579089909791946, 0.09266514331102371, 0.003066...
0.103934
## Requirements | Name | Version | |------|---------| | [gitlab](#requirement\\_gitlab) | >= 3.18.0 | | [helm](#requirement\\_helm) | >= 2.7.1 | | [kubernetes](#requirement\\_kubernetes) | >= 2.15.0 | ## Providers | Name | Version | |------|---------| | [gitlab](#provider\\_gitlab) | 15.8.0 | | [google](#provider\\_goo...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/gitlab-kas-gke/terraform-docs.md
main
gcp-professional-services
[ 0.012505375780165195, 0.019954297691583633, 0.06487812101840973, -0.024205118417739868, 0.010097355581820011, -0.05126694589853287, 0.0325014628469944, -0.06430594623088837, -0.03526812419295311, 0.013850872404873371, 0.06176906079053879, -0.12660932540893555, 0.03615987300872803, -0.00371...
0.042605
# Running a GKE application on spot nodes with on-demand nodes as fallback Spot VMs are unused virtual machines offered for a significant discount which makes them great for cost saving. However, spot VMs come with a catch: they can be shut down and taken away from your project at any time. Sometimes, they can even be ...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/gke-ha-setup-using-spot-vms/README.md
main
gcp-professional-services
[ -0.02466752380132675, 0.020375795662403107, 0.05188633129000664, 0.018835650756955147, 0.002734933514147997, -0.0029044044204056263, -0.03906577080488205, 0.032078150659799576, 0.025536149740219116, 0.021018855273723602, -0.0716024860739708, -0.008651466108858585, 0.049754317849874496, -0....
0.081709
VMs have to be shut down, a new node has to be spun up in the on-demand pool, and the pods have to be restarted on the new node. Especially spinning up a new node takes some time, which means your application might experience temporary performance issues in this scenario. To avoid that, consider having sufficient insta...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/gke-ha-setup-using-spot-vms/README.md
main
gcp-professional-services
[ 0.030366024002432823, -0.042632147669792175, 0.03351280465722084, 0.05753074958920479, 0.0047969818115234375, -0.010004065930843353, -0.0774153470993042, 0.000036818510125158355, -0.016561314463615417, 0.032732147723436356, -0.047716282308101654, 0.015452967025339603, -0.03399515897035599, ...
0.088006
# Redacting Sensitive Data Using the DLP API This example illustrates how to use the DLP api in a Cloud Function to redact sensitive data from log exports. The scrubbed logs will then be posted to a Pub/Sub topic to be ingested elsewhere. ## Getting Started These instructions will walk you through setting up your envir...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/dlp/cloud_function_example/README.md
main
gcp-professional-services
[ -0.020873041823506355, -0.03127492591738701, 0.07926388084888458, -0.0684162899851799, 0.0196260754019022, -0.04876298829913139, -0.01215820200741291, -0.03794345259666443, -0.016508569940924644, 0.06012631207704544, 0.00939447246491909, -0.03902062773704529, 0.06316396594047546, -0.045042...
-0.121979
the identification and replacement of a small number of data types (EMAIL\_ADDRESS, CREDIT\_CARD\_NUMBER, and DATE\_OF\_BIRTH), however, the DLP API supports many more which can be found [here](https://cloud.google.com/dlp/docs/infotypes-reference)
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/dlp/cloud_function_example/README.md
main
gcp-professional-services
[ -0.10255670547485352, -0.005509333685040474, 0.06863885372877121, -0.009217170998454094, -0.005672259721904993, 0.036987386643886566, 0.04208003729581833, -0.0494784377515316, -0.009280460886657238, -0.017007464542984962, 0.003190910443663597, -0.019681192934513092, -0.001452230499126017, ...
0.034979
# Contents - [Multi-Cluster ASM on Private Clusters](./infrastructure): Anthos Service Mesh (ASM) for multiple GKE clusters, using Terraform - [Twistlock PoC](./twistlock): Pod traffic security scanning, using ASM, Docker and Google Artifact Registry (GAR) - [Cloud SQL for PostgreSQL PoC](./postgres): Connecting GKE cl...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/anthos-service-mesh-multicluster/README.md
main
gcp-professional-services
[ -0.025795552879571915, -0.07482876628637314, -0.009208263829350471, 0.025011476129293442, -0.0008116757962852716, -0.054020147770643234, 0.00274574919603765, -0.05340144410729408, -0.03236200660467148, 0.046682871878147125, 0.0053516533225774765, -0.0971488282084465, 0.00029376757447607815, ...
0.135681
creating clusters. For more information, see [Setting up clusters with Shared VPC](https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-shared-vpc). In this sample, we create two private clusters in different subnets of the same VPC in the same project, and enable clusters to communicate to each other's API s...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/anthos-service-mesh-multicluster/README.md
main
gcp-professional-services
[ -0.031177937984466553, -0.04906964302062988, 0.013302499428391457, -0.010705208405852318, -0.015540245920419693, -0.00819668360054493, -0.06290329992771149, -0.0386354885995388, 0.025787459686398506, 0.028686007484793663, -0.04707447811961174, -0.08444482088088989, 0.048734400421381, -0.03...
0.071835
3. Run install\_asm\_mesh ``` install\_asm\_mesh ``` or, you can run the commands in install\_asm\_mesh step by step manually ``` # Navigate to your working directory. Binaries will be downloaded to this directory. cd ${WORK\_DIR} # Set up K8s config and context set\_up\_credential ${CLUSTER1\_CLUSTER\_NAME} ${CLUSTER1...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/anthos-service-mesh-multicluster/README.md
main
gcp-professional-services
[ 0.0245867557823658, -0.032324548810720444, -0.05368220806121826, -0.012420046143233776, -0.0452493317425251, 0.01898759976029396, -0.0008266664226539433, 0.014822601340711117, -0.031013093888759613, 0.038026534020900726, 0.05279633030295372, -0.140086829662323, 0.03360367938876152, -0.0131...
0.094643
# Twistlock Deployment Notes Because GCP ASM is built upon Istio service mesh for Kubernetes, Twistlock deployment on GCP ASM follows Twistlock's instruction of installation for Istio environment in general. \*\*NOTE:\*\* Installing Prisma Cloud (Twistlock) SaaS on Kubernetes requires the use of a bearer token. This ca...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/anthos-service-mesh-multicluster/twistlock/README.md
main
gcp-professional-services
[ -0.11093262583017349, -0.022776035591959953, 0.019306311383843422, -0.009311875328421593, -0.02301551215350628, 0.029980415478348732, 0.08222424983978271, 0.0580768808722496, -0.005933052860200405, 0.03129582479596138, 0.03503203019499779, -0.07998798787593842, -0.0007452944992110133, -0.0...
0.343735
is one daemon pod on each node of your cluster. ``` kubectl get pods -n twistlock ``` 2. Navigate back in Twistlock Cloud, and go to \_\_Compute\_\_ -> \_\_Radars\_\_ -> \_\_Hosts\_\_, you should see your cluster nodes are monitored there. 3. Still in Twistlock Cloud, go to \_\_Compute\_\_ -> \_\_Radars\_\_ -> \_\_Cont...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/anthos-service-mesh-multicluster/twistlock/README.md
main
gcp-professional-services
[ 0.005750588141381741, -0.07913078367710114, 0.03838273137807846, -0.01943553052842617, 0.07074368745088577, -0.04640238732099533, 0.010908284224569798, -0.09995588660240173, -0.009177112951874733, 0.0021687287371605635, 0.019770849496126175, -0.07022515684366226, -0.01972467079758644, -0.1...
0.088669
# Auto Encrypt PostgreSQL SSL Connection Using Istio Proxy Sidecar ### Summary PostgreSQL uses application-level protocol negotiation for SSL connection. Istio Proxy currently uses TCP-level protocol negotiation, so Istio Proxy sidecar errors out during SSL handshake when it tries to auto encrypt connection with Postgr...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/anthos-service-mesh-multicluster/postgres/Istio-Sidecar.md
main
gcp-professional-services
[ -0.0379110611975193, 0.0929933413863182, 0.0003414978855289519, 0.04113525152206421, -0.13386930525302887, -0.006991181522607803, 0.03886463865637779, -0.006492942571640015, -0.015762925148010254, -0.011311128735542297, -0.061002761125564575, -0.0722537562251091, -0.012906488962471485, 0.0...
0.191722
be prompted for password. You will see errors. #### Look into the Istio Proxy log You can read the logs in Cloud Logging. However, you may want to view sidecar log messages for the detailed network traffic information and errors with the following command. ``` kubectl logs deploy/postgres-istio -c istio-proxy -n ```
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/anthos-service-mesh-multicluster/postgres/Istio-Sidecar.md
main
gcp-professional-services
[ 0.0724126547574997, -0.0060475291684269905, 0.04409172385931015, 0.008014421910047531, -0.06924843788146973, -0.023356614634394646, 0.011314370669424534, -0.015189450234174728, -0.005135948769748211, 0.05116256698966026, -0.04267749935388565, -0.11099359393119812, -0.09105616062879562, -0....
0.379182
# PostgreSQL Auto SSL Connection Using Cloud SQL Proxy ## Summary PostgreSQL uses application-level protocol negotiation for SSL connection. Istio Proxy currently uses TCP-level protocol negotiation, so Istio Proxy sidecar errors out during SSL handshake when it tries to auto encrypt connection with PostgreSQL. Please ...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/anthos-service-mesh-multicluster/postgres/README.md
main
gcp-professional-services
[ -0.05066001042723656, 0.01450428832322359, -0.024198902770876884, 0.051331527531147, -0.1620173305273056, 0.032627638429403305, 0.06794063746929169, -0.03156513348221779, 0.013634729199111462, -0.003294318215921521, -0.05275094136595726, -0.059052351862192154, -0.005879048258066177, 0.0182...
0.158919
serviceaccount \ ksa-sqlproxy \ iam.gke.io/gcp-service-account="sql-client@${PROJECT\_ID}.iam.gserviceaccount.com" \ -n YOUR\_NAMESPACE ``` 5. Deploy PostgreSQL client with Cloud SQL Proxy sidecar Take a look at the deployment YAML file, [postgres-cloudproxy.yaml](./postgres-cloudproxy.yaml). Please note the following ...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/anthos-service-mesh-multicluster/postgres/README.md
main
gcp-professional-services
[ -0.0068852524273097515, -0.03463498502969742, 0.01446797139942646, -0.0375601090490818, -0.13289128243923187, 0.027635961771011353, 0.02736000530421734, -0.04943784698843956, 0.0031636191997677088, 0.05777069181203842, -0.026186231523752213, -0.0625196173787117, 0.022093696519732475, -0.10...
-0.023261
# Cost Optimization Dashboard This repo contains SQL scripts for analyzing GCP Billing, Recommendations data and also a guide to setup the Cost Optimization dashboard. For sample dashboard [see here](https://datastudio.google.com/c/u/0/reporting/6cf564a4-9c94-4cfd-becd-b9c770ee7aa2/page/r34iB). ## Introduction The Cost...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/cost-optimization-dashboard/README.md
main
gcp-professional-services
[ -0.01927974633872509, -0.015027878805994987, -0.05437107011675835, 0.02077886275947094, 0.007625507190823555, -0.005328335799276829, -0.00011292834824416786, 0.039680059999227524, -0.06565059721469879, 0.07367240637540817, -0.09226419776678085, -0.03846612945199013, 0.049999091774225235, -...
-0.009451
data analysis and aggregation #### Common Functions \* Compose a new query and copy the SQL at [common\_functions.sql](scripts/common\_functions.sql). \* Execute the query to create some required functions in the ```dashboard``` dataset. \* This is how the dataset will look like after the above step. ![](docs/image2.pn...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/cost-optimization-dashboard/README.md
main
gcp-professional-services
[ 0.01723244972527027, 0.04662122577428818, -0.008799183182418346, 0.04124373570084572, -0.01616683602333069, -0.025820735841989517, -0.01880566030740738, 0.08412834256887436, -0.03836168721318245, 0.04429655894637108, -0.01737389527261257, -0.07616804540157318, 0.04772688448429108, -0.07480...
-0.051759
Dashboard” to β€œGCP Cost Optimization Dashboard” or something similar. ## References and support \* For feedback and support reach out to your TAM
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/cost-optimization-dashboard/README.md
main
gcp-professional-services
[ -0.06371547281742096, 0.0034689311869442463, -0.032629355788230896, -0.021573109552264214, 0.02417699806392193, -0.01249519269913435, 0.0394199974834919, 0.05280382186174393, -0.06403687596321106, 0.029933985322713852, -0.044077541679143906, -0.03003566339612007, 0.07880865037441254, 0.010...
0.118822
# BigQuery + Claude Integration This repository stores code samples for BigQuery and Claude integration, taking your data to the next level. ## Use Cases Examples - Marketing departments can leverage user and product data to generate targeted social campaigns at scale. - Security departments can decipher log data, conv...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/bigquery-ml-claudeintegrations/README.md
main
gcp-professional-services
[ 0.05733476206660271, -0.0017874111654236913, -0.060226213186979294, -0.011251088231801987, 0.027963221073150635, 0.026097172871232033, -0.013015308417379856, 0.03197094425559044, -0.04474986717104912, -0.0077958726324141026, -0.025900423526763916, -0.04140409827232361, 0.09670037031173706, ...
-0.010424
overhead:\*\* You'll need to manage security, privacy, and API keys yourself.
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/bigquery-ml-claudeintegrations/README.md
main
gcp-professional-services
[ -0.0875537171959877, 0.0074308281764388084, -0.06641439348459244, 0.012550530955195427, -0.03468470647931099, -0.03918224573135376, -0.020838724449276924, 0.017080141231417656, 0.06995850056409836, -0.007697070017457008, -0.006163053214550018, 0.004866558127105236, 0.059945784509181976, -0...
0.200012
# BigQuery Remote Function bridge for Claude API This sample solution automates the creation of a GCP Cloud Function that can be registered as a remote function for BQ to interact with Claude API. The cloud function code can be configured with multiple ClaudeAPI keys to be able to scale the throughput of requests from ...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/bigquery-ml-claudeintegrations/bq_remotefunction_claudeapi_sample/Readme.md
main
gcp-professional-services
[ -0.00994456373155117, 0.01703045517206192, -0.018543964251875877, -0.03610635921359062, -0.09419945627450943, -0.02855805866420269, -0.04006273299455643, -0.001277349074371159, -0.03062712587416172, 0.09266636520624161, -0.04824654012918472, -0.07654708623886108, 0.03326084092259407, -0.06...
0.000661
logic will be able to deal with API token resouce exhaustion and handle the needed backoffs to complete the task. Bear in mind that there is no real progress tracking, and full result set resolution will take time. For example, the basic tier for Claude API supports 5 requests per minute, so sending more than 10 rows t...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/bigquery-ml-claudeintegrations/bq_remotefunction_claudeapi_sample/Readme.md
main
gcp-professional-services
[ -0.04090755060315132, 0.062641941010952, 0.024234376847743988, -0.017307840287685394, -0.032349079847335815, -0.11501499265432358, -0.08198679238557816, -0.024838058277964592, 0.007189222611486912, 0.09403518587350845, -0.09750065952539444, 0.011035083793103695, 0.013959544710814953, -0.09...
-0.003639
# Sample Cloud Function HTTP Service for BigQuery remote function This folder includes a full Java based Cloud Function HTTP service that can be used to connect a BigQuery remote function with Claude API. In the parent folder, a couple of shell scripts are provided to take care of setting up the full solution. Refer to...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/bigquery-ml-claudeintegrations/bq_remotefunction_claudeapi_sample/bqclaude-remotefunction/README.md
main
gcp-professional-services
[ -0.009914733469486237, 0.03183680400252342, -0.01642793044447899, -0.022279513999819756, -0.03598155826330185, -0.01468440517783165, -0.10462146252393723, 0.032366350293159485, -0.0413910411298275, 0.06012709066271782, -0.01299181580543518, -0.04377560317516327, 0.0409882515668869, -0.0488...
-0.021454
# BigQuery Remote Function with Anthropic This README provides instructions for setting up a BigQuery Remote Function that uses Anthropic's Claude 3.5 Sonnet model via Google Cloud Functions. ## References - [BQ Remote function Doc](https://cloud.google.com/bigquery/docs/remote-functions) - [Create Cloud Function Doc](...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/bigquery-ml-claudeintegrations/BQ_RemoteFunction_Sample/README.md
main
gcp-professional-services
[ -0.05011308938264847, -0.014014882035553455, -0.029916414991021156, -0.016311679035425186, -0.05712311342358589, 0.014196217991411686, -0.03151822090148926, -0.022464843466877937, -0.03796946629881859, 0.05176857113838196, -0.046635791659355164, -0.05535580962896347, 0.03817162662744522, -...
-0.042088
# BQ+Claude Art Sample Project This README provides instructions for setting up and running the BQ+Claude3 Art Sample project. ## Prerequisites - Access to Google Cloud Platform (GCP) - BigQuery enabled in your GCP project ## Setup Instructions ### Step 1: Load Raw Data 1. Locate the `object.csv` file containing the ra...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/bigquery-ml-claudeintegrations/Python_Notebook_Sample/README.md
main
gcp-professional-services
[ -0.026880871504545212, 0.0046706185676157475, -0.0054226769134402275, -0.0077707828022539616, -0.03017967939376831, 0.03899038955569267, -0.07119075953960419, -0.03824678435921669, -0.07204436510801315, 0.03289148956537247, -0.030966369435191154, -0.04204016178846359, 0.029130786657333374, ...
-0.106237
# BigQuery Audit Log Anomany Detection BQ Audit log anomanly detection is a tool which uses [BigQuery Audit Logs](https://cloud.google.com/bigquery/docs/reference/auditlogs), specifically in the `AuditData` format, for automated analysis of Big Data Cloud environments with a focus on BigQuery. The tool summarized and a...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/bigquery-auditlog-anomaly-detection/README.md
main
gcp-professional-services
[ 0.024211890995502472, 0.012705343775451183, 0.0006221460644155741, 0.026707233861088753, 0.05313104763627052, -0.0434897318482399, 0.031139690428972244, -0.0722503587603569, 0.011440074071288109, 0.008348379284143448, -0.05127617344260216, -0.013764044269919395, 0.01824292540550232, -0.038...
0.043153
for outliers. For example, if you expect all emails in your bq environment to carrying about roughly equal jobs, you will set a lower sigma value. 3. If the individual score more than sigma from the standard deviation, the point will be flagged as an outlier. ### **Time Series Analysis** The algorithm to identify time ...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/bigquery-auditlog-anomaly-detection/README.md
main
gcp-professional-services
[ -0.04739261046051979, -0.028267288580536842, -0.032743189483881, 0.06965060532093048, -0.03834674134850502, -0.03403249755501747, -0.05625490844249725, 0.05440988019108772, 0.003264960367232561, -0.018703656271100044, -0.06802716851234436, -0.02348441630601883, 0.03391867130994797, -0.0980...
0.08076
# BQ Long Running Optimizer A utility that reads the entire SQL and provides a list of suggestions that would help to optimize the query and avoid the long running issues. ## Business Requirements One of the most frequently ocurring issues in BigQuery are Long Running Issues. This is seen in 2 cases :- 1. The Queries g...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/bigquery-long-running-optimizer/Readme.md
main
gcp-professional-services
[ 0.025990944355726242, 0.02707483246922493, 0.02616764046251774, 0.07443588972091675, -0.002977202646434307, -0.03831479698419571, -0.027422884479165077, 0.023244604468345642, -0.027806734666228294, 0.0029900039080530405, -0.09228640794754028, -0.009835357777774334, -0.02235194854438305, -0...
-0.013712
## Use LIKE instead of REGEXP\_CONTAINS Recommendation In BigQuery, you can use the REGEXP\_CONTAINS function or the LIKE operator to compare strings. REGEXP\_CONTAINS provides more functionality, but also has a slower execution time. Using LIKE instead of REGEXP\_CONTAINS is faster, particularly if you don't need the ...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/bigquery-long-running-optimizer/optimization/regex_contains/regex_contains.md
main
gcp-professional-services
[ -0.016708187758922577, 0.042792610824108124, 0.06133055314421654, 0.022788267582654953, 0.04862640053033829, 0.04036235809326172, 0.0874195322394371, 0.0212051160633564, -0.0156562440097332, -0.008626679889857769, -0.019734816625714302, 0.004935805220156908, 0.0199052132666111, -0.11478747...
-0.052776
The Generic DDL Migration Utility does the following functionalities: 1. The script connects to Generic Database (Oracle, Snowflake, MSSQL, Vertica, Neteeza). 2. The script uses the metadata table (all\_tab\_columns) to retrieve the table schema information. 3. The script produces the "create table" statement using the...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/bigquery-generic-ddl-migration-utility/README.md
main
gcp-professional-services
[ 0.004238049034029245, -0.054396599531173706, -0.044766154140233994, -0.03689533472061157, 0.04268923029303551, -0.10066983103752136, -0.03634898364543915, 0.023206965997815132, -0.07336680591106415, 0.027608206495642662, -0.006405336316674948, -0.01791701838374138, -0.008641736581921577, -...
-0.040834
The Generic BQ Converter Script does the following functionalities 1. The script reads the generic ddl files from the specified gcs path (output path of the generic\_ddl\_extraction script) 2. The script calls the BigQuery Migration API and converts the ddl to the BigQuery DDL and placed it in the specified gcs path Be...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/bigquery-generic-ddl-migration-utility/DDL_Converter/generic_bq_converter.md
main
gcp-professional-services
[ -0.040886253118515015, -0.01968848519027233, -0.006099716294556856, -0.06434249132871628, -0.0026529463939368725, -0.027229726314544678, -0.05541481077671051, 0.006168832536786795, -0.05273756757378578, 0.030146777629852295, -0.03868037462234497, -0.06152297556400299, 0.027919180691242218, ...
-0.165998
Below packages are need to run the script: google-cloud-secret-manager google-cloud-bigquery google-cloud-storage google-api-core sudo apt install unixodbc Steps to run this script: 1. Create the generic-ddl-extraction-config.json file and place it in the gcs bucket. 2. Create the object\_name\_mapping.json file and pl...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/bigquery-generic-ddl-migration-utility/DDL_Extractor/generic_ddl_extraction.md
main
gcp-professional-services
[ -0.051087670028209686, -0.038759876042604446, -0.031102752313017845, -0.04663500934839249, 0.018346447497606277, -0.0772319808602333, -0.03194749727845192, -0.004360705614089966, -0.06549901515245438, 0.05740568786859512, -0.006973256357014179, -0.05095149949193001, 0.04888533055782318, -0...
-0.163036
The BQ Table Creator Script does the following functionalities 1. Reads the output sql file created by the mssql/netezza/vertica bq converter script 2. The script create the Bigquery Tables in the specified target dataset. 3. The table structure will include source columns, metadata columns and paritioning and clusteri...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/bigquery-generic-ddl-migration-utility/BQ_Table_Creator/generic_bq_table_creator.md
main
gcp-professional-services
[ -0.00748930498957634, -0.030217239633202553, -0.04170418530702591, -0.019594276323914528, -0.019608333706855774, -0.03017948567867279, -0.017718615010380745, -0.0011661838507279754, -0.08870352059602737, 0.05651410296559334, -0.020103834569454193, -0.07876810431480408, 0.04106432944536209, ...
-0.113019
The Archive DDL Script archive the DDL files created by the scripts (generic\_ddl\_extraction.py, generic\_bq\_converter.py and archive\_ddl.py) and place the files in the specified archive bucket. Below packages are need to run the script: google-cloud-storage Steps to run this script: 1. Make Sure the pre-requsitie o...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/bigquery-generic-ddl-migration-utility/DDL_Archiver/generic_archive_ddl.md
main
gcp-professional-services
[ -0.08986543864011765, -0.028830384835600853, 0.03194459527730942, -0.08309690654277802, 0.03441179543733597, -0.03496602177619934, -0.06197838485240936, -0.07071954756975174, -0.017052944749593735, 0.010679759085178375, -0.018966998904943466, -0.0205532256513834, 0.04765082150697708, -0.05...
-0.204457
# Rotate service account keys in secret manager The program helps to rotate the service account key in secret manager. - \*\*Step 1:\*\* Creata a Pub/Sub Topic. Secret manager will publish a message to this topic as the secret approaches the expiration time. ``` gcloud pubsub topics create "projects/PUBSUB\_PROJECT\_ID...
https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/rotate-service-account-keys/Readme.md
main
gcp-professional-services
[ -0.056778982281684875, -0.038813516497612, -0.06000599265098572, -0.04282237961888313, -0.019897010177373886, -0.01585843227803707, 0.050082407891750336, -0.045390792191028595, 0.0743514820933342, 0.05810888484120369, 0.03825439140200615, 0.01621607318520546, 0.14508774876594543, 0.0001119...
-0.042337