Skip to content

Doğukan Akar Repository Research

Doğukan Akar edited this page Mar 29, 2021 · 1 revision

Thingsboard is an IoT (Internet of Things) platform that allows to do almost anything for IoT. Using thingsboard you can manage your assets devices and customers and your devices can send the data they collected using thingsboard API. It help to visualize the data however you want. It mostly uses java and it uses javascript on the user interface. Things I liked in the Thingsboard are it is completely customizable and it is an open source platform that helps many IoT startups build their work quickly without worrying about UI and backend development.

Prophet is an R and Python module that helps doing forecasting and anomaly detection on time series data. It is built and maintained by the Facebook company. What I like on the Prophet is that it is very easy to learn and use, you just need to convert the data to the given shape. It helps both forecasting and plotting the results.

Clone this wiki locally