Simon Willison’s Weblog

Subscribe

Thursday, 11th March 2021

Release tableau-to-sqlite 0.1 — Fetch data from Tableau into a SQLite database
Release tableau-to-sqlite 0.1.1 — Fetch data from Tableau into a SQLite database
Release tableau-to-sqlite 0.2 — Fetch data from Tableau into a SQLite database
TIL Flattening nested JSON objects with jq — I wanted to take a nested set of JSON objects and import them into a SQLite database using `sqlite-utils insert` - but I wanted to "flatten" some of the nested rows.
TIL Converting no-decimal-point latitudes and longitudes using jq — I had some data with weird co-ordinates in it:
Release datasette-ripgrep 0.7 — Web interface for searching your code using ripgrep, built as a Datasette plugin
TIL How to almost get facet counts in the Django admin — For a tantalizing moment today I thought I'd found a recipe for adding facet counts to the Django admin.