Syncing data between MongoDB and Janusgraph

My primary data source is MongoDB where collections are already. I need a way to sync the data from MongoDB to Jansugraph.

The manual way of doing this is using MongoDB oplogs but I would like to know if there are any other better options before I get into that.
Was this page helpful?