💾

Time Series DB

advanced

InfluxDB alternative - Time series data storage

InfluxDB alternatifi - Zaman serisi veri depolama

Estimated Time
⏱️ 3-4 months
Essential Crates
📦 3

Tags

databasetime-seriesanalyticscolumnar

Required Crates

Essential

arrow
Columnar data format

Sutun bazli veri formati

crates.io →
arrow = "53"
parquet
Parquet file format

Parquet dosya formati

crates.io →
parquet = "53"
tokio
Async runtime

Async runtime

crates.io →
tokio = { version = "1", features = ["full"] }

Starter Template

Copy this Cargo.toml to get started:

[package]
name = "my-time-series-db"
version = "0.1.0"
edition = "2021"

[dependencies]
arrow = "53"
parquet = "53"
tokio = { version = "1", features = ["full"] }
thiserror = "1"
tracing = "0.1"

Related Patterns

Learn these patterns to build this project effectively:

Other Database & Storage Projects