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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南