Skip to content

v4.0 CLI

Andrey Kurilov edited this page May 27, 2018 · 1 revision

GNU style command line arguments are used:

java -jar mongoose-<VERSION>/mongoose.jar \
    --read \
    --item-input-file=items.csv \
    --load-step-limit-concurrency=10 \
    --storage-auth-uid=user1 \
    --storage-auth-secret=ChangeIt \
    --storage-net-node-addrs=10.20.30.40,10.20.30.41

To find all available CLI options please refer to Configuration section. For example the configuration option item-data-size corresponds to the CLI argument --item-data-size.

Clone this wiki locally