Data Extraction[Help]

Hi, I have a Project about Data hub construction for industrial data using ML, I used Real time virtual data
in ScadaBR and i need to extract it from ScadaBR and Tranfert it to Kafka to do the analysis and the transformation needed and I don’t know how, should I use the Raspberry 3 ? If you have any suggestions please leave a comment. Thank you

ScadaBR uses database to store data.
You can use httpPublisher to ScadaBR send data to any webserver using http GET

or you can access the Database using SQL from your program directly.

For default, ScadaBR use Apache Derby, but you can configure to use MySQL Server or MSSQL server editing the env.properties file.
https://sourceforge.net/p/scadabr/wiki/Manual%20ScadaBR%20English%208%20Chapter%208/

Here is the structure of ScadaBR database:


Source: DEVELOPING M2M APPLICATIONS
WITH MANGO

Another Solution is use ScadaBR API:
https://sites.google.com/a/certi.org.br/certi_scadabr/home/minicursos/scadabr

and here some links:

https://sites.google.com/a/certi.org.br/certi_scadabr/home/minicursos/integrandomysql

Any doubt, call us here