Clients
Here are all supported clients
R Studio
R is a powerful tool to analyse data. Attached the step by step description how to access the data base with rStudio and create some plots
Grafana
Grafana is a open source, easy to use, tool to create interactive time series graphs. Attached the step by step description how to access the data base with grafana and how to create new dashbords and tables.
Visualizer
The visualizer is a handy tool to get a quick overview over the available data in the data base in a GUI. You can access the visualizer under the following URL. After you filled in the credentials you have several options. The turtorial video is here
REST API
To request historical data there is a REST API.
Matlab
Attached the step by step description to access the data base with Matlab. The data base can be accessed via an REST api from every where. The machine where this code runs can be anywhere. The minimal Sample time is around is 1 minute. It can be decreased for specific values if needed.
Python
Attached the step by step description to access the data base with python. The data base can be accessed via an REST api from every where. The machine where this code runs can be anywhere. The minimal Sample time is around is 1 minute. It can be decreased for specific values if needed.
SQL
The historical data are stored on a SQL data base. One way to access the data is over the MS SQL. You can run this only locally on the platform provided. Attached a tutorial.