KevsRobots Learning Platform
84% Percent Complete
By Kevin McAleer, 5 Minutes
You’ve seen how DuckDB makes local analytics simple, fast, and portable—no servers required.
.duckdb file is a great local analytics store.httpfs unlock remote data..duckdb database travel easily.1) Create a tiny project skeleton
data/ (raw), exports/ (outputs), sql/ (queries), notebooks/ (optional)analytics.duckdb (local database file)2) Bring in data
data/ immutable; do transforms in SQL so they’re reproducible3) Build trusted tables or views
ANALYZE after loading to improve the planner’s choices4) Analyze and iterate
sql/5) Persist and share
exports/ (ensure the folder exists)6) Document
README.md with how to run, data sources, and assumptionsexports/ folder first or adjust the pathhttpfsthreads/memory_limitANALYZEhttpfs, json/data folder for raw files and /exports for outputs.README.md.httpfsOn to the resources for more learning and tools.
You can use the arrows ← → on your keyboard to navigate between lessons.
Comments