IoT case study spot on the server side
Now, let's consider a server-side case study for IoT.
It does not depend on the case of each edge device. It primarily serves to process data and store it in a database for visualization.
In this chapter, we'll consider the use case of IoT; that is, assuming that the sensor data that's received using the sensor module is received on the server side, and the subsequent processing part.
The difference from the previous chapter is that in this server-side processing tutorial, the content of the data doesn't make much sense. The main purpose is to save the received data and visualize it as needed, so I would like to define the following two use cases.
Use case 1 – Storing data
The first case is to store data. Let's create an application (flow) that stores data you receive from devices. In this section, we don't use real data from devices; we just use the data generated by the inject node instead...