Data Migration from one database to another

0

Hi AWS, I want to know how to migrate data from Amazon Redshift to AWS Neptune.

Thanks

  • Both these databases are for entirely different purposes. May I know why you would do this?

  • Is this for a one-time adhoc data movement or do you want to do it on a regular basis?

2 回答
0

You can unload the tables from Redshift to Amazon S3 [1]. And use the data on Amazon S3 as Source with AWS DMS to move the data into Amazon Neptune [2]. It needs thorough check in terms of the data types that are unsupported, downtime involved etc.

BUT, the biggest question is why do you want to move data from a OLAP database to Graphical database? I highly recommend you to assess the migration path before you take the call of Amazon Neptune being the appropriate target database engine.

[1] https://docs.aws.amazon.com/redshift/latest/dg/t_Unloading_tables.html

[2] https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Neptune.html

AWS
D-Rao
已回答 2 年前
-2

You can't. Redshift runs relational databases, while Neptune runs graph databases. This means data stored in Redshift doesn't cannot be ingested into Neptune, and vice versa.

For more information on data migration to Neptune, please check this: https://docs.aws.amazon.com/neptune/latest/userguide/migrating.html

AWS
已回答 2 年前

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

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

回答问题的准则