updating file paths
parent
e666d8655e
commit
a56a8d87b3
|
@ -8,9 +8,10 @@ menu:
|
||||||
parent: Processing engine and Python plugins
|
parent: Processing engine and Python plugins
|
||||||
weight: 4
|
weight: 4
|
||||||
influxdb3/core/tags: [processing engine, plugins, API, python]
|
influxdb3/core/tags: [processing engine, plugins, API, python]
|
||||||
source: /shared/v3-core-plugins/extended-plugin-api.md
|
source: /shared/extended-plugin-api.md
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
// SOURCE content/shared/v3-core-plugins/extended-plugin-api.md
|
// SOURCE content/shared/extended-plugin-api.md
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
|
@ -8,9 +8,9 @@ menu:
|
||||||
parent: Processing engine and Python plugins
|
parent: Processing engine and Python plugins
|
||||||
weight: 4
|
weight: 4
|
||||||
influxdb3/enterprise/tags: [processing engine, plugins, API, python]
|
influxdb3/enterprise/tags: [processing engine, plugins, API, python]
|
||||||
source: /shared/v3-core-plugins/extended-plugin-api.md
|
source: /shared/extended-plugin-api.md
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
// SOURCE content/shared/v3-core-plugins/extended-plugin-api.md
|
// SOURCE content/shared/extended-plugin-api.md
|
||||||
-->
|
-->
|
|
@ -1,5 +1,3 @@
|
||||||
# Get Started with the Processing Engine and Plugins
|
|
||||||
|
|
||||||
Extend InfluxDB 3 with custom Python code that responds to database events. The Processing Engine lets you automate workflows, transform data, and create API endpoints directly within your {{% product-name %}}.
|
Extend InfluxDB 3 with custom Python code that responds to database events. The Processing Engine lets you automate workflows, transform data, and create API endpoints directly within your {{% product-name %}}.
|
||||||
|
|
||||||
## What is the Processing Engine?
|
## What is the Processing Engine?
|
||||||
|
|
Loading…
Reference in New Issue