Browse Source

edit poc

master
zeus 3 years ago
parent
commit
1c54307cb7
  1. 22
      poc-datacollector/modules/ROOT/pages/index-src.adoc

22
poc-datacollector/modules/ROOT/pages/index-src.adoc

@ -16,8 +16,28 @@ WARNING: Your local changes to the files will be overwritten by click on "Downlo
== webclient
*Source code: * playground-client/src
*Source code:* playground-client/src
*environment variables*: playground-client/.env
== dummy_service
*Source code:* dummyservice/swarmlab-app/src/run
*config file*: WriteToMongo/fluent/fluent.conf
** Unified data collector layer
== readmongo_service
*Source code:* readmongo/swarmlab-app/src/run
*environment variables*: readmongo/swarmlab-app/src/.env
== redisserver
Redis is *automatically started* for you. Ww use nodeJS to interact with Redis. Setup config etc, on the fly from dummy_service and readmongo_service services.
== mongo
Mongo is *automatically started* for you. Ww use nodeJS to interact with Mongo. Setup config etc, on the fly from dummy_service and readmongo_service services.

Loading…
Cancel
Save