RDS MySQL 到 Keyspace Cassandra 的持续复制

0

【以下的问题经过翻译处理】 想知道哪个AWS服务可以帮我实时地将数据从RDS传输到Keyspaces Cassandra。 #情况 我正在使用RDS MYSQL作为生产数据库,同时我也为其创建了一个读取副本。现在,我希望当我的数据库上有新数据更新时,它能自动地传输到keyspace cassandra以供进一步使用。

1 Answer
0

【以下的回答经过翻译处理】 您可能需要使用AWS DMS服务。路径应该是MySQL->DMS->Kinesis->Lambda->Keyspace。但您也可以检查一下,也许DMS已经内置支持Keyspace作为目标。

profile picture
EXPERT
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions