Reputation: 1
I want to migrate 20 GB of Neo4j Graph data to AWS Neptune. how much Neo4j DB downtime is needed for entire data migration and how to handle the data lost during downtime.
Upvotes: 0
Views: 222
Reputation: 2769
Two blog posts that you may want to review include both an initial baseline migration [1] and how to capture changes and perform incremental updates [2].
So long as your existing queries and connection methods work on both platforms (without any modification), you could potentially leverage these two methods to have very minimal downtime.
Upvotes: 2