The new core of InfluxDB written in Rust on top of Apache Arrow
InfluxDB IOx (short for Iron Oxide, pronounced InfluxDB "eye-ox") is the future
core of InfluxDB, an open source time series database. The name is in homage to
Rust, the language this project is written in. It is built using Apache Arrow
and DataFusion among other things. InfluxDB IOx aims to be:
- The future core of InfluxDB; supporting industry standard SQL, InfluxQL, and
Flux
- An in-memory columnar store using object storage for persistence
- A fast analytic database for structured and semi-structured events (like logs
and tracing data)
- A system for defining replication (synchronous, asynchronous, push and pull)
and partitioning rules for InfluxDB time series data and tabular analytics
data
- A system supporting real-time subscriptions
- A processor that can transform and do arbitrary computation on time series
and event data as it arrives
- An analytic database built for data science, supporting Apache Arrow Flight
for fast data transfer
Persistence is through Parquet files in object storage. It is a design goal to
support integration with other big data systems through object storage and
Parquet specifically.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:darix:apps/influxdb3 && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000167 167 Bytes | |
_service | 0000000854 854 Bytes | |
_servicedata | 0000000219 219 Bytes | |
fix_version_importing.patch | 0000002012 1.96 KB | |
influxdb-0.1.0~git1729878542.0e814f5d52.tar.zst | 0000248592 243 KB | |
influxdb.obsinfo | 0000000122 122 Bytes | |
influxdb3.changes | 0000005112 4.99 KB | |
influxdb3.env | 0000000153 153 Bytes | |
influxdb3.service | 0000000379 379 Bytes | |
influxdb3.spec | 0000003857 3.77 KB | |
influxdb3.sysusers | 0000000082 82 Bytes | |
vendor.tar.zst | 0063621059 60.7 MB |
Comments 0