https://github.com/tinybirdco/ecommerce_data_project
ecommerce data project
https://github.com/tinybirdco/ecommerce_data_project
Last synced: about 1 year ago
JSON representation
ecommerce data project
- Host: GitHub
- URL: https://github.com/tinybirdco/ecommerce_data_project
- Owner: tinybirdco
- Created: 2020-06-25T10:52:56.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T07:07:28.000Z (over 2 years ago)
- Last Synced: 2025-03-30T23:51:13.190Z (about 1 year ago)
- Language: Shell
- Size: 86.9 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Template example for a ecommerce analytics data project using Tinybird
## Install
First install [Tinybird CLI](https://www.tinybird.co/docs/quick-start-cli.html#setting-up-the-cli), you'd need Python 3 installed:
```bash
python3 -m venv .venv
source .venv/bin/activate
pip install tinybird-cli
```
Then run the following commands to create all the Data Sources and Pipes and upload some sample data:
```bash
tb auth
tb init --git
```
You can append more products data by doing:
```bash
tb datasource replace products https://storage.googleapis.com/tinybird-downloads/data/products.csv
```
If you want to create the same data project and connect it to Git, please follow [this guide](https://www.tinybird.co/docs/guides/working-with-git.html).