Skip to content

Commit

Permalink
Merge pull request #329 from sebassem/ag_manufacturing_patches
Browse files Browse the repository at this point in the history
Ag manufacturing patches
  • Loading branch information
fcabreramsft authored May 20, 2024
2 parents d67f9c3 + fa49ac3 commit 8a1e05c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In this scenario, Contoso wants to use their data pipeline so that data coming f

## Architecture

Below is an architecture diagram that shows how the data flows from the manufacturing plant and into the ADX database to generate near real-time reports of production line, batteries, and welding equipment received and processed in a single manufacturing plant. This architecture includes a local InfluxDB, running at the edge in the plant, [Azure Event Grid](https://learn.microsoft.com/en-us/azure/event-grid/overview), [Azure Event Hub](https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-about), and ADX cluster in Azure cloud. MQTT broker at the edge receives event data from MQTT simulator and sends to Azure Event Grid in the cloud. Azure Event Grid routes these messages into Azure Event Hub. Data connection that is created in ADX cluster connects to Azure Event Hub and ingests data into ADX database for realtime analytics and dashboard reports.
Below is an architecture diagram that shows how the data flows from the manufacturing plant and into the ADX database to generate near real-time reports of production line, batteries, and welding equipment received and processed in a single manufacturing plant. This architecture includes a local InfluxDB, running at the edge in the plant, [Azure Event Grid](https://learn.microsoft.com/azure/event-grid/overview), [Azure Event Hub](https://learn.microsoft.com/azure/event-hubs/event-hubs-about), and ADX cluster in Azure cloud. MQTT broker at the edge receives event data from MQTT simulator and sends to Azure Event Grid in the cloud. Azure Event Grid routes these messages into Azure Event Hub. Data connection that is created in ADX cluster connects to Azure Event Hub and ingests data into ADX database for realtime analytics and dashboard reports.

Check failure on line 27 in docs/azure_jumpstart_ag/manufacturing/contoso_motors/data_opc/_index.md

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Microsoft.Contractions] Use 'that's' instead of 'that is'. Raw Output: {"message": "[Microsoft.Contractions] Use 'that's' instead of 'that is'.", "location": {"path": "docs/azure_jumpstart_ag/manufacturing/contoso_motors/data_opc/_index.md", "range": {"start": {"line": 27, "column": 716}}}, "severity": "ERROR"}

Check failure on line 27 in docs/azure_jumpstart_ag/manufacturing/contoso_motors/data_opc/_index.md

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'realtime'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'realtime'?", "location": {"path": "docs/azure_jumpstart_ag/manufacturing/contoso_motors/data_opc/_index.md", "range": {"start": {"line": 27, "column": 814}}}, "severity": "ERROR"}

![Screenshot showing the data pipeline architecture diagram](./img/contoso_motors_edge_data_architecture.png)

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8a1e05c

Please sign in to comment.