Categorygithub.com/turbot/steampipe-plugin-sdk/v4
package
4.2.0-rc.0
Repository: https://github.com/turbot/steampipe-plugin-sdk.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Steampipe Plugin SDK

Godoc  

Write Plugins with the Steampipe Plugin SDK

The Steampipe Plugin SDK provides a simple abstraction layer to simplify writing Steampipe Plugins.

Get Started Writing Plugins

Writing Steampipe plugins is fast, easy, and fun with the Steampipe Plugin SDK! Most of the heavy lifting is taken care of for you - just define your tables and columns, wire up a few API calls, and you can start to query your service with standard SQL!

See the Writing Plugins guide to get started.

Get involved

Community

The Steampipe community can be found on GitHub Discussions, where you can ask questions, voice ideas, and share your projects.

Our Code of Conduct applies to all Steampipe community channels.

Contributing

Please see CONTRIBUTING.md.

Darwin

To compile the SDK repo, you must install protoc.

brew install protoc
brew install protoc-gen-go-grpc