This is a static documentation page.
For the full interactive experience, click the button above to access the live app.
Movie Explorer
Interactive dashboard built with IMDb data and DuckDB. 12M+ Titles, 23M+ Rows, 16GB Data
Source Code and Build Guides
Build Guide
The full app has 4 major components:
- Frontend: React + Vite + TailwindCSS dashboard
- Backend: FastAPI server for query processing
- Database: DuckDB with IMDb dataset (16GB)
- Auth: Clerk authentication (optional)
GitHub Repositories
Frontend Repo https://github.com/amararun/shared-imdb-dashboards
Backend Repo https://github.com/amararun/shared-duckdb-dashboards-backend
Full DuckDB Database (16GB) https://duckdb-upload.tigzig.com/s/x73-0B1PtnYW1-qwSNobVQ
Note: It is more advisable to process data via API directly on the server. However, if you want the full database, download is available above (16GB, may take many hours to download).
Data Processing Scripts: All data processing scripts are available in a separate directory in the Frontend repo.