November 2025 Summaries
10 posts from InfluxData
Filter
Month:
Year:
Post Summaries
Back to Blog
InfluxDB is a prominent database choice for developers dealing with high-velocity time series data, particularly in application performance monitoring and real-time analytics. Its versatility is significantly enhanced by a variety of tools and integrations that assist throughout the data workflow, from collection to visualization and analysis. The InfluxDB MCP server enables integration with LLMs for natural language data queries and management, while PowerBI Desktop allows for advanced data visualization through the Flight SQL ODBC driver. Telegraf simplifies data collection with over 300 plugins, automating data ingestion and decoupling collection from storage. InfluxDB 3 Explorer facilitates data visualization, querying, and management, and Grafana offers scalable data storage for creating dynamic visualizations and alerts. Home Assistant benefits from InfluxDB integration by supporting higher data throughput and advanced analytics for smart home automation. InfluxDB also supports various client libraries, enabling high-performance asynchronous writing and compatibility with tools like Apache Iceberg. This comprehensive ecosystem of tools and integrations positions InfluxDB as a robust solution for IoT applications, infrastructure monitoring, and business metric analysis.
Nov 28, 2025
707 words in the original blog post.
Suyash Joshi's tutorial provides a comprehensive guide on centralizing data from smart home devices using InfluxDB 3 and Grafana, illustrating the process of not only tracking a home's vital statistics but also delving into professional software development concepts like time series database design and resilient data pipelines. It begins by outlining the prerequisites, such as basic Python knowledge and administrative access to a router, before explaining the nature of time series data, which focuses on changes over time rather than relationships between entities. The tutorial leads readers through setting up an InfluxDB 3 Enterprise license and creating a robust data collector using the Nest API, with Python scripts to fetch and write data to InfluxDB, emphasizing retry logic and resilience patterns akin to those used in large-scale observability systems. Finally, it covers configuring Grafana to visualize data and offers insights into how such time series data modeling and visualization pipelines reflect the monitoring infrastructures of major tech companies, encouraging a mindset that views data as dynamic streams rather than static records.
Nov 25, 2025
1,136 words in the original blog post.
InfluxData announced that tado°, a European leader in smart home climate management, utilizes InfluxDB 3 to enhance real-time data infrastructure for millions of connected devices. With installations in over a million homes and management of more than five million smart thermostats, tado° relies on InfluxDB 3 to process billions of time series records daily, optimizing heating and cooling efficiency through extensive telemetry collection. The partnership enables tado° to provide users with greater energy control and comfort by analyzing data instantly, thereby supporting system reliability and environmental sustainability. Having transitioned to InfluxDB 3 for its high-performance capabilities, including real-time analytics and low-cost storage, tado° operates with enhanced speed and reduced operational overhead, supporting its expansion across Europe. This collaboration exemplifies the modern IoT landscape, where efficient data handling is crucial for delivering actionable insights and promoting sustainable energy usage.
Nov 20, 2025
593 words in the original blog post.
InfluxDB 3.7 and Explorer UI version 1.5 have been released, offering enhancements aimed at improving developer experience and operational efficiency. InfluxDB 3 Core remains free and open-source, optimized for recent data with MIT and Apache 2 licensing, while InfluxDB 3 Enterprise extends these features with long-term data retention, clustering, and advanced management capabilities. The updated Explorer UI introduces one-click system monitoring, providing immediate visibility into system performance and operational health, which is particularly beneficial for local development and on-prem deployments. The release also simplifies installation and configuration with a new Docker Compose setup that integrates InfluxDB and Explorer, reducing setup time and facilitating a seamless user experience. Additional updates improve system reliability and clarity, offering enhanced control over processing triggers, better data management during node shutdown, and cleaner integration with secondary services. Users are encouraged to explore these new features, provide feedback, and engage with the community to influence future developments.
Nov 20, 2025
401 words in the original blog post.
InfluxData is undergoing a package signing key rotation process due to the current key's expiration in January 2026, having previously updated its approach in 2023 to use a primary key with signing subkeys for a smoother transition. This method allows the public key to be updated with a new signing subkey without altering the primary key's fingerprint, providing continuity and ease for users. The rotation involves stages, including documentation updates, generating new signing subkeys, and creating a new Linux package, "influxdata-archive-keyring," which configures systems for seamless updates. Users are advised to verify their system configurations, ensuring they're using the correct keys to avoid disruption. RPM and DEB installations will incorporate these changes, and users are encouraged to update configurations to align with these updates, verifying key fingerprints to maintain cryptographic integrity. The communication and rollout strategy aims to minimize disruption, with users urged to adhere to recommended practices for a smooth transition.
Nov 17, 2025
900 words in the original blog post.
InfluxDB Cloud Dedicated has introduced a significant update to its Admin UI, enhancing user experience with new features and a visual overhaul aimed at optimizing high write and query loads in single-tenant environments. Key updates include live observability for customer clusters, revamped site navigation, and improved visibility of table schemas, alongside an "Overview" page that provides instant access to cluster information and observability metrics like CPU and memory usage. The upgraded navigation menu allows for quick switching between essential resources such as databases and management tokens, and users can now easily manage active users and access help guides. The Admin UI facilitates the exploration of databases and table schemas, enabling users to view and filter columns based on tags or field types. Additionally, it supports seamless navigation across multiple clusters and accounts, reflecting the company's commitment to enhanced usability and functionality for Cloud Dedicated users.
Nov 17, 2025
338 words in the original blog post.
Aerospace systems operate in extreme environments, necessitating precise maintenance to prevent significant operational and financial disruptions. Traditional maintenance approaches focus on compliance and often result in unnecessary early part replacements or reactive repairs. In contrast, predictive maintenance, enhanced by machine learning and real-time telemetry monitoring, offers a proactive approach by analyzing time series data to identify early signs of wear and potential failures. This method relies on continuously capturing data such as temperature, vibration, and pressure, which are processed using platforms like InfluxDB 3. These platforms allow for high-performance data ingestion and analysis, enabling aerospace organizations to transition from reactive to proactive maintenance strategies. By using predictive maintenance, organizations can cut unplanned downtime, extend component lifespan, and improve overall operational efficiency. This shift not only supports more sustainable operations but also prepares for future advancements such as autonomous maintenance and digital twins, which promise further enhancements in reliability and performance. The integration of time series data and machine learning into maintenance practices represents a transformative step for aerospace, offering enhanced safety, compliance, and efficiency.
Nov 13, 2025
1,585 words in the original blog post.
InfluxDB 3 offers a streamlined process for users to get started with database technology by providing two main installation options: a quick start with a shell script or using a Docker container. The quick start involves a simple download and execution of a script, while the Docker option requires Docker installation. Both methods guide users through installing the software, generating an admin token, and connecting to the server. Once running, users can load and query data using either the Explorer UI, available only through Docker, or the CLI for environments without a UI. The UI allows users to easily load sample datasets or their own CSV/JSON data and explore data through queries, while the CLI supports similar data interactions using the line protocol for custom datasets. The guide also suggests exploring further configurations with the serve command, using Telegraf for real data integration, or connecting data visualization tools like Grafana for enhanced data analysis.
Nov 11, 2025
1,164 words in the original blog post.
The tutorial provides a comprehensive guide for visualizing time series data using InfluxDB 3 Core and Apache Superset, with a focus on Docker-based setup. It walks through the installation of InfluxDB 3, configuration of a database, and loading of sample IoT data, alongside instructions for setting up Apache Superset and connecting it to InfluxDB. The tutorial emphasizes the use of SQL for querying data and offers solutions to common issues such as database driver errors and connection timeouts. Additionally, it highlights the potential for customization and the integration of real-time data, encouraging users to engage with the wider InfluxDB community for further support and inspiration.
Nov 06, 2025
677 words in the original blog post.
As industries become more interconnected and data-driven, traditional maintenance methods struggle to keep up, prompting the rise of digital twins as a modern solution. Digital twins create virtual models of physical assets, continuously updated with real-time data, enabling predictive maintenance strategies that foresee potential equipment failures and optimize performance. This approach contrasts with outdated methods like reactive repairs and scheduled servicing, which often result in inefficiencies and increased downtime. The integration of digital twins with edge computing, AI, and advanced analytics allows for live monitoring, data-driven insights, and adaptive optimization, turning data into actionable intelligence. For example, an energy utility company uses digital twins to monitor wind turbines, reducing unexpected downtime and maintenance costs by simulating responses to varying conditions. Beyond maintenance, digital twins hold potential for asset optimization, sustainability efforts, and driving innovation, positioning early adopters for enhanced competitiveness through AI-driven operations and resilient business models.
Nov 04, 2025
1,120 words in the original blog post.