Tweet
can I get an arch check? ✨

I'm migrating data from one #Gremlin database to another, in #Azure #CosmosDB. I want this to run easily/recurring, so this is my plan:

Azure Functions + TimerTrigger
.NET 6 + graph bulk executor library

cron: import from DB 1, overwrite DB 2

good?