Export / Import Mongodb Databases in Java

Good morning

I need to export / import a MongoDB database collection using Java.

I saw that you can use Runtime.getRuntime (). Exec use compandos to export and import databases, but not if they really work and are useful.

Anyone know how to do export and import in MongoDB using Java

+4
source share

Source: https://habr.com/ru/post/1653891/


All Articles