Recommendations for Migrating from Microsoft SQL Server to AWS Neptune

0

Hello, I'm currently planning a migration of our database from a Microsoft SQL Server, hosted with a third-party provider, to AWS Neptune. Given the significant differences between a traditional relational database system and a graph database like Neptune, I'm seeking advice on the best practices and tools available within AWS ecosystem to facilitate this transition.

Could anyone share insights or guidance on the following aspects?

1. Migration Tools: Are there specific AWS services or third-party tools recommended for migrating data from SQL Server to Neptune, especially tools that help with data extraction, transformation, and loading into a graph model?

2. Data Modeling: Tips on converting a relational schema to a graph model suitable for Neptune. Any common pitfalls to avoid?

3. Data Integrity and Downtime: Best practices for ensuring data integrity during the migration and strategies to minimize downtime.

4. Resources: Any documentation, tutorials, or case studies on similar migrations that could guide us through the process.

svato
已提问 2 个月前184 查看次数
2 回答
4

You can try the blog post Populating your graph in Amazon Neptune from a relational database using AWS Database Migration Service (DMS) which goes into some of your questions in detail

AWS
专家
Mike_L
已回答 2 个月前
profile picture
专家
已审核 2 个月前
4

In addition to the documentation around Neptune's DMS integration (as mentioned by @Mike_L), there are also a set of reference architectures on GitHub that cover data modeling and other architectural patterns: https://aws-samples.github.io/aws-dbs-refarch-graph/

There's also a course on AWS SkillBuilder that covers graph data modeling: https://explore.skillbuilder.aws/learn/course/16133/data-modeling-for-amazon-neptune

profile pictureAWS
已回答 2 个月前
profile picture
专家
已审核 2 个月前

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

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

回答问题的准则