tree: a301fb6635131c065f238507c311563ed78b157a [path history] [tgz]
  1. cert/
  2. .gitignore
  3. dmaapBusController.js
  4. dmaapDR.js
  5. dmaapDR_redir.js
  6. docker-compose.yml
  7. Dockerfile
  8. package.json
  9. README.md
test/mocks/datafilecollector-testharness/dr-sim/README.md

#Alternative to running python (as described below) on your machine, use the docker files.

  1. Build docker container with docker build -t drsim_common:latest .

  2. Run the container docker-compose up

  3. install nodejs

  4. install npm Make sure that you run these commands in the application directory "dr-sim"

  5. npm install express

  6. npm install argparse

  7. node dmaapDR.js #keep it in the foreground

  8. node dmaapDR_redir.js #keep it in the foreground