Before you run the modules, make sure you installed
cloudbrain
. See rootREADME
.
This folder contains a couple of module configuration examples. Here is how
you can run a module after installing cloudbrain: python -m cloudbrain.run
--file </path/to/file.json>
.
For example, to run the mock source module, you can run: python -m cloudbrain
.run --file source.mock.json
.