ac88bb98f9 | ||
---|---|---|
.. | ||
drawings | ||
README.md | ||
data_management.md | ||
encoding_thoughts.md | ||
env.example | ||
multi_core_tasks.md | ||
style_guide.md | ||
testing.md | ||
tracing.md |
README.md
InfluxDB IOx Documentation
This directory contains internal design documentation of potential interest for those who wish to understand how the code works. It is not intended to be general user facing documentation
Table of Contents:
- Rust style and Idiom guide: style_guide.md
- Tracing and logging Guide: tracing.md
- How InfluxDB IOx manages the lifecycle of time series data: data_management.md
- Thoughts on parquet encoding and compression for timeseries data: encoding_thoughts.md
- Thoughts on using multiple cores: multi_core_tasks.md
- Query Engine Docs
- Testing documentation for developers of IOx