Conversation
Documents the QuestDB Enterprise plugin system including: - operations/plugins.md: full guide covering setup, SQL commands, BYOF custom SQL functions, lifecycle hooks, plugin configuration, permissions, dependency ordering, and a worked JSONL ingestion example - SQL reference pages for LOAD PLUGIN, UNLOAD PLUGIN, RELOAD PLUGIN, SCAN PLUGINS - SHOW PLUGINS section added to show.md - cairo.plugin.root config key added to cairo config - sidebars.js updated with all new pages Plugins are enterprise-only at runtime but developed against the OSS questdb library. BYOF (Bring Your Own Function) is introduced as the term for plugin-defined Griffin SQL functions. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
🚀 Build success! Latest successful preview: https://preview-386--questdb-documentation.netlify.app/docs/ Commit SHA: 4640515
|
- Replace :::note admonitions with EnterpriseNote component across all plugin docs, consistent with other enterprise feature pages - Change SYSTEM_ADMIN to DATABASE ADMIN in permission references Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
operations/plugins.md: full guide covering setup, SQL commands, BYOF (Bring Your Own Function) custom SQL functions, lifecycle hooks, plugin configuration, permissions, dependency ordering, and a worked JSONL ingestion exampleLOAD PLUGIN,UNLOAD PLUGIN,RELOAD PLUGIN,SCAN PLUGINSSHOW PLUGINSsection toshow.mdcairo.plugin.rootconfig key to cairo configsidebars.jswith all new pagesPlugins are enterprise-only at runtime but developed against the OSS
questdblibrary. BYOF (Bring Your Own Function) is introduced as the term for plugin-defined Griffin SQL functions.Test plan
yarn start)nw_pluginbranch source🤖 Generated with Claude Code