Timestream as destination database in DMS

1

Hi, Can I add Timestream as source database to DMS? If so, what database engine does it use? Thank you, Luis

已提问 1 年前429 查看次数
3 回答
1

if you check the following link

https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Introduction.Sources.html

AWS Database Migration Service (DMS) does not support Amazon Timestream as a source database. Amazon Timestream is a serverless, purpose-built time series database, and its engine is designed specifically for handling time series data.

AWS DMS primarily supports migration between traditional relational databases like PostgreSQL, MySQL, Oracle, and SQL Server, as well as some NoSQL databases like MongoDB and DynamoDB. You can find the list of supported source and target databases in the AWS DMS documentation here:

https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Introduction.Sources.html https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.html

profile picture
专家
已回答 1 年前
1

Timestream is now available as a target!

Update to the replies before: Timestream is now available as a target for DMS. It was launched at reinvent 2023.

You can check out the docs here

profile picture
已回答 5 个月前
0

Amazon Timestream is neither a source nor a destination for DMS: see both corresponding sections of https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.html

But, you may get closer to what you want by using the JDBC driver supplied by Timestream: https://docs.aws.amazon.com/timestream/latest/developerguide/JDBC.configuring.html

After you export your data to a supported dbms, you can start using DMS

profile pictureAWS
专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则