https://github.com/varugasu/csv-pipeline
https://github.com/varugasu/csv-pipeline
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/varugasu/csv-pipeline
- Owner: varugasu
- License: mit
- Created: 2025-10-02T12:08:15.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-10-02T12:18:25.000Z (3 months ago)
- Last Synced: 2025-10-02T14:25:44.451Z (3 months ago)
- Language: Makefile
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple DuckDB data pipeline
This project shows a simple data pipeline to run locally using DuckDB.
It also use the Medallion Architecture on the `lake` folder to reproduce buckets
## Setup
Install duckdb on https://duckdb.org/install
Run everything with:
```bash
make pipeline
```