erictleung / pixarfilms

:movie_camera: R data package to explore Pixar films, the people, and reception data
https://erictleung.com/pixarfilms
Creative Commons Zero v1.0 Universal
15 stars 4 forks source link

Host data on Heroku using Datasette #3

Closed erictleung closed 3 years ago

erictleung commented 3 years ago

Quickly explore data interactively on the web without R.

https://datasette.io/

Use https://github.com/simonw/csvs-to-sqlite/

csvs-to-sqlite ./data-raw/*.csv ./data-raw/pixarfilms.db
datasette publish heroku ./data-raw/pixarfilms.db