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.
Asked
Active
Viewed 158 times
1 Answers
2
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.

Taylor Riggan
- 1,963
- 6
- 12
-
thanks for the links they are helpful. can you please let me know what could be the downtime if we migrate local Neo4j data to AWS EC2 Neo4j Enterprise and how to handle the data lost during downtime – anisha Aug 17 '22 at 04:03
-
That heavily depends on the migration process chosen and the write throughput of the application(s) using the database. – Taylor Riggan Aug 17 '22 at 15:34