1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
1
Hi,
Yes, data changes are replicated in almost real-time like other CDC solution: see. https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/zero-etl.html
An Amazon RDS zero-ETL integration with Amazon Redshift enables near real-time analytics
and machine learning (ML) using Amazon Redshift on petabytes of transactional data from RDS.
It's a fully managed solution for making transactional data available in Amazon Redshift after it
is written to an RDS database. Extract, transform, and load (ETL) is the process of combining data
from multiple sources into a large, central data warehouse.
A zero-ETL integration makes the data in your RDS database available in Amazon Redshift in near real-time.
Best,
Didier
Contenus pertinents
- demandé il y a un an
- demandé il y a 5 mois
- demandé il y a un mois
- demandé il y a 7 mois
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 3 ans
how to check raw sync success or no?
Hi, you can monitor replication state and progress with https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/zero-etl.describingmonitoring.html#zero-etl.monitoring. You can fully automate this monitoring via the EventBridge events sent by the ETL. Thnaks for accepting my answer!