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

3 Answers
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
EXPERT
answered a year ago
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
answered 5 months ago
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
EXPERT
answered a year 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