b389c924c8
This was fairly easy all things considered. We needed to turn on the serde feature for parking_lot, remove the Serialize impl, derive both it and Deserialize, and add the flatten attribute and we're all set. The output for the tests changed, but only the order of fields, not the actual content so it's fine that we updated them. This change will allow us to deserialize the Catalog in the future if need be without running into issues around the fact that it can't implement it. Closes #25574 |
||
---|---|---|
.cargo | ||
.circleci | ||
.github | ||
assets | ||
docker | ||
influxdb3 | ||
influxdb3_cache | ||
influxdb3_catalog | ||
influxdb3_clap_blocks | ||
influxdb3_client | ||
influxdb3_id | ||
influxdb3_load_generator | ||
influxdb3_process | ||
influxdb3_py_api | ||
influxdb3_server | ||
influxdb3_sys_events | ||
influxdb3_telemetry | ||
influxdb3_test_helpers | ||
influxdb3_wal | ||
influxdb3_write | ||
iox_query_influxql_rewrite | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.kodiak.toml | ||
CONTRIBUTING.md | ||
Cargo.lock | ||
Cargo.toml | ||
Dockerfile | ||
Dockerfile.dockerignore | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
PROFILING.md | ||
README.md | ||
SECURITY.md | ||
deny.toml | ||
run-tests.sh | ||
rust-toolchain.toml | ||
rustfmt.toml |
README.md
InfluxDB is the leading open source time series database for metrics, events, and real-time analytics.
Project Status
This main branch contains InfluxDB v3 in pre-release and under active development. Build artifacts are not yet generally available and official installation instructions will be coming later this year. For now, a Dockerfile is provided and can be adapted or used for inspiration by intrepid users.
Learn InfluxDB
Documentation | Community Forum | Community Slack | Blog | InfluxDB University | YouTube
Try InfluxDB Cloud for free and get started fast with no local setup required. Click here to start building your application on InfluxDB Cloud.
Installation
We have nightly and versioned Docker images, Debian packages, RPM packages, and tarballs of InfluxDB available on the InfluxData downloads page. We also provide the InfluxDB command line interface (CLI) client as a separate binary available at the same location.
- For v1 installation, use the main 1.x branch or install InfluxDB OSS directly.
- For v2 installation, use the main 2.x branch.
- v3 development is on this main branch. This project is actively under development and is not considered stable.
If you are interested in building from source, see the building from source guide for contributors.
To begin using InfluxDB, visit our Getting Started with InfluxDB documentation.
License
The open source software we build is licensed under the permissive MIT and Apache 2 licenses. We’ve long held the view that our open source code should be truly open and our commercial code should be separate and closed.
Interested in joining the team building InfluxDB?
Check out current job openings at www.influxdata.com/careers today!