Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Order Data Ingestion Platform

Minimal order data ingestion and analysis example. Please don't use with untrusted csvs, or in a production/serious capacity. Three unnamed popular delivery plaforms.

Quick Start

# Setup database
psql -d orders_db -f SCHEMA.sql

# Seed integrations
npx tsx seed-integrations.ts

CLI Usage

# Process w Files
npx tsx cli.ts process "data.csv"

# Process w specific integration
npx tsx cli.ts process "data.csv" deliveryplatform3_total_order

# Run some example analysis
npx tsx cli.ts analyse

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages