Skip to content

Commit 0b23864

Browse files
Merge pull request #57 from GoogleCloudPlatform/organize-catalog
Organize catalog
2 parents 27ea609 + 4e17847 commit 0b23864

File tree

2 files changed

+24
-17
lines changed

2 files changed

+24
-17
lines changed

README.md

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,29 @@ In the catalog below you will find all solutions ready to deploy, click on it an
88

99
## Catalog
1010

11-
- [Cloud Armor Demo](./cloud-armor-demo/)
12-
- [Cloud Composer ETL](./cloud-composer-etl/)
13-
- [CloudSQL with HA and DR](./cloudsql-ha-dr/)
14-
- [Data Analytics Platform event-driven](./data-analytics-platform-event-driven)
15-
- [Data Analytics Platform scheduled](./data-analytics-platform-scheduled)
16-
- [Document AI](./document-ai)
17-
- [Ecommerce Hosting](./ecommerce-webhosting/)
18-
- [GKE Autopilot with HPA example](./gke-autopilot-hpa/)
19-
- [GKE Standard with NGINX](./gke-standard-nginx/)
20-
- [Object Localization](./object-localization/)
21-
- [Private Cloud Data Fusion](./private-cloud-data-fusion/)
22-
- [Replicating Databases to BigQuery](./replicating-databases-bigquery/)
23-
- [Streaming Data to Analytics](./streaming-data-to-analytics/)
24-
- [Three Tier Application on GCE](./three-tier-app-gce/)
25-
- [Three Tier Application on GKE](./three-tier-gke/)
26-
- [Windows File Server](./windows-fileserver/)
11+
### AI/ML
12+
- [Extract data from your documents using AI](./document-ai)
13+
- [Identify Objects from Images using AI](./object-localization/)
14+
15+
### Compute
16+
- [Host your Website](./ecommerce-webhosting/)
17+
- [Build an auto scaling application easily with GKE autopilo](./gke-autopilot-hpa/)
18+
- [Leverage NGINX for Load Balancing in a Kubernetes Architecture](./gke-standard-nginx/)
19+
- [Three-Tier Web Application using Managed Instance Groups](./three-tier-app-gce/)
20+
- [Three-tier web application with Google Kubernetes Engine (GKE)](./three-tier-gke/)
21+
- [Windows File Server on Google Cloud](./windows-fileserver/)
22+
23+
### Data
24+
- [Orchestrate and Manage Data Pipelines](./cloud-composer-etl/)
25+
- [Host a Highly Available SQL database](./cloudsql-ha-dr/)
26+
- [Implement a data analytics pipeline with an event-driven architecture](./data-analytics-platform-event-driven)
27+
- [Automate transfer of data between Data Lake and Data Warehouse](./data-analytics-platform-scheduled)
28+
- [Integrate Cloud Data Fusion and Private Cloud SQL for a Robust Data Pipeline](./private-cloud-data-fusion/)
29+
- [Replicate your Databases into a Data Warehouse solution for data analysis in Google Cloud](./replicating-databases-bigquery/)
30+
- [Stream events in real-time for data analytics on Google Cloud](./streaming-data-to-analytics/)
31+
32+
### Security
33+
- [Protect applications with Cloud Armor](./cloud-armor-demo/)
2734

2835

2936
## Contribute

private-cloud-data-fusion/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![banner](../banner.png)](https://cloud.google.com/?utm_source=github&utm_medium=referral&utm_campaign=GCP&utm_content=packages_repository_banner)
22

3-
# Unifying Cloud Data Fusion and Private Cloud SQL for a Robust Data Pipeline
3+
# Integrate Cloud Data Fusion and Private Cloud SQL for a Robust Data Pipeline
44

55
## Introduction
66
This example deploys Cloud Data Fusion and Cloud SQL private instances, and establishes communication between them.

0 commit comments

Comments
 (0)