erictleung / pixarfilms

:movie_camera: R data package to explore Pixar films, the people, and reception data

Home Page:https://erictleung.com/pixarfilms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Host data on Heroku using Datasette

erictleung opened this issue · comments

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