# 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
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