Skip to content

Commit ff1538d

Browse files
authored
Merge pull request #5791 from influxdata/pd/influxdb3-plugins-doc
Add plugin documentation for Core and Enterprise
2 parents eb8ddc4 + c7e83ed commit ff1538d

File tree

9 files changed

+1152
-1758
lines changed

9 files changed

+1152
-1758
lines changed

.ci/remark-lint/yarn.lock

Lines changed: 333 additions & 365 deletions
Large diffs are not rendered by default.

api-docs/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
argparse@^2.0.1:
66
version "2.0.1"
7-
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
7+
resolved "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz"
88
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
99

1010
js-yaml@^4.1.0:
1111
version "4.1.0"
12-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
12+
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz"
1313
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
1414
dependencies:
1515
argparse "^2.0.1"

content/influxdb3/core/plugins.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Python Plugins and Processing Engine
3+
description: Use the Python processing engine to trigger and execute custom code on different events in an {{< product-name >}} instance.
4+
menu:
5+
influxdb3_core:
6+
name: Processing Engine and Python Plugins
7+
weight: 2
8+
influxdb3/core/tags: []
9+
source: /shared/v3-core-plugins/_index.md
10+
---
11+
12+
<!--
13+
The content of this page is at /shared/v3-core-plugins/_index.md
14+
-->

content/influxdb3/core/query-data/sql/parameterized-queries.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@ list_code_example: |
3232
// Call the client's function to query InfluxDB with parameters.
3333
iterator, err := client.QueryWithParameters(context.Background(), query, parameters)
3434
```
35-
# Leaving in draft until tested
36-
draft: true
3735
source: /shared/influxdb3-query-guides/sql/parameterized-queries.md
3836
---
3937

4038
<!--
41-
The content for this page is at content/shared/influxdb3-query-guides/sql/parameterized-queries.md
39+
The content for this page is at
40+
//SOURCE content/shared/influxdb3-query-guides/sql/parameterized-queries.md
4241
-->
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Python Plugins and Processing Engine
3+
description: Use the Python processing engine to trigger and execute custom code on different events in an {{< product-name >}} instance.
4+
menu:
5+
influxdb3_enterprise:
6+
name: Processing Engine and Python Plugins
7+
weight: 2
8+
influxdb3/enterprise/tags: []
9+
source: /shared/v3-core-plugins/_index.md
10+
---
11+
12+
<!--
13+
The content of this page is at /shared/v3-core-plugins/_index.md
14+
-->

content/influxdb3/enterprise/query-data/sql/parameterized-queries.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@ list_code_example: |
3232
// Call the client's function to query InfluxDB with parameters.
3333
iterator, err := client.QueryWithParameters(context.Background(), query, parameters)
3434
```
35-
# Leaving in draft until tested
36-
draft: true
3735
source: /shared/influxdb3-query-guides/sql/parameterized-queries.md
3836
---
3937

4038
<!--
41-
The content for this page is at content/shared/influxdb3-query-guides/sql/parameterized-queries.md
39+
The content for this page is at
40+
//SOURCE content/shared/influxdb3-query-guides/sql/parameterized-queries.md
4241
-->

0 commit comments

Comments
 (0)