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
- rds · rds-migrate-data — ApsaraDB RDS — Migrate database data to or between RDS instances
See rds/rds-migrate-data.
- es · es-ingest-documents — Elasticsearch — Ingest and manage document data in Elasticsearch
See es/es-ingest-documents.
Typical questions
- migrate database and add search
- move DB to RDS and sync to Elasticsearch
- 迁移数据库到RDS并接入搜索
- migrate DB then index in ES
- RDS migration with Elasticsearch sync
- 数据库迁移后同步到ES
- set up RDS and Elasticsearch together
- full-text search on migrated database