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

https://github.com/mp70/delivery-platform-ingest-example


https://github.com/mp70/delivery-platform-ingest-example

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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

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

# Seed integrations
npx tsx seed-integrations.ts
```
## CLI Usage

```bash
# 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
```