-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add twenty-tinybird package #8030
Conversation
Create a virtual enviroment and install tinybird | ||
```sh | ||
python3 -m venv .venv | ||
source .venv/bin/activate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add .venv to .gitignore then :)
packages/twenty-tinybird/README.md
Outdated
[5] eu-central-1 (aws) (https://app.tinybird.co/aws/eu-central-1) <- this | ||
[0] Cancel | ||
|
||
Use region [1]: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Region 5 no?
packages/twenty-tinybird/README.md
Outdated
``` | ||
Things I learned: | ||
|
||
When creating a MV think about populating it first using the files from the fixtures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MV?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add bullet points for lisibility?
@@ -0,0 +1,21 @@ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
useless line
@@ -0,0 +1,58 @@ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
https://github.com/twentyhq/private-issues/issues/75
TLDR
Add twenty-server package, wich contains the last tinybird datasources and pipes used in analytics.
This new version of the API endpoints, pipes and datasources are inspired by the implementation of dub.co (https://github.com/dubinc/dub/blob/main/packages/tinybird/).
It contains the webhooks analytics, serverless functions duration and serverless functions error count analytics. As well as
In order to test