https://github.com/tinybirdco/log_parsing_template
https://github.com/tinybirdco/log_parsing_template
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tinybirdco/log_parsing_template
- Owner: tinybirdco
- Created: 2021-02-02T15:06:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-03T11:11:16.000Z (over 5 years ago)
- Last Synced: 2025-02-27T05:25:26.440Z (over 1 year ago)
- Size: 239 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Intro
This a tinybird project example to create some analytics API endpoints based on nginx logs. Read this blogpost for a full explanation.
Quick start:
```
pip install tinybird-cli
tb auth
tb push
tb datasource append log_landing access.log.csv
```