Operations | Monitoring | ITSM | DevOps | Cloud

5 Must-Have Python Plugins for InfluxDB 3 Core & Enterprise

InfluxDB 3 is our latest time series database built for real-time analytics and high-volume data. Its Python Processing Engine lets developers run custom scripts known as plugins to process data, trigger alerts, or integrate with external systems via HTTP web requests. To demonstrate what’s possible, we’ve developed several plugins, all of which are available in the influxdb3_plugins GitHub repository. This public repo is open for anyone to use, modify, and contribute to.

The Power of Great Design: Introducing the Enhanced Administrative UI for InfluxDB Cloud Dedicated

Managing your InfluxDB Cloud Dedicated environment just got easier. We’ve introduced an admin UI to streamline everyday tasks, so you can spend less time navigating settings and more time working with your data. The update is built for speed and usability. Whether you’re creating tables, managing tokens, or checking database status, the new UI helps you move faster with: This update is all about reducing friction for developers and teams managing time series infrastructure at scale.

Building Smarter Manufacturing Systems with Bosch Rexroth and InfluxDB

Manufacturers are under pressure to increase efficiency, reduce downtime, and future-proof their factories. Rising costs, global competition, and shifting customer expectations mean that even small inefficiencies can lead to lost revenue or market share. This is difficult while using legacy systems that limit visibility and adaptability. These outdated systems often operate in silos, making it hard to access real-time data, respond to unexpected issues, or scale with modern technologies.

Build a Time Series Forecasting Pipeline in InfluxDB 3 Without Writing Code

Curious how time series forecasting fits into your InfluxDB 3 workflows? Let’s build a complete forecasting pipeline together using InfluxDB 3 Core’s Python Processing Engine and Facebook’s Prophet library. InfluxDB 3 Core’s Python Processing Engine dramatically lowers the barrier to entry—not just for experienced developers but for anyone with a basic understanding of time series data and Python.

InfluxDB 3 Core & Enterprise GA: The Next Generation Time Series Platform for Developers is Here

After months of development, testing, and community feedback, we’re excited to announce the general availability (GA) release of InfluxDB 3 Core and InfluxDB 3 Enterprise. This release brings us closer to our vision for InfluxDB: a time series database that helps developers solve the problem of collecting, analyzing, monitoring, and acting on data across sensors, networks, servers, and applications. We view time series as a way to analyze, monitor, and act on data through time.

InfluxData Announces General Availability of InfluxDB 3 Core and InfluxDB 3 Enterprise, Simplifying How Developers Build with Time Series Data

InfluxDB 3 Core is an open source, high-speed, recent-data engine; InfluxDB 3 Enterprise adds performance, high availability, security, and scalability for mission-critical workloads Built-in Python Processing Engine brings collection, transformation, monitoring, alerting, and automation on time series data.

Deadman Alerts with the Python Processing Engine

Sometimes silence isn’t golden; it’s a red flag. Whether you’re monitoring IoT sensors, system logs, or application metrics, missing data can be just as critical as abnormal data. Without visibility into these gaps, you risk overlooking potential failures, security threats, or operational inefficiencies. In time series workflows, detecting silence is often the first sign of trouble—whether it’s a network issue, device failure, sensor failure, or stalled process.

Optimizing SQL (and DataFrames) in DataFusion: Part 2

Part 2: Optimizers in Apache DataFusion In the first part of this post, we discussed what a Query Optimizer is and what role it plays and described how industrial optimizers are organized. In this second post, we describe various optimizations found in Apache DataFusion and other industrial systems in more detail.

Simplifying Multi-Node Setups with InfluxDB 3 Enterprise Modes

As your time series data grows, managing increasing workloads can quickly become a headache. High data ingestion rates, numerous (and complex) queries, intensive processing tasks, and routine maintenance like data compaction often compete for limited resources. This leads to unpredictable performance and slower response times, and common solutions often introduce operational complexity.

Optimizing SQL (and DataFrames) in DataFusion: Part 1

Sometimes Query Optimizers are seen as a sort of black magic, “the most challenging problem in computer science,” according to Father Pavlo, or some behind-the-scenes player. We believe this perception is because: However, Query Optimizers are no more complicated in theory or practice than other parts of a database system, as we will argue in a series of posts: Part 1: Part 2: After reading these blogs, we hope people will use DataFusion to.