From 0875b9bda464b90659deabd381a67940174f8f51 Mon Sep 17 00:00:00 2001 From: Alexandre Nuttinck Date: Tue, 1 Oct 2019 18:01:32 +0200 Subject: [PATCH 1/3] Update use_case.rst #1 --- docs/source/use_cases.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/source/use_cases.rst b/docs/source/use_cases.rst index 6187ae7..fb258d1 100644 --- a/docs/source/use_cases.rst +++ b/docs/source/use_cases.rst @@ -8,4 +8,11 @@ Colectme is a set of tools developed in the `EAM-SDI project `_ -in order to simulate log events representing the history of resources consumption. \ No newline at end of file +in order to simulate log events representing the history of resources consumption. + +Sensors simulation for FADI +===================== + +`FADI `_ is a Cloud Native platform for Big Data based on mature open source tools. The FADI project is dedicated to making the deployment of Big Data tools simple, portable and scalable. The goal is to provide a straightforward way to deploy open-source systems for Big Data to various infrastructures (private and public clouds). Anywhere you can run Kubernetes, you should be able to run FADI. + +The TSimulus library has been used to simulate various sensors from industrial partners in the context of these `many research projects `_. The simulated data from TSimulus allows to test all the FADI platform from the data ingestion, the data storage, the data analysis to the dashboarding. It is usefull when the data are not ready to be ingested by the FADI platform, allowing to work already on the analysis part and making some tests. From f5ae48033a916ba053263d7b854baa1c9bc56747 Mon Sep 17 00:00:00 2001 From: Alexandre Nuttinck Date: Wed, 2 Oct 2019 09:29:56 +0200 Subject: [PATCH 2/3] Update use_cases.rst --- docs/source/use_cases.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/use_cases.rst b/docs/source/use_cases.rst index fb258d1..f44c3fe 100644 --- a/docs/source/use_cases.rst +++ b/docs/source/use_cases.rst @@ -15,4 +15,4 @@ Sensors simulation for FADI `FADI `_ is a Cloud Native platform for Big Data based on mature open source tools. The FADI project is dedicated to making the deployment of Big Data tools simple, portable and scalable. The goal is to provide a straightforward way to deploy open-source systems for Big Data to various infrastructures (private and public clouds). Anywhere you can run Kubernetes, you should be able to run FADI. -The TSimulus library has been used to simulate various sensors from industrial partners in the context of these `many research projects `_. The simulated data from TSimulus allows to test all the FADI platform from the data ingestion, the data storage, the data analysis to the dashboarding. It is usefull when the data are not ready to be ingested by the FADI platform, allowing to work already on the analysis part and making some tests. +The TSimulus library has been used to simulate various sensors from industrial partners in the context of these `many research projects `_. It allowed to generate a suffisant amout of data to test all the FADI platform. It was usefull when there was a lack of data and in real time. TSimulus allowed to already work on the analysis part without having the real data from the partners. From 9edb0a0ce5f0f583038d0daf076ece9872995b95 Mon Sep 17 00:00:00 2001 From: Mathieu Goeminne Date: Wed, 2 Oct 2019 09:37:13 +0200 Subject: [PATCH 3/3] Update use_cases.rst Minor rephrasing --- docs/source/use_cases.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/use_cases.rst b/docs/source/use_cases.rst index f44c3fe..adc05d6 100644 --- a/docs/source/use_cases.rst +++ b/docs/source/use_cases.rst @@ -15,4 +15,4 @@ Sensors simulation for FADI `FADI `_ is a Cloud Native platform for Big Data based on mature open source tools. The FADI project is dedicated to making the deployment of Big Data tools simple, portable and scalable. The goal is to provide a straightforward way to deploy open-source systems for Big Data to various infrastructures (private and public clouds). Anywhere you can run Kubernetes, you should be able to run FADI. -The TSimulus library has been used to simulate various sensors from industrial partners in the context of these `many research projects `_. It allowed to generate a suffisant amout of data to test all the FADI platform. It was usefull when there was a lack of data and in real time. TSimulus allowed to already work on the analysis part without having the real data from the partners. +The TSimulus library has been used to simulate various sensors from industrial partners in the context of these `many research projects `_. It allowed to generate a suffisant amout of data to test the entire FADI platform. It was usefull when there was a lack of real time data streams. TSimulus allowed to already work on the analysis part without having the real data from the partners.