Registry / cloud / turbot-steampipe-plugin-sdk-v3

turbot-steampipe-plugin-sdk-v3

JSON →
library3.3.2gogounverified

The official SDK for building Steampipe plugins, enabling querying cloud services and APIs via SQL.

go get github.com/turbot/steampipe-plugin-sdk/v3
INSTALL
IMPORT
SIG · TURBOT-STEAMPIPE-P
T
turbot-steampipe-plugin-sdk-v3
cloudgov3.3.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

steampipe
github.com/turbot/steampipe-plugin-sdk/v3

Define and serve a minimal Steampipe plugin.

package main import ( "github.com/turbot/steampipe-plugin-sdk/v3/plugin" ) func main() { // Steampipe plugins are typically built as separate binaries. // This is a minimal skeleton. p := &plugin.Plugin{ Name: "myplugin", TableMap: map[string]*plugin.Table{}, } p.Serve() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.3.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Resources
turbot-steampipe-plugin-sdk-v3 — go get turbot-steampipe-plugin-sdk-v3 · libregistry