{"id":31221060,"url":"https://github.com/kevinandersontech/ecommerce_data_pipeline","last_synced_at":"2026-05-15T13:31:17.741Z","repository":{"id":315176894,"uuid":"1058420008","full_name":"kevinandersontech/ecommerce_data_pipeline","owner":"kevinandersontech","description":"A batch data pipeline that generates synthetic e-commerce order data, validates it, loads into DuckDB, runs dbt models (staging, facts, marts), and exports daily metrics as CSV for downstream use.","archived":false,"fork":false,"pushed_at":"2025-09-17T04:34:59.000Z","size":202,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-17T06:25:46.720Z","etag":null,"topics":["csv","dag","data-pipeline","data-validation","dbt","duckdb","etl","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kevinandersontech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-17T04:22:56.000Z","updated_at":"2025-09-17T04:39:26.000Z","dependencies_parsed_at":"2025-09-17T06:25:48.399Z","dependency_job_id":"f011c982-9025-4b72-bc0f-3ebd528b0054","html_url":"https://github.com/kevinandersontech/ecommerce_data_pipeline","commit_stats":null,"previous_names":["kevinandersontech/ecommerce_data_pipeline"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/kevinandersontech/ecommerce_data_pipeline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinandersontech%2Fecommerce_data_pipeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinandersontech%2Fecommerce_data_pipeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinandersontech%2Fecommerce_data_pipeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinandersontech%2Fecommerce_data_pipeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevinandersontech","download_url":"https://codeload.github.com/kevinandersontech/ecommerce_data_pipeline/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinandersontech%2Fecommerce_data_pipeline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33068332,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csv","dag","data-pipeline","data-validation","dbt","duckdb","etl","python"],"created_at":"2025-09-21T19:16:40.815Z","updated_at":"2026-05-15T13:31:17.694Z","avatar_url":"https://github.com/kevinandersontech.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# E-commerce Revenue Dashboard\n\nA simple Streamlit app that connects to a DuckDB database created by the e-commerce data pipeline. It provides an interactive dashboard with daily revenue metrics, filters, and charts.\n\n## Features\n- Connects to a local DuckDB database\n- Displays daily revenue metrics in a table and line chart\n- Interactive filters for date range\n- Easy one-command local run\n\n## Prerequisites\nThis app expects a DuckDB database with a `mart_revenue_daily` table. By default, it looks for the file at `../ecommerce_data_pipeline/warehouse/ecom.duckdb`. You can change the path in `config.py` or set it with an environment variable.\n\n## Quick Start\n```bash\npython3.12 -m venv .venv\nsource .venv/bin/activate\npip install --upgrade pip\npip install -r requirements.txt\n\n# Run the app\nstreamlit run app.py\n```\n\nOpen the URL printed in your terminal (usually `http://localhost:8501`).\n\n## Configuration\n- Default database path: `../ecommerce_data_pipeline/warehouse/ecom.duckdb`\n- Override with:\n  ```bash\n  export DUCKDB_PATH=/absolute/path/to/ecom.duckdb\n  ```\n\n## Notes\nThe code is fully commented and written for clarity.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinandersontech%2Fecommerce_data_pipeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevinandersontech%2Fecommerce_data_pipeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinandersontech%2Fecommerce_data_pipeline/lists"}