July 2025 Summaries
8 posts from InfluxData
Filter
Month:
Year:
Post Summaries
Back to Blog
InfluxDB 3.3, available for both Core and Enterprise versions, introduces a range of enhancements including new managed plugins designed to streamline common time series tasks such as transformation, alerting, and downsampling, eliminating the need for additional code or external services. These plugins, available in beta via the InfluxDB Plugin Library, are customizable and aim to accelerate development by serving as foundational building blocks. The update also includes the InfluxDB 3 Explorer 1.1, which simplifies plugin management and provides extensive insights into system health and query performance. InfluxDB 3.3 enhances operational control with features like a secure Operator token recovery mechanism and expanded observability through write path logs and real-time visibility of plugin configurations. These improvements, alongside performance enhancements and bug fixes, offer increased control and insight into system operations, fostering a more efficient and secure user experience.
Jul 30, 2025
584 words in the original blog post.
In an engineering project focused on real-time telemetry processing using Microsoft Flight Simulator 2024, a comprehensive pipeline was developed to efficiently capture, process, and display flight data. The system uses FSUIPC to access over 90 flight parameters, which are then streamed to InfluxDB 3 Enterprise and displayed on real-time dashboards using a Next.js app. Key innovations include organizing data into memory blocks to reduce overhead, implementing intelligent batching to prevent database bottlenecks, and utilizing InfluxDB's Last Value Cache for instant data access. These strategies enable sub-10 millisecond response times and significant storage optimization, achieving an 87% reduction in data space. This project not only enhances gaming experiences but also provides a scalable blueprint for enterprise-grade aviation telemetry systems, applicable in areas such as flight training, aircraft monitoring, and human factors research.
Jul 29, 2025
1,523 words in the original blog post.
InfluxDB 3 Enterprise, combined with the Explorer UI, offers a comprehensive platform for managing and analyzing time series data with features such as real-time ingestion, fast queries, and scalable storage. This tutorial guides users through deploying InfluxDB 3 Enterprise locally using Docker, highlighting the importance of persistent directories for data retention and configuration. Users are instructed on setting up the Explorer UI for seamless database management, data ingestion, and SQL querying, with an emphasis on configuring connections for ease of use. The tutorial also covers creating a sample data pipeline to demonstrate real-world data ingestion patterns, offering insights into production readiness and scaling considerations. In production, the guide suggests utilizing cloud storage, TLS/SSL certificates, and backup procedures, along with deploying Telegraf agents for data collection and integrating with existing observability stacks for enhanced functionality. The tutorial concludes by encouraging feedback and interaction with the InfluxDB community for ongoing support and improvement.
Jul 22, 2025
1,273 words in the original blog post.
Businesses increasingly rely on time-stamped data to enhance operations, but traditional systems struggle to keep pace with the demands of real-time analytics. InfluxDB 3 addresses these challenges by integrating a Python Processing Engine directly within the database, enabling real-time processing and action on time series data. This approach eliminates the delays and complexities associated with legacy systems that rely on external processors, allowing teams to run Python scripts for filtering, transforming, and automating data workflows internally. By doing so, it reduces tool sprawl, cuts infrastructure costs, and improves response times, thereby enhancing operational agility. The Python Processing Engine utilizes plugins and triggers to provide precise control over when and how scripts execute, streamlining operations and accelerating decision-making without the need for additional infrastructure.
Jul 15, 2025
991 words in the original blog post.
InfluxDB MCP server is an open-source service designed to simplify managing and querying time series data by connecting InfluxDB 3 to AI tools like Claude Desktop via the Model Context Protocol (MCP). It allows users to perform database operations, manage schemas, and handle tokens through natural language, eliminating the need for plugins or glue code. This server facilitates exploratory analysis and complex query generation by translating natural language prompts into SQL queries, enhancing time series data management and analysis without writing SQL. It operates locally, ensuring data privacy by using existing InfluxDB 3 tokens for authentication, and is compatible with InfluxDB 3 Core, InfluxDB 3 Enterprise, and InfluxDB 3 Cloud Dedicated. The InfluxDB MCP server is community-driven, available on GitHub, and designed to be easily modifiable to accommodate evolving needs.
Jul 09, 2025
874 words in the original blog post.
Time series data, essential for modern systems across various industries, is distinguished by its high volume, frequency, and precise time-stamping, allowing for real-time monitoring and deeper system understanding. Traditional databases are inadequate for real-time insight, necessitating modern time series databases with built-in processing engines for stream processing, enabling real-time analytics and proactive decision-making. These capabilities allow organizations to transform raw metrics into actionable insights, driving operational improvements such as predictive maintenance, demand forecasting, and automated responses. By moving from passive data collection to active, intelligent use, businesses can enhance responsiveness, reduce risk, and foster innovation. InfluxDB 3 exemplifies this shift by combining time series storage with real-time analytics and automation, allowing teams to make informed decisions and maintain seamless operations.
Jul 08, 2025
1,514 words in the original blog post.
This tutorial provides a quick guide to setting up a modern TIG stack, which includes Telegraf, InfluxDB 3, and Grafana, to collect, store, and visualize time series data. Utilizing a pre-configured GitHub repository, users can deploy the stack using Docker, with InfluxDB 3 options for both Core and Enterprise versions, and Grafana for data visualization on port 3000. The process involves generating an InfluxDB token, updating environment variables, and verifying data collection and table creation within InfluxDB by Telegraf. Users can then log into Grafana, configure it with InfluxDB as a data source, and create dashboards to display metrics such as CPU usage. This setup, which can be completed in 10 minutes, offers a flexible and extensible solution for real-time monitoring and is suitable for both local prototyping and industrial IoT applications. Future tutorials will explore deploying the TIG stack in a Kubernetes cluster using Helm charts for production environments.
Jul 03, 2025
376 words in the original blog post.
InfluxDB 3's general availability in April introduced features like a Python processing engine and SQL query support, encouraging developers to explore its potential through the "Hack to the Future" hackathon. The competition highlighted innovative projects, such as Cora, a health data analytics platform that uses InfluxDB for storing time series data and Firebase for metadata, enabling users to interact with their data through AI-driven insights. Another standout was Nexus, a Building Management System utilizing InfluxDB for real-time data monitoring and control of industrial HVAC equipment, featuring predictive maintenance and energy optimization. A third notable entry involved SNMP Anomaly Detection, which employed InfluxDB to analyze network traffic with Rust and detect anomalies. Additionally, a prototype for application performance monitoring was recognized for integrating InfluxDB with a Django REST backend and Next.js frontend, using Telegraf to collect and visualize metrics, and leveraging an LLM for generating insights. The hackathon showcased the diverse applications possible with InfluxDB 3, inspiring developers to explore further through various educational resources.
Jul 01, 2025
414 words in the original blog post.