DaaS / Products / Migrate DB to RDS and Add Elasticsearch Search

Migrate DB to RDS and Add Elasticsearch Search

A team migrates their self-managed relational database to ApsaraDB RDS as the primary data store, then ingests relevant data into Elasticsearch to power full-text search and analytics on top of the migrated data — a classic CQRS-style read-layer pattern.

Products involved

Scenario

A team migrates their self-managed relational database to ApsaraDB RDS as the primary data store, then ingests relevant data into Elasticsearch to power full-text search and analytics on top of the migrated data — a classic CQRS-style read-layer pattern.

How the products combine

  1. rds · rds-migrate-data — ApsaraDB RDS — Migrate database data to or between RDS instances
  2. See rds/rds-migrate-data.

  3. es · es-ingest-documents — Elasticsearch — Ingest and manage document data in Elasticsearch
  4. See es/es-ingest-documents.

Typical questions