You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manufacturing-ai-suite/industrial-edge-insights-time-series/README.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ Industrial Edge Insights - Time Series sample application demonstrates a time se
6
6
7
7
To see the system requirements and other installation, see the following guides:
8
8
9
-
-[System Requirements](docs/user-guide/system-requirements.md): Hardware and software requirements for running the sample application.
10
-
-[Get Started](docs/user-guide/get-started.md): Step-by-step guide to getting started with the docker compose deployment of the sample application.
9
+
-[System Requirements](docs/user-guide/wind-turbine-anomaly/system-requirements.md): Hardware and software requirements for running the sample application.
10
+
-[Get Started](docs/user-guide/wind-turbine-anomaly/get-started.md): Step-by-step guide to getting started with the docker compose deployment of the sample application.
11
11
12
12
## Architecture and Functionality Overview
13
13
14
14
The Industrial Edge Insights - Time Series sample application comprises of data simulators, the generic Time Series AI stack based on **TICK Stack**, and Grafana. The Model Registry microservice helps to achieve the MLOps flow by uploading the **UDF deployment package**.
15
15
16
-

16
+

17
17
18
18
-**Data Simulators/Destinations**: OPC-UA server and MQTT Publisher simulate data sources and destinations, reading from CSV files and interfacing with Telegraf plugins for data ingestion.
19
19
-**Generic Time Series AI Stack**: A customizable pipeline for data ingestion, storage, processing, and visualization, supporting integration with various databases, and enabling deep learning model execution.
@@ -22,16 +22,14 @@ The Industrial Edge Insights - Time Series sample application comprises of data
22
22
-**Data Processing**: Kapacitor processes time series data in real-time, allowing custom logic using User-Defined Functions (UDFs) for anomaly detection and advanced analytics.
23
23
-**Data Visualization**: Grafana offers an intuitive interface for real-time visualization of time series data stored in InfluxDB, enabling custom dashboards and monitoring.
24
24
25
-
For more details on Architecture, see [How it works](docs/user-guide/how-it-works.md).
25
+
For more details on Architecture, see [How it works](docs/user-guide/wind-turbine-anomaly/how-it-works.md).
26
26
27
27
## Learn More
28
28
29
-
-[How to Deploy with Helm](docs/user-guide/how-to-deploy-with-helm.md): Guide for deploying the sample application on a k8s cluster using Helm.
30
-
-[How to build from source and deploy](docs/user-guide/how-to-build-from-source.md): Guide to build from source and docker compose deployment
31
-
-[How to configure OPC-UA/MQTT alerts](docs/user-guide/how-to-configure-alerts.md): Guide for configuring the OPC-UA/MQTT alerts in the Time Series Analytics microservice
32
-
-[How to configure custom UDF deployment package](docs/user-guide/how-to-configure-custom-udf.md): Guide for deploying a customized UDF deployment package (udfs/models/tick scripts)
33
-
-[How to create a new sample app](docs/user-guide/how-to-create-a-new-sample-app.md): Guide for creating a new sample app by referencing Wind Turbine Anomaly Detection sample app
29
+
-[How to Deploy with Helm](docs/user-guide/wind-turbine-anomaly/how-to-deploy-with-helm.md): Guide for deploying the sample application on a k8s cluster using Helm.
30
+
-[How to build from source and deploy](docs/user-guide/wind-turbine-anomaly/how-to-build-from-source.md): Guide to build from source and docker compose deployment
31
+
-[How to configure OPC-UA/MQTT alerts](docs/user-guide/wind-turbine-anomaly/how-to-configure-alerts.md): Guide for configuring the OPC-UA/MQTT alerts in the Time Series Analytics microservice
32
+
-[How to configure custom UDF deployment package](docs/user-guide/wind-turbine-anomaly/how-to-configure-custom-udf.md): Guide for deploying a customized UDF deployment package (udfs/models/tick scripts)
33
+
-[How to create a new sample app](docs/user-guide/wind-turbine-anomaly/how-to-create-a-new-sample-app.md): Guide for creating a new sample app by referencing Wind Turbine Anomaly Detection sample app
34
34
-**Release Notes**
35
-
-[Release Notes](docs/user-guide/release_notes/Overview.md): Information on the latest updates, improvements, and bug fixes.
36
-
37
-
35
+
-[Release Notes](docs/user-guide/wind-turbine-anomaly/release_notes.md): Information on the latest updates, improvements, and bug fixes.
0 commit comments