https://github.com/turbot/tailpipe-plugin-sdk
Tailpipe Plugin SDK is a simple abstraction layer to write a Tailpipe plugin.
https://github.com/turbot/tailpipe-plugin-sdk
duckdb sql tailpipe tailpipe-plugin
Last synced: 7 months ago
JSON representation
Tailpipe Plugin SDK is a simple abstraction layer to write a Tailpipe plugin.
- Host: GitHub
- URL: https://github.com/turbot/tailpipe-plugin-sdk
- Owner: turbot
- License: apache-2.0
- Created: 2024-04-18T02:47:58.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-08-21T16:47:21.000Z (7 months ago)
- Last Synced: 2025-08-21T18:57:32.373Z (7 months ago)
- Topics: duckdb, sql, tailpipe, tailpipe-plugin
- Language: Go
- Homepage: https://hub.tailpipe.io/plugins
- Size: 1.63 MB
- Stars: 9
- Watchers: 6
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Tailpipe Plugin SDK
This SDK makes it easy to write Tailpipe [plugins](https://hub.tailpipe.io/plugins).
* **[Go Documentation →](https://pkg.go.dev/github.com/turbot/tailpipe-plugin-sdk)**
## 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!
[Tailpipe](https://tailpipe.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 #tailpipe 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:
* [Tailpipe](https://github.com/turbot/tailpipe/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)
* [Tailpipe Plugin SDK](https://github.com/turbot/tailpipe-plugin-sdk/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)