Skip to main content
Version: 2.0

MaestroHub 2.0.0 — Lite Edition

MaestroHub is a unified industrial data platform built from the ground up to connect, model, orchestrate, and visualize operational data — all from a single interface. Version 2.0.0 ships as the Lite Edition: a self-contained, single-node deployment designed for rapid adoption with zero external dependencies.

MaestroHub is distributed in two editions that share the same core platform. This release covers the Lite Edition; the Enterprise Edition — bringing Kubernetes-based HA/DR, advanced governance, and extended quotas — will follow.


Lite Edition

MaestroHub Lite packages the entire platform into one lightweight process with an embedded historian and MQTT broker. No external databases or message brokers are required.

  • Available as native binaries for Windows, macOS, and Linux, or as a Docker image.
  • All core services — workflow engine, UNS manager, and UI — run in a single process.
  • Interactive onboarding walkthrough guides you through building your first pipeline from scratch.

Visual Pipeline Designer

  • Drag-and-drop canvas for building data pipelines without writing code.
  • Pipelines are assembled from a rich library of nodes across multiple categories:
    • Triggers — Manual, Schedule, Webhook, MQTT, OPC UA, OPC DA, Ignition
    • Industrial — Modbus, OPC UA, Siemens S7, EtherNet/IP
    • Database — PostgreSQL, Oracle, Microsoft SQL Server
    • Messaging — MQTT, Slack, Microsoft Teams
    • Transforms — Buffer, Set, Data Serializer, Group By, File Extractor
    • Flow Control — Condition, For-Each Loop, Merge, Wait
    • Integration — REST/HTTP, Smart Connector, UNS Publish/Subscribe
    • Code — JavaScript for custom logic
  • Sequential and parallel execution modes with configurable priority levels.
  • Dependency graph visualization showing relationships between pipeline entities.
  • Built-in execution history with replay mode to inspect past runs node by node.
  • Real-time pipeline metrics including success rate, throughput, and percentile latencies.

Unified Namespace (UNS)

  • A single data backbone that consolidates OT and IT data streams under a structured topic hierarchy.
  • Built-in MQTT broker and historian for out-of-the-box real-time messaging and historical data storage with no extra setup.
  • Optional external MQTT broker and TimescaleDB support — configurable for teams that need to bring their own infrastructure.
  • UNS Dashboard with customizable panels — line charts, gauges, stats, heatmaps, tables, and more — for real-time monitoring.
  • Data Explorer for browsing the topic tree, viewing live and historical data, and managing schemas.

Connect — Pre-Built Connectors

  • Pre-built connectors for industrial protocols, databases, messaging systems, and cloud services out of the box:
    • Industrial Protocols — OPC UA, OPC DA, Modbus, Siemens S7, EtherNet/IP, MTConnect, SparkPlug B, Ignition
    • Databases — PostgreSQL, Microsoft SQL Server, Oracle, InfluxDB
    • Messaging & Notifications — MQTT, Slack, Microsoft Teams, SMTP
    • Integration — REST API
    • Cloud & Storage — AWS S3
    • Files — Local File
  • No-code connection configuration with built-in health monitoring, auto-reconnect, and circuit breaker protection.

Compose — Data Modeling

  • ISA-95-aligned data models to structure and contextualize raw operational data.
  • Reusable model definitions with validation rules, relationships, and metadata.

Identity & Access Management

  • Organization-based multi-tenancy with role-based access control.
  • Two admin levels — System Administrator with unrestricted platform-wide access, and Organization Administrator with full control within their organization.
  • Member as the default role — can view all resources, create pipelines, models, and dashboards, and manage owned resources.
  • Four specialized manager roles for fine-grained delegation:
    • Integrations Manager — Manage connections and functions for external systems such as MQTT brokers, OPC UA servers, databases, and REST APIs
    • Automation Manager — Manage pipelines and models, run and test pipeline executions
    • Data Manager — Manage UNS topics and dashboards, publish data to topics
    • IAM Manager — Manage users and identity provider configurations

Operations & Observability

  • Overview dashboard providing a real-time snapshot of connection health, pipeline metrics, and UNS status.
  • Centralized system logs with full-text search and severity filtering.
  • Connection Health dashboard with historical state tracking and uptime analytics.

What's Coming — Enterprise Edition

The Enterprise Edition will extend MaestroHub for production rollouts across multiple sites, bringing Kubernetes deployment with HA/DR , advanced RBAC with multi-tenancy, extended execution quotas, and full audit trails.


Getting Started

Pull the Docker image or download a native binary and follow the Getting Started guide to have MaestroHub running in minutes.