Skip to content

Commit 1dc3604

Browse files
authored
Merge pull request #17 from tinybirdco/github
github
2 parents 7168e20 + be08605 commit 1dc3604

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Deploy this project to your Tinybird account and configure the webhooks for the
1313
- [Auth0 Log Streams](https://www.tinybird.co/docs/get-data-in/guides/ingest-auth0-logs)
1414
- [Clerk](https://www.tinybird.co/docs/get-data-in/guides/ingest-from-clerk)
1515
- [GitLab](https://www.tinybird.co/docs/get-data-in/guides/ingest-from-gitlab)
16+
- [GitHub](https://www.tinybird.co/docs/get-data-in/guides/ingest-from-github)
1617
- [Orb](https://www.tinybird.co/docs/get-data-in/guides/ingest-from-orb)
1718
- [PagerDuty](https://www.tinybird.co/docs/get-data-in/guides/ingest-from-pagerduty)
1819
- [Resend](https://www.tinybird.co/docs/get-data-in/guides/ingest-from-resend)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
TOKEN "append" APPEND
2+
3+
# Refer to https://docs.github.com/en/webhooks/webhook-events-and-payloads
4+
5+
TAGS "github"
6+
7+
SCHEMA >
8+
`ingest_timestamp` DateTime `json:$.time` DEFAULT now(),
9+
`record` JSON `json:$`
10+
11+
ENGINE "MergeTree"
12+
ENGINE_SORTING_KEY "ingest_timestamp"

0 commit comments

Comments
 (0)