Preview

Architecting Large-Scale Search Solutions on GCP: Part 2 — Data Ingestion and Storage

This section will examine a large-scale search architecture’s data ingestion and storage components. We’ll focus on efficiently handling high-volume data ingestion and reliably storing it using Google Cloud Platform services.

  1. Data Ingestion We need to ingest large volumes of data from various sources for our search solution. To handle different data update patterns, we’ll use a combination of batch and streaming ingestion.

Read writing