In this section, we describe how to enable visualization of the time series data from sensors collected using the Node.js application we built earlier.
To prepare for visualizing the data from the application, perform the following actions:
- Run the following git clone to copy the source code of the application:
git clone https://github.com/Altoros/iot-book.git
- To start the application, run the following command:
docker build -t timeseries
docker run -p 8080:8080 -it --rm --name timeseries-container timeseries