Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turbot/steampipe-plugin-sdk
Steampipe Plugin SDK is a simple abstraction layer to write a Steampipe plugin. Plugins automatically work across all engine types including the Steampipe CLI, Postgres FDW, SQLite extension and the export CLI.
https://github.com/turbot/steampipe-plugin-sdk
etl hacktoberfest postgresql postgresql-fdw sql sqlite sqlite-extension steampipe steampipe-plugin zero-etl
Last synced: 7 days ago
JSON representation
Steampipe Plugin SDK is a simple abstraction layer to write a Steampipe plugin. Plugins automatically work across all engine types including the Steampipe CLI, Postgres FDW, SQLite extension and the export CLI.
- Host: GitHub
- URL: https://github.com/turbot/steampipe-plugin-sdk
- Owner: turbot
- License: apache-2.0
- Created: 2021-01-17T15:34:59.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-22T12:44:44.000Z (17 days ago)
- Last Synced: 2024-10-23T06:21:53.261Z (16 days ago)
- Topics: etl, hacktoberfest, postgresql, postgresql-fdw, sql, sqlite, sqlite-extension, steampipe, steampipe-plugin, zero-etl
- Language: Go
- Homepage: https://hub.steampipe.io/plugins
- Size: 2.33 MB
- Stars: 33
- Watchers: 10
- Forks: 16
- Open Issues: 66
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Steampipe Plugin SDK
This SDK makes it easy to write Steampipe [plugins](https://hub.steampipe.io/plugins).
* **[Go Documentation →](https://pkg.go.dev/github.com/turbot/steampipe-plugin-sdk/v5)**
## Getting Started
- [Overview](https://steampipe.io/docs/develop/overview)
- [Writing your first table](https://steampipe.io/docs/develop/writing-your-first-table)
- [Writing plugins](https://steampipe.io/docs/develop/writing-plugins)
- [Coding standards](https://steampipe.io/docs/develop/coding-standards)
- [Table and column standards](https://steampipe.io/docs/develop/standards)
- [Table documentation standards](https://steampipe.io/docs/develop/table-docs-standards)
- [Plugin release checklist](https://steampipe.io/docs/develop/plugin-release-checklist)## Compiling this SDK
To compile the SDK repo, you must install protoc.
brew install protoc
brew install protoc-gen-go-grpc## Open Source & Contributing
This repository is published under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0). Please see our [code of conduct](https://github.com/turbot/.github/blob/main/CODE_OF_CONDUCT.md). We look forward to collaborating with you!
[Steampipe](https://steampipe.io) is a product produced from this open source software, exclusively by [Turbot HQ, Inc](https://turbot.com). It is distributed under our commercial terms. Others are allowed to make their own distribution of the software, but they cannot use any of the Turbot trademarks, cloud services, etc. You can learn more in our [Open Source FAQ](https://turbot.com/open-source).
## Get Involved
**[Join #steampipe on Slack →](https://turbot.com/community/join)**
Want to help but don't know where to start? Pick up one of the `help wanted` issues:
* [Steampipe](https://github.com/turbot/steampipe/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)
* [Steampipe Plugin SDK](https://github.com/turbot/steampipe-plugin-sdk/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)