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

https://github.com/tinybirdco/ecommerce_data_project_advanced


https://github.com/tinybirdco/ecommerce_data_project_advanced

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

Template example for a ecommerce analytics project using Tinybird

## Install

First install tinybird cli, you'd need python3 installed

```
pip install tinybird-cli
```

then run:

```
tb auth
```

You have to paste your admin token to authenticate

```
tb push --push-deps --fixtures
tb push pipes/top_product_per_day.pipe --populate --force
```

Ready to use in your tinybird account