docs-v2/test/pytest/requirements.txt

17 lines
512 B
Plaintext
Raw Permalink Normal View History

## Test dependencies
pytest>=7.4.1
pytest-cov>=2.12.1
pytest-codeblocks>=0.16.1
python-dotenv>=1.0.0
pytest-dotenv>=0.5.2
# Allow pytest to pass if no tests (i.e. testable code blocks) are found.
pytest-custom-exit-code>=0.3.0
requests>=2.26.0
toml
Optimize writes: Use Telegraf to pre-process data before writing (#5282) * chore(v3): preprocess writes (Telegraf, etc) * feat: optimize writes using Telegraf * WIP: dedup plugin * WIP: Dedup * chore(v3): Writes: Preprocess data using Telegraf: Dedup example (#5155) - Add example using processors.dedup in Telegraf. - The plugin or configuration doesn't currently work as expected. Investigating... * chore(v3): Write data: pre-process data using Telegraf - Add Telegraf examples that pre-process data to avoid schema conflicts and reduce payload (bandwith, memory, etc.) when writing data. - For Serverless. Will port to Dedicated and Clustered after approval. - Doesn't include Dedup yet - I'm waiting on help to make it work (see branch https://github.com/influxdata/docs-v2/compare/issue5155-preprocess-with-dedup) * Update content/influxdb/cloud-serverless/write-data/best-practices/optimize-writes.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * chore(test): Test harness setup, use golang base image - Use golang base image for ease of Go environment setup. Installing Python separately is easier than Go. - Add flag to bypass python warning about using system python and pip. - Remove redundant env.products from pytest.ini; we already load it into environment variables. * chore(v3): Optimize writes: Use Telegraf Closes Telegraf guide: how to use the Converter processor to coerce data before writing #5155 - Adds use cases to Dedicated and Clustered docs - Adds example for Execd processor plugin to all - Clean up and pass tests - Remove shared code sample * fix(v3): Optimize writes: Placeholders and indent fixes * Update content/influxdb/cloud-dedicated/write-data/best-practices/optimize-writes.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-serverless/write-data/best-practices/optimize-writes.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/clustered/write-data/best-practices/optimize-writes.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> --------- Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-12-22 17:23:49 +00:00
# Code sample dependencies
influxdb3-python @ git+https://github.com/InfluxCommunity/influxdb3-python@v0.5.0
influxdb3-python-cli @ git+https://github.com/InfluxCommunity/influxdb3-python-cli@main
Optimize writes: Use Telegraf to pre-process data before writing (#5282) * chore(v3): preprocess writes (Telegraf, etc) * feat: optimize writes using Telegraf * WIP: dedup plugin * WIP: Dedup * chore(v3): Writes: Preprocess data using Telegraf: Dedup example (#5155) - Add example using processors.dedup in Telegraf. - The plugin or configuration doesn't currently work as expected. Investigating... * chore(v3): Write data: pre-process data using Telegraf - Add Telegraf examples that pre-process data to avoid schema conflicts and reduce payload (bandwith, memory, etc.) when writing data. - For Serverless. Will port to Dedicated and Clustered after approval. - Doesn't include Dedup yet - I'm waiting on help to make it work (see branch https://github.com/influxdata/docs-v2/compare/issue5155-preprocess-with-dedup) * Update content/influxdb/cloud-serverless/write-data/best-practices/optimize-writes.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * chore(test): Test harness setup, use golang base image - Use golang base image for ease of Go environment setup. Installing Python separately is easier than Go. - Add flag to bypass python warning about using system python and pip. - Remove redundant env.products from pytest.ini; we already load it into environment variables. * chore(v3): Optimize writes: Use Telegraf Closes Telegraf guide: how to use the Converter processor to coerce data before writing #5155 - Adds use cases to Dedicated and Clustered docs - Adds example for Execd processor plugin to all - Clean up and pass tests - Remove shared code sample * fix(v3): Optimize writes: Placeholders and indent fixes * Update content/influxdb/cloud-dedicated/write-data/best-practices/optimize-writes.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-serverless/write-data/best-practices/optimize-writes.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/clustered/write-data/best-practices/optimize-writes.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> --------- Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-12-22 17:23:49 +00:00
pandas
polars
Optimize writes: Use Telegraf to pre-process data before writing (#5282) * chore(v3): preprocess writes (Telegraf, etc) * feat: optimize writes using Telegraf * WIP: dedup plugin * WIP: Dedup * chore(v3): Writes: Preprocess data using Telegraf: Dedup example (#5155) - Add example using processors.dedup in Telegraf. - The plugin or configuration doesn't currently work as expected. Investigating... * chore(v3): Write data: pre-process data using Telegraf - Add Telegraf examples that pre-process data to avoid schema conflicts and reduce payload (bandwith, memory, etc.) when writing data. - For Serverless. Will port to Dedicated and Clustered after approval. - Doesn't include Dedup yet - I'm waiting on help to make it work (see branch https://github.com/influxdata/docs-v2/compare/issue5155-preprocess-with-dedup) * Update content/influxdb/cloud-serverless/write-data/best-practices/optimize-writes.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * chore(test): Test harness setup, use golang base image - Use golang base image for ease of Go environment setup. Installing Python separately is easier than Go. - Add flag to bypass python warning about using system python and pip. - Remove redundant env.products from pytest.ini; we already load it into environment variables. * chore(v3): Optimize writes: Use Telegraf Closes Telegraf guide: how to use the Converter processor to coerce data before writing #5155 - Adds use cases to Dedicated and Clustered docs - Adds example for Execd processor plugin to all - Clean up and pass tests - Remove shared code sample * fix(v3): Optimize writes: Placeholders and indent fixes * Update content/influxdb/cloud-dedicated/write-data/best-practices/optimize-writes.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-serverless/write-data/best-practices/optimize-writes.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/clustered/write-data/best-practices/optimize-writes.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> --------- Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-12-22 17:23:49 +00:00
## Tabulate for printing pandas DataFrames.
tabulate