mroswell / datasette-resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

misc searches

jinja plugins https://github.com/search?l=Python&q=from+datasette+import+hookimpl+import+jinja2&type=Code

git-scraping

datasette

Some of these are real commands, and some are errant commands

$ sqlite3
$ sqlite-utils insert list-N.db listN list-N.csv # 
$ brew install sqlite-utils
$ sqlite-utils insert list-N.db listN list-N.csv --csv
$ brew install datasette
$ datasette --version
$ datasette install datasette-vega
$ datasette list-N.db
$ sqlite3 list-N.db
$ brew install sqlite-fts
$ datasette install datasette-publish-vercel
$ datasette publish --help
$ datasette publish vercel --help

$ find ~/Library/ -iname '*.sqlite*' -type f -exec du -h {} + | sort -r -h | more

sqlite-utils

jq

transform

$ brew install wget $ wget https://latest.datasette.io/fixtures.db

misc

https://github.com/simonw/heic-to-jpeg https://github.com/simonw/datasette-upload-csvs

About