May 2026 Summaries
6 posts from InfluxData
Filter
Month:
Year:
Post Summaries
Back to Blog
InfluxDB 3 MCP server version 1.3.0 introduces significant enhancements aimed at improving reliability and dependability, enabling AI agents such as ChatGPT and Claude to interact with InfluxDB 3 using natural language. This release includes protocol compliance tests, integration tests, and a properly scoped npm package, ensuring compatibility across all InfluxDB 3 editions, with tools adapted for each product type. Key updates include expanded test coverage, updated MCP SDK, and safer error handling, providing clear distinctions between errors and successful operations. The server facilitates schema discovery, data querying, and alert investigation, demonstrated through a reference architecture for Battery Energy Storage Systems (BESS), where agents can autonomously navigate the database environment, manage alerts, and simulate real-world scenarios without requiring handwritten SQL. Installation is streamlined using npm or Docker, with detailed configuration guides available for various InfluxDB editions, ensuring ease of setup and operation.
May 28, 2026
1,318 words in the original blog post.
InfluxDB 3 introduces a comprehensive Industrial Internet of Things (IIoT) reference architecture designed to address the challenges faced by industrial teams in managing high-frequency telemetry data. This open-source blueprint, which can be quickly deployed with Docker Compose, demonstrates how InfluxDB 3 can serve as a centralized system for factory-floor monitoring without relying on additional services. The architecture incorporates a Python-based simulator to generate IIoT telemetry and showcases the Processing Engine's capabilities, such as executing Python code in response to database events, accessing data with minimal latency through Last Value Cache, and efficiently handling high-cardinality queries with Distinct Value Cache. Additionally, the OPC UA Plugin enables direct connectivity to industrial systems, facilitating real-time data ingestion and processing within InfluxDB 3. This setup allows for seamless integration of contextualized data from edge sites to a centralized cluster for comprehensive analysis, while also providing the flexibility to extend the architecture for specific industrial applications, all under an Apache 2.0 license.
May 22, 2026
1,431 words in the original blog post.
The InfluxDB 3 Network Telemetry Reference Architecture is a comprehensive, open-source blueprint designed to streamline and enhance network monitoring using a multi-node InfluxDB 3 Enterprise cluster. It simulates a data center Clos fabric and provides a practical example for NetOps engineers and network observability architects evaluating InfluxDB as a telemetry platform. This architecture includes role-separated nodes for ingestion, querying, and processing, and employs Python plugins for executing tasks without the need for external middleware. It demonstrates handling high-cardinality data, sub-second freshness, and adaptive monitoring requirements through features like Last Value Cache and Distinct Value Cache. Additionally, it showcases per-table retention policies and three distinct data-to-browser integration patterns, offering flexibility and efficiency in network telemetry management. The reference architecture aims to make InfluxDB's capabilities more accessible and can be run locally via Docker Compose, providing a scalable template for real-world production environments.
May 21, 2026
1,780 words in the original blog post.
Anton Havekes, an independent developer, has created Influx Dashboard, a native iOS app designed to enhance mobile accessibility for users of InfluxDB, a time series database. This app, which is not commercially affiliated with InfluxData, supports InfluxDB versions 1, 2, and 3 across its Core, Enterprise, and Cloud editions, offering real-time visualization through line, bar, gauge, and pie charts. With features like a drag-and-drop dashboard builder and support for SQL queries, the app allows users to securely connect to their InfluxDB instances and monitor various types of time series data, including server metrics, IoT sensor outputs, and weather station information. The app provides a user-friendly interface for creating dashboards and examining data trends, offering flexibility for users who need data access without being tethered to a desktop. Influx Dashboard exemplifies the innovative potential within open-source communities, allowing developers and data professionals to gain insights from their data on the go.
May 19, 2026
956 words in the original blog post.
Real-time telemetry in aerospace is becoming increasingly crucial as flight programs demand rapid decision-making and shorter development cycles. Traditionally, telemetry data has been analyzed post-flight, which delays insights and transforms the data into historical records rather than immediate feedback. The IRIG 106 standard is vital for ensuring interoperability and consistency in telemetry data across various systems, with Chapter 10 being especially important for maintaining data integrity and traceability. However, traditional methods are often slow and cumbersome, delaying the analysis of data which can lead to inefficiencies and increased costs. InfluxDB 3 addresses these challenges by providing a platform that allows for real-time ingestion, processing, and analysis of telemetry data while maintaining compliance with IRIG 106. This system enables aerospace teams to make faster, data-driven decisions during flight tests by turning telemetry into a live, searchable data stream. With InfluxDB 3, engineers can query and visualize data immediately, aiding anomaly detection and performance validation, which ultimately results in safer, more efficient flight programs.
May 15, 2026
1,234 words in the original blog post.
The InfluxDB 3 BESS Reference Architecture is an open-source, runnable blueprint designed to optimize battery energy storage systems (BESS) by providing a unified, time-aligned view across disparate systems like Battery Management Systems (BMS), Power Conversion Systems (PCS), and Energy Management Systems (EMS). This architecture addresses the challenges of high entity cardinality, sub-second freshness requirements, and mixed cadences by leveraging InfluxDB 3 Enterprise's capabilities such as Last Value Cache, Distinct Value Cache, and an embedded Python Processing Engine, which allows for real-time logic and data processing. It uses a Python simulator to emulate realistic telemetry, and while it excludes external tools like Telegraf or Grafana, it demonstrates the native capabilities of InfluxDB 3 in managing high-frequency data and supporting real-time decision-making. This setup can be quickly deployed using Docker, offering a live monitoring dashboard, and serves as a scalable solution for BESS operators like Siemens Energy, which manages extensive fleets globally.
May 08, 2026
1,586 words in the original blog post.