Commit Graph

120 Commits (107f39d53c7bfd55f5f4ff10e111d81779f1f62a)

Author SHA1 Message Date
Raphael Taylor-Davies 479276b8cd
docs: document ingest flow (#3418)
* docs: document ingest flow

* chore: review feedback

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-01-07 17:37:30 +00:00
Raphael Taylor-Davies 5b71306423
chore: lint markdown docs and use relative code references in docs (#3420)
* chore: lint markdown docs

docs: relative source file references in markdown docs

* chore: review feedback
2022-01-04 09:50:13 +00:00
Nga Tran b943f176a0 fix: update diagram per review feedback 2021-12-20 14:00:53 -05:00
Nga Tran 0a2521c6cb
chore: Apply suggestions from code review
Co-authored-by: Andrew Lamb <alamb@influxdata.com>
2021-12-20 13:56:02 -05:00
Nga Tran f2e22bdb1c
chore: Apply suggestions from code review
Co-authored-by: Andrew Lamb <alamb@influxdata.com>
2021-12-20 13:55:07 -05:00
Nga Tran d2ea7a8eba
chore: Apply suggestions from code review
Co-authored-by: Andrew Lamb <alamb@influxdata.com>
2021-12-20 13:49:26 -05:00
Nga Tran e574c5e10f docs: add a reference 2021-12-20 09:50:54 -05:00
Nga Tran bd914c6727 fix: typos 2021-12-17 17:36:56 -05:00
Nga Tran 548653d934 docs: re structure the doc to reflect review comments 2021-12-17 17:18:06 -05:00
Nga Tran 218032c73b chore: Merge branch 'main' into ntran/doc_catalogs 2021-12-17 13:56:06 -05:00
Nga Tran 2091007c08 fix: title of next topic 2021-12-17 12:22:06 -05:00
Nga Tran 1c962b05a4 fix: address review comments 2021-12-17 12:18:28 -05:00
Nga Tran 8be572812d
chore: Apply suggestions from code review
Co-authored-by: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com>
Co-authored-by: Andrew Lamb <alamb@influxdata.com>
2021-12-17 11:23:20 -05:00
Nga Tran d36db7eea2 chore: cleanup 2021-12-15 17:29:33 -05:00
Nga Tran 36b2cb021d fix: typos 2021-12-15 17:26:52 -05:00
Nga Tran e877bc7033 docs: all 3 catalogs 2021-12-15 17:06:12 -05:00
Nga Tran fa98b89524 docs: in-memory catalog 2021-12-14 18:33:29 -05:00
Nga Tran 9d2020b906 fix: typo 2021-12-14 14:14:37 -05:00
Nga Tran 2e9362839f docs: initial verstion to test text color 2021-12-14 14:13:43 -05:00
Nga Tran e6e21746fa fix: remove a dot 2021-12-14 01:08:54 -05:00
Nga Tran 8e085e32f5 docs: link docs 2021-12-14 01:06:06 -05:00
Nga Tran 36e87d7b2e fix: typos 2021-12-14 00:45:12 -05:00
Nga Tran 888a807936 docs: explain LifeCycle 2021-12-14 00:23:34 -05:00
Nga Tran 12cb0b0df2 docs: Figure for Data LifeCycle 2021-12-13 22:45:41 -05:00
Nga Tran f73dc9998b docs: chunk stages 2021-12-13 21:24:18 -05:00
Nga Tran 1ffd5446b1 docs: chunk stypes and chunk stages 2021-12-13 15:30:28 -05:00
Nga Tran 6e44daabdc docs: make figure 1 smaller 2021-12-13 14:22:02 -05:00
Nga Tran 5b920fb877 docs: test footnote 2021-12-13 13:02:26 -05:00
Nga Tran 7c466d2851 docs: first draft of IOx Data Organization and Life Cycle 2021-12-13 12:52:39 -05:00
Nga Tran 6fce12079a docs: update tech talks 2021-12-10 16:07:45 -05:00
Andrew Lamb c6a3765d76
feat: Add force flag to RebuildCatalog (#3292)
* feat: Add force flag to RebuildCatalog

* fix: small cleanups

* docs: Update comments and add WARNING
2021-12-08 15:36:07 +00:00
Andrew Lamb d3be1c7afa
docs: Document how to import parquet files into a local database (#3264)
* docs: Document how to import parquet files into a local database

* docs: Update docs/server_startup.md

Co-authored-by: Edd Robinson <me@edd.io>

Co-authored-by: Edd Robinson <me@edd.io>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-12-01 20:12:53 +00:00
Raphael Taylor-Davies f650962221
refactor: merge CI integration tests (#3049)
* refactor: merge CI integration tests

* chore: update docs
2021-11-10 16:48:16 +00:00
Raphael Taylor-Davies 60f0deaf1e
feat: remove flatbuffer entry (#3045) 2021-11-05 20:19:24 +00:00
Marco Neumann 6e29cec502 refactor: rename `query` mode to `database` 2021-10-27 09:31:46 +02:00
Marco Neumann 41bc373fe8 refactor: offer different modes via "run" CLI
Running a server is now using `influxdb_iox run MODE [args]`, e.g.
`influxdb_iox run query --server-id 1`. Another mode that will follow
soon is `router`.

The old syntax `influxdb_iox run [args]` (w/o the mode part) is still
supported but a deprecation note will be printed.
2021-10-27 09:31:46 +02:00
Marco Neumann 93f6519c34 fix: address review comments 2021-10-26 10:09:34 +02:00
Andrew Lamb 92968222fe
docs: Add tech talk links to docs (#2858)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-10-15 21:44:41 +00:00
Andrew Lamb b8ae7a8247
docs: Add observability context to documentation (#2814)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-10-13 13:22:31 +00:00
Raphael Taylor-Davies 826d50f14a
chore: update tracing and logging docs (#2657)
* chore: update tracing and logging docs

* chore: review feedback

* chore: add log-format to basic usage section
2021-09-30 08:46:23 +00:00
Raphael Taylor-Davies db22b4bf60
chore: expand protobuf documentation (#2659)
* chore: expand protobuf documentation

* chore: review feedback

Co-authored-by: Andrew Lamb <alamb@influxdata.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-09-29 21:22:03 +00:00
Marco Neumann bb94751d98 docs: add massif guide 2021-09-02 15:58:43 +02:00
Andrew Lamb 07b1722412
docs: Add local filesystem assumptions (#2410)
* docs: Add local filesystem assumptions

* docs: Update docs/local_filesystems.md

Co-authored-by: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com>

* docs: Clarify local filesystem is different than file based object store

* docs: clarify IOx may delete files

Co-authored-by: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-08-28 10:34:34 +00:00
Marco Neumann 803d49648a feat: valgrind support 2021-08-23 09:30:36 +02:00
Jason Tianyi Wang 4f2503d92c
docs: Update system table schema in docs/sql.md (#2364)
* docs: Update system table schema in docs/sql.md

* docs: fix `Total row count by table` query

* docs: add a period to try and trigger CI

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
2021-08-22 10:59:43 +00:00
Marco Neumann 42d5f9f3a1 feat: skip replay via CLI 2021-08-16 13:47:07 +02:00
Nga Tran 0a79afc8c0 docs: metrics 2021-08-10 15:30:17 -04:00
Nga Tran 7191053899 docs: document Metrics 2021-08-06 17:12:00 -04:00
Andrew Lamb 2afc7e56ae
docs: add writeup on how to use IOx server from source (#2220)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-08-06 21:04:44 +00:00
Andrew Lamb 3fd6430fb6
fix: rename `estimated_bytes` to `memory_bytes` and expose `object_store_bytes` in ChunkSummary and system.chunks (#2017)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-07-15 16:00:24 +00:00