Merge pull request #6336 from influxdata/hotfix-proc-engine-ref-6335

hotfix(influxdb3): processing engine source and description (closes #…
pull/6338/head
Jason Stirnaman 2025-08-22 18:12:33 -05:00 committed by GitHub
commit 7623ff42c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 8 deletions

View File

@ -1,16 +1,18 @@
---
title: Processing engine reference
description: >
The InfluxDB 3 Processing engine is an embedded Python virtual machine that runs inside the InfluxDB database. It executes Python code in response to database events without requiring external application servers or middleware.
The InfluxDB 3 Processing engine is an embedded Python virtual machine
that runs inside {{< product-name >}} to execute Python code in response to triggers you define without requiring external application servers or middleware.
menu:
influxdb3_core:
name: Processing engine
parent: Reference
weight: 101
influxdb3/core/tags: [plugin, database, python]
source: /shared/influxdb3-processing-engine.md
source: /shared/influxdb3-reference/influxdb3-processing-engine.md
---
<!--
The content of this file is at content/shared/v3-processing-engine.md
-->
The content of this file is at
//SOURCE - content/shared/influxdb3-reference/influxdb3-processing-engine.md
-->

View File

@ -1,16 +1,18 @@
---
title: Processing engine reference
description: >
The InfluxDB 3 Processing engine is an embedded Python virtual machine that runs inside the InfluxDB database. It executes Python code in response to database events without requiring external application servers or middleware.
The InfluxDB 3 Processing engine is an embedded Python virtual machine
that runs inside {{< product-name >}} to execute Python code in response to triggers you define without requiring external application servers or middleware.
menu:
influxdb3_enterprise:
name: Processing engine
parent: Reference
weight: 101
influxdb3/core/tags: [plugin, database, python]
source: /shared/influxdb3-processing-engine.md
source: /shared/influxdb3-reference/influxdb3-processing-engine.md
---
<!--
The content of this file is at content/shared/v3-processing-engine.md
-->
The content of this file is at
//SOURCE - content/shared/influxdb3-reference/influxdb3-processing-engine.md
-->