MongoDbSynchronisation is a tool to synchronize document between 2 MongoDb (support azure).
The build in release mode can create the VSTS extension. But it's use TFX package, you must install it before if you want to generate this extension.
- Install Node.js
- Install the extension packaging tool (TFX) by running
npm install -g tfx-cli
from a command prompt
The version 1.0.0 support the synchrnoisation of functions from source data base to target database.
Run the tool in command line. Use command line parameter to execute the tool. You can use --help to see the help.
mongoSync.exe --help
-q -f -s mongodb://localhost:27017/target -t mongodb://localhost:27017/source
This example start the tool in quiet mode (remove user interaction). It's start the function synchronisation from target database in localhost to target database in localhost.
The tool support Visual Studio Team Services View on the marketplace.
- index synchronisation
- execute script to manipulate document