Skip to content

tinybirdco/ecommerce_data_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template example for a ecommerce analytics data project using Tinybird

Install

First install Tinybird CLI, you'd need Python 3 installed:

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:

tb auth
tb init --git

You can append more products data by doing:

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.

About

ecommerce data project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages