diff --git a/data-solutions/README.md b/data-solutions/README.md index 10845058..b6703203 100644 --- a/data-solutions/README.md +++ b/data-solutions/README.md @@ -9,6 +9,7 @@ They are meant to be used as minimal but complete starting points to create actu ### GCE and GCS CMEK via centralized Cloud KMS This [example](./cmek-via-centralized-kms/) implements [CMEK](https://cloud.google.com/kms/docs/cmek) for GCS and GCE, via keys hosted in KMS running in a centralized project. The example shows the basic resources and permissions for the typical use case of application projects implementing encryption at rest via a centrally managed KMS service. +
### Cloud Storage to Bigquery with Cloud Dataflow This [example](./gcs-to-bq-with-dataflow/) implements [Cloud Storage](https://cloud.google.com/kms/docs/cmek) to Bigquery data import using Cloud Dataflow.All resources use CMEK hosted in Cloud KMS running in a centralized project. The example shows the basic resources and permissions for the typical use case to read, transform and import data from Cloud Storage to Bigquery.