An open API service indexing awesome lists of open source software.

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.

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)