In this chapter, you will learn about the S95 standard (https://www.isa.org/isa95/) and how it applies to the exchange of asset data. We also provide an overview of databases to store asset data and a comparison of time series storage. Then, we demonstrate how to build a Node.js application that simulates the reading of time series data from sensors and how to enable analytics and visualizations of the data reads. Finally, we provide instructions on configuring Grafana alerts with visualizations, and email and Slack notifications about database values exceeding limits.
This chapter covers the following topics:
- S95 standard and exchange of asset data according to the S95 standard
- Choosing a database management system to store asset data
- Comparison of the most common time series storage
- Using InfluxDB as a time series storage
- Building...