Skip to content

a tool for parsing mongo runCommand and transfer it to mongo shell command

License

Notifications You must be signed in to change notification settings

small-cat/mongo_command_transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongo_command_transfer

A tool for parsing mongo runCommand and transfer it to mongo shell command.

build

You can run build.sh directory, or run following shell commands.

mkdir build
cmake .. -DCMAKE_BUILD_TYPE=Debug
make

If build successfully, the executed file named mongocmd_transfer will be outputed to test/bin/. run test.sh in test/bin to see testing results.

About

a tool for parsing mongo runCommand and transfer it to mongo shell command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages