From 1c54307cb71eea92130f30ebc3a9cf16b5da4af4 Mon Sep 17 00:00:00 2001 From: zeus Date: Fri, 26 Nov 2021 13:50:35 +0200 Subject: [PATCH] edit poc --- .../modules/ROOT/pages/index-src.adoc | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/poc-datacollector/modules/ROOT/pages/index-src.adoc b/poc-datacollector/modules/ROOT/pages/index-src.adoc index fe06321..b8246d7 100644 --- a/poc-datacollector/modules/ROOT/pages/index-src.adoc +++ b/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.