We provide a Java desktop utility that will migrate your Domino data to MongoDB. MongoDB is a massively scalable document database, analogous to the NSF file format.
If you want to simply migrate your existing Domino data to MongoDB without any of the application layer that LDC Via can offer such as document level security and our REST API, then you will need to follow these steps, assuming you have a support agreement with us:
To access your API Key and Licence Key, log into the LDC Via website and follow the steps shown below:
An example configuration file is shown below:
It is easiest if the JAR file provided to you by LDC Via and the config file you created are in the same directory. Open a command prompt to this directory and enter the following command:
java -jar ldcvia.jar config-local.txt
(Note that this should be run from a machine that has the Notes client installed and configured on it).
The migration will run when you hit return, progress will be logged in the command window and will also be written to the “runlog” referenced in the config file.
To examine the migrated data, we would recommend using MongoDB Compass.