updating file paths

pull/5963/head
meelahme 2025-04-24 18:38:23 -07:00
parent e666d8655e
commit a56a8d87b3
4 changed files with 6 additions and 7 deletions

View File

@ -8,9 +8,10 @@ menu:
parent: Processing engine and Python plugins
weight: 4
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
-->

View File

@ -8,9 +8,9 @@ menu:
parent: Processing engine and Python plugins
weight: 4
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
-->

View File

@ -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 %}}.
## What is the Processing Engine?