Tools/influxdata/influxdb

InfluxDB

Scalable datastore for metrics and real-time analytics

31.7k+12/wkgrowthRustApache License 2.0new this week

The Lens

By Erik Loyd, SaaS CEO and former COO/CFO of an AWS Premier Partner.

Updated Mar 2026

InfluxDB is a time-series database built for metrics, events, and IoT data, handling millions of writes per second with built-in downsampling and retention policies. Regular databases can store time series data, but InfluxDB is optimized for high write throughput and fast range queries like "show me CPU usage for the last 24 hours."

Apache 2.0, recently rewritten from Go to Rust (v3). The query language is SQL-compatible now (v3), dropping the custom InfluxQL and Flux languages from earlier versions. Handles millions of writes per second. Built-in downsampling, retention policies, and continuous queries.

InfluxDB Cloud has a free tier: limited writes and queries, 30-day retention. Self-hosting is free with no feature restrictions. Cloud paid plans start at ~$0.002/MB written. Self-hosting v3 requires some infrastructure knowledge but isn't awful: single binary, configure storage. The ops burden is moderate: you need to manage retention policies, backups, and storage growth. Time series data accumulates fast. Solo: cloud free tier for prototyping, self-host for production. Small teams: self-host, $10-30/mo in compute. Medium to large: evaluate InfluxDB Cloud vs self-hosted ops cost.

The catch: InfluxDB has gone through three major architecture rewrites (Go monolith → Go with TSM → Rust with Apache Arrow). Each version had a different query language and different trade-offs. The ecosystem documentation is fragmented; make sure you're reading v3 docs, not v1 or v2 guides.

Free vs Self-Hosted vs Paid

free self hosted paid cloud

Free Tier

InfluxDB Cloud free: limited writes, limited queries, 30-day data retention. Good for learning and small projects.

Self-Hosted

Free under Apache 2.0. No feature restrictions. Single-node or clustered (Enterprise for clustering). Compute costs: $10-50/mo on a VPS depending on data volume.

Paid Cloud

Usage-based pricing starting at ~$0.002/MB written, $0.01/MB queried. A small monitoring setup might cost $20-80/mo. Enterprise Cloud with SLAs and dedicated resources available at custom pricing.

When to Pay

Pay for Cloud when you want zero ops and your data fits the usage-based pricing. Self-host when data volume makes cloud expensive or when you need unlimited retention.

Free self-hosted, free cloud tier for small workloads. Cloud costs scale with data volume. Watch write volumes.

Self-hosting ops:moderate
View pricing page →

Get tools like this every Wednesday

One featured tool, three on the radar. No fluff.

Similar Tools

Score
88/100 · A
Adoption27/30
Maintenance25/25
Community11/20
License15/15
Analysis10/10

A low score is not a verdict on quality. Young and niche tools start low by design. How we calculate scores

Trust Signals

High adoption: 31,436 starsActive community: 3,705 forksPermissive license (Apache-2.0)

About

Stars
31,679
Forks
3,715

Explore Further

More tools in the directory