Update content/shared/extended-plugin-api.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
pull/5963/head
Jameelah Mercer 2025-05-02 12:28:48 -07:00 committed by GitHub
parent 4ea0962390
commit e5583913f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -310,4 +310,7 @@ if not influxdb3_local.cache.get("lookup_table"):
### Next Steps
With an understanding of the InfluxDB 3 Shared Plugin API, you're ready to build data processing workflows that can transform, analyze, and respond to your time series data or extend example plugins from the [plugin repo]() on GitHub.
With an understanding of the InfluxDB 3 Shared Plugin API, you're ready to build data processing workflows that can transform, ana
lyze, and respond to your time series data.
To find example plugins you can extend, visit the [plugin repo](https://github.com/influxdata/influxdb3_plugins) on GitHub.