---
title: "A Runnable Reference Architecture for Industrial IoT on InfluxDB 3"
url: https://daily.dev/posts/a-runnable-reference-architecture-for-industrial-iot-on-influxdb-3-chvfz40ou
source_url: https://www.influxdata.com/blog/iiot-reference-architecture-influxdb3
type: article
source: "InfluxData"
published: 2026-05-22T07:23:32.880Z
updated: 2026-05-22T07:24:07.929Z
tags: ["python", "data-science", "iot", "influxdb"]
reading_time: 9
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# A Runnable Reference Architecture for Industrial IoT on InfluxDB 3

**[InfluxData](https://daily.dev/sources/influxdb)** · 9 min read · 0 upvotes · 0 comments

## Summary

InfluxData has released an open-source IIoT Reference Architecture for InfluxDB 3 Enterprise that simulates a factory-floor monitoring stack. It can be stood up locally in ~2 minutes via docker compose, simulating 24 machines generating ~300 data points per second. The stack is Python-first and showcases three key InfluxDB 3 capabilities: the Processing Engine (embedded Python VM running inside the database for triggers and HTTP endpoints), Last Value Cache (single-digit-millisecond current state reads), and Distinct Value Cache (fast cardinality queries on high-cardinality tags). A new OPC UA Plugin is also introduced, enabling InfluxDB 3 to connect directly to PLCs and SCADA systems via polling, with browse mode for auto-discovery, TLS security, and auto type detection. The architecture is designed to replace separate microservices, message queues, and read-replica caches with native database capabilities.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.influxdata.com/blog/iiot-reference-architecture-influxdb3>

## Similar posts on daily.dev

- [A Runnable Reference Architecture for Network Telemetry on InfluxDB 3](https://daily.dev/posts/a-runnable-reference-architecture-for-network-telemetry-on-influxdb-3-b505heyir) · InfluxData · 0 upvotes · 0 comments
- [A Runnable Reference Architecture for Battery Energy Storage Systems on InfluxDB 3](https://daily.dev/posts/a-runnable-reference-architecture-for-battery-energy-storage-systems-on-influxdb-3-ksfdfs3qa) · InfluxData · 0 upvotes · 0 comments
- [New Plugins, Faster Writes, and Easier Configuration: What’s New with the InfluxDB 3 Processing Engine](https://daily.dev/posts/new-plugins-faster-writes-and-easier-configuration-what-s-new-with-the-influxdb-3-processing-engi-giv0htd9z) · InfluxData · 0 upvotes · 0 comments
- [AI-Powered Spacecraft Operations with InfluxDB 3](https://daily.dev/posts/ai-powered-spacecraft-operations-with-influxdb-3-yq6xnb3oz) · InfluxData · 1 upvotes · 0 comments
- [How InfluxDB 3 Brings Processing Directly Into the Database](https://daily.dev/posts/how-influxdb-3-brings-processing-directly-into-the-database-lry2pwnla) · The New Stack · 1 upvotes · 0 comments

---

Tags: [#python](https://daily.dev/tags/python), [#data-science](https://daily.dev/tags/data-science), [#iot](https://daily.dev/tags/iot), [#influxdb](https://daily.dev/tags/influxdb)

[View this post on daily.dev](https://daily.dev/posts/a-runnable-reference-architecture-for-industrial-iot-on-influxdb-3-chvfz40ou)
