Skip to content

Commit a4d5e4e

Browse files
committed
Adding architecture for MFC app template
1 parent 8bbc014 commit a4d5e4e

File tree

3 files changed

+58
-0
lines changed

3 files changed

+58
-0
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
title: Micro-fulfillment Center Architecture
3+
description: Learn to build an micro-fulfillment center application using our Micro-fulfillment center application template in IoT Central
4+
author: avneet723
5+
ms.author: avneets
6+
ms.date: 10/13/2019
7+
ms.topic: overview
8+
ms.service: iot-central
9+
ms.subservice: iot-central-retail
10+
services: iot-central
11+
manager: eliotgra
12+
---
13+
14+
# Micro-fulfillment center architecture
15+
16+
[!INCLUDE [iot-central-pnp-original](../../../includes/iot-central-pnp-original-note.md)]
17+
18+
Micro-fulfillment center solutions allow you to digitally connect, monitor and manage all aspects of a fully automated fulfillment center to reduce costs by eliminating downtime while increasing security and overall efficiency. These solutions can be built by leveraging one of the application templates within IoT Central and the architecture below as guidance.
19+
20+
![Azure IoT Central Store Analytics](./media/architecture/micro-fulfillment-center-architecture-frame.png)
21+
22+
- Set of IoT sensors sending telemetry data to a gateway device
23+
- Gateway devices sending telemetry and aggregated insights to IoT Central
24+
- Continuous data export to the desired Azure service for manipulation
25+
- Data can be structured in the desired format and sent to a storage service
26+
- Business applications can query data and generate insights that power retail operations
27+
28+
Let's take a look at key components that generally play a part in a micro-fulfillment center solution.
29+
30+
## Robotic carriers
31+
32+
A micro-fulfillment center solution will likely have a large set of robotic carriers generating a variety of telemetry signals. These signals can be ingested by a gateway device, aggregated and then sent to IoT Central as reflected by the left side of the architecture diagram.
33+
34+
## Condition monitoring sensors
35+
36+
An IoT solution starts with a set of sensors capturing meaningful signals from within your fulfillment center. It is reflected by a variety of sensors on the far left of the architecture diagram above.
37+
38+
## Gateway devices
39+
40+
Many IoT sensors can feed raw signals directly to the cloud or to a gateway device located near them. The gateway device performs data aggregation at the edge before sending summary insights to an IoT Central application. The gateway devices are also responsible for relaying command and control operations to the sensor devices when applicable.
41+
42+
## IoT Central application
43+
44+
The Azure IoT Central application ingests data from a variety of IoT sensors, robots, as well gateway devices within the fulfillment center environment and generates a set of meaningful insights.
45+
46+
Azure IoT Central also provides a tailored experience to the store operator enabling them to remotely monitor and manage the infrastructure devices.
47+
48+
## Data transform
49+
The Azure IoT Central application within a solution can be configured to export raw or aggregated insights to a set of Azure PaaS (Platform-as-a Service) services that can perform data manipulation and enrich these insights before landing them in a business application.
50+
51+
## Business application
52+
The IoT data can be used to power a variety of business applications deployed within a retail environment. A fulfillment center manager or employee can utilize these applications to visualize business insights and take meaningful actions in real time. To learn how to build a real-time Power BI dashboard for your retail team, please follow the [tutorial](./tutorial-in-store-analytics-create-app-pnp.md).
53+
54+
## Next steps
55+
* Get started with the [Micro-fulfillment Center](https://aka.ms/checkouttemplate) application template.
56+
* Take a look at the [ tutorial](https://aka.ms/mfc-tutorial) that walks you through how to build a solution leveraging the Micro-fulfillment Center app template.
249 KB
Loading

articles/iot-central/retail/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
href: architecture-smart-inventory-management-pnp.md
3838
- name: Store analytics architecture
3939
href: store-analytics-architecture.md
40+
- name: Micro-fulfillment center app template architecture
41+
href: architecture-micro-fulfillment-center.pnp.md
4042
- name: Connectivity
4143
href: ../preview/overview-iot-central-get-connected.md?toc=/azure/iot-central/retail/toc.json&bc=/azure/iot-central/retail/breadcrumb/toc.json
4244
- name: What are application templates?

0 commit comments

Comments
 (0)