Tracking the history of Chilean humor.
Visit the website here. A brief report in Spanish here.
A list of every humor routine in the history of the Festival de Viña.
A list of Dino Gordillo's shows.
A transcript of Luis Slimming show.
A chart showing the age of each comedian when they performed on stage. Notice the trend of younger comedians starting in the 2010s (perhaps the stand-up comedy effect?).
And here is a cumulative count of how many times a man or woman has performed comedy at Festival de Viña.
Code: Jupyter Notebook
I’m using GitHub Actions and Google Cloud Run to automatically publish data and deploy it as a public website every time the data is updated. The website can be queried using Datasette.
This project is inspired by Simon Willison's example.
- First, you must enable billing in your Google Cloud project.
- Follow Simon's steps, especially for setting up the Google Cloud Service Account.
- Enable the
Cloud Build
andCloud Run Admin
API's in your project. - After deploying your first Google Cloud Run service, make sure to allow unauthenticated invocations.