TIGZIG: Co-Analyst - Movie Explorer | TIGZIG Co-Analyst
Go to Main App Page

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:

  1. Frontend: React + Vite + TailwindCSS dashboard
  2. Backend: FastAPI server for query processing
  3. Database: DuckDB with IMDb dataset (16GB)
  4. Auth: Clerk authentication (optional)

GitHub Repositories

  1. Frontend Repo https://github.com/amararun/shared-imdb-dashboards

  2. Backend Repo https://github.com/amararun/shared-duckdb-dashboards-backend

  3. 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.