Skip to content

Structuring Processing Engine documentation directory #6050

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions content/influxdb3/core/process-data/processing-engine/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Processing engine and Python plugins
description: |
Use the InfluxDB 3 Processing engine with Python to trigger and execute custom
code on different events in an {{< product-name >}} instance.
menu:
influxdb3_core:
name: Processing engine and Python plugins
weight: 4
influxdb3/core/tags: [processing engine, python]
related:
- /influxdb3/core/reference/cli/influxdb3/test/wal_plugin/
- /influxdb3/core/reference/cli/influxdb3/create/trigger/
source: /shared/influxdb3-processing-data/_index.md
---

<!--
//SOURCE - content/shared/processing-data/e_index.md
-->
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Processing engine and Python plugins
description: |
Use the InfluxDB 3 Processing engine with Python to trigger and execute custom
code on different events in an {{< product-name >}} instance.
menu:
influxdb3_core:
name: Processing engine and Python plugins
weight: 4
influxdb3/core/tags: [processing engine, python]
related:
- /influxdb3/core/reference/cli/influxdb3/test/wal_plugin/
- /influxdb3/core/reference/cli/influxdb3/create/trigger/
source: /shared/influxdb3-processing-data/extended-plugin-api.md
---

<!--
//SOURCE - source: /shared/influxdb3-processing-data/extended-plugin-api.md
-->

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Extend plugins with API features and state management
description: |
The Processing engine includes an API that allows your plugins to interact with your data, build and write line protocol, and maintain state between executions.
menu:
influxdb3_core:
name: Extend plugins
parent: Processing engine and Python plugins
weight: 4
influxdb3/core/tags: [processing engine, plugins, API, python]
source: /shared/processing-data/processing-data/extended-plugin-api.md
---

<!--
// SOURCE content/shared/processing-data/extended-plugin-api.md
-->
Loading