influxdb/docs
Marco Neumann 52346642a0
ci: fix cargo deny (#4629)
* ci: fix cargo deny

* chore: downgrade `socket2`, version 0.4.5 was yanked

* chore: rename `query` to `iox_query`

`query` is already taken on crates.io and yanked and I am getting tired
of working around that.
2022-05-18 09:38:35 +00:00
..
images docs: add massif guide 2021-09-02 15:58:43 +02:00
README.md ci: fix cargo deny (#4629) 2022-05-18 09:38:35 +00:00
cli.md docs: Add docs for CLI (#4559) 2022-05-11 15:51:34 +00:00
dedup_and_sort.md docs: document for deduplication and sort key (#4452) 2022-04-28 16:44:40 +00:00
env.example refactor: rename `query` mode to `database` 2021-10-27 09:31:46 +02:00
local_filesystems.md docs: Add local filesystem assumptions (#2410) 2021-08-28 10:34:34 +00:00
logging.md chore: lint markdown docs and use relative code references in docs (#3420) 2022-01-04 09:50:13 +00:00
metrics.md docs: metrics 2021-08-10 15:30:17 -04:00
multi_core_tasks.md fix: Change WAL to Write Buffer in comments and documentation 2021-04-21 17:43:03 +00:00
observability.md docs: Add observability context to documentation (#2814) 2021-10-13 13:22:31 +00:00
profiling.md docs: improve profiling docs (#1869) 2021-07-02 10:47:13 +00:00
protobuf.md chore: expand protobuf documentation (#2659) 2021-09-29 21:22:03 +00:00
sql.md docs: Update system table schema in docs/sql.md (#2364) 2021-08-22 10:59:43 +00:00
style_guide.md docs: Codify our preference for no return type in test functions (#1116) 2021-04-05 18:12:51 +00:00
testing.md fix: Rename end-to-end NG tests to not contain NG 2022-05-12 16:09:07 -04:00
tracing.md feat: add a flag to enable per-partition tracing (#3928) 2022-03-07 13:49:23 +00:00
valgrind.md docs: add massif guide 2021-09-02 15:58:43 +02:00

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

IOx Tech Talks

We hold monthly Tech Talks that explain the project's technical underpinnings. You can register for the InfluxDB IOx Tech Talks here, or you can find links to previous sessions below or in the YouTube playlist:

  • December 2020: Rusty Introduction to Apache Arrow recording
  • Jan 2021: Data Lifecycle in InfluxDB IOx & How it Uses Object Storage for Persistence recording
  • February 2021: Intro to the InfluxDB IOx Read Buffer recording slides
  • March 2021: Query Engine Design and the Rust-Based DataFusion in Apache Arrow recording slides
  • April 2021: InfluxDB IOx Tech Talks: Replication, Durability and Subscriptions in InfluxDB IOx recording slides
  • May 2021: Catalogs - Turning a Set of Parquet Files into a Data Set recording, slides
  • June 2021: Performance Profiling in Rust recording, slides
  • July 2021: Impacts of Sharding, Partitioning, Encoding & Sorting on Distributed Query Performance recording, slides
  • September 2021: Observability of InfluxDB IOx Tracing, Metrics and System Tables recording, slides
  • October 2021: Query Processing in InfluxDB IOx recording, slides
  • November 2021: The Impossible Dream: Easy-to-Use, Super Fast Software and Simple Implementation recording, slides

Table of Contents:

User Contents

Developer Content