Simon Willison’s Weblog

Subscribe
Atom feed for datasette Random

1,522 posts tagged “datasette”

Datasette is an open source tool for exploring and publishing data.

2021

Release datasette-cluster-map 0.17 — Datasette plugin that shows a map for any data with latitude/longitude columns
Release datasette-cluster-map 0.17a0 — Datasette plugin that shows a map for any data with latitude/longitude columns
Release datasette-leaflet-geojson 0.8 — Datasette plugin that replaces any GeoJSON column values with a Leaflet map.
Release datasette-leaflet 0.2 — Datasette plugin adding the Leaflet JavaScript library
Release datasette 0.54 — An open source multi-tool for exploring and publishing data

Datasette 0.54: The annotated release notes

Datasette 0.54 is out today, with a number of foundational new features. As I’ve done for previous releases, here are the annotated release notes with some additional commentary.

[... 1,276 words]

Release datasette-leaflet 0.1 — Datasette plugin adding the Leaflet JavaScript library

Drawing shapes on a map to query a SpatiaLite database (and other weeknotes)

Visit Drawing shapes on a map to query a SpatiaLite database (and other weeknotes)

This week I built a Datasette plugin that lets you query a database by drawing shapes on a map!

[... 950 words]

Release datasette-auth-github 0.13 — Datasette plugin that authenticates users against GitHub
Release datasette-cluster-map 0.16 — Datasette plugin that shows a map for any data with latitude/longitude columns
Release datasette-auth-github 0.13a2 — Datasette plugin that authenticates users against GitHub
Release datasette-auth-github 0.13a1 — Datasette plugin that authenticates users against GitHub
Release datasette-auth-github 0.13a0 — Datasette plugin that authenticates users against GitHub
Release datasette-leaflet-geojson 0.7 — Datasette plugin that replaces any GeoJSON column values with a Leaflet map.
Release datasette 0.54a0 — An open source multi-tool for exploring and publishing data
Release datasette-cluster-map 0.15 — Datasette plugin that shows a map for any data with latitude/longitude columns

Weeknotes: Still pretty distracted

Not a lot to report this week. U.S. politics continues to make it extremely difficult to focus on anything substantial.

[... 727 words]

Release datasette-export-notebook 0.2 — Datasette plugin providing instructions for exporting data to Jupyter or Observable

Weeknotes: datasette-export-notebook, PyInstaller packaged Datasette, CBSAs

Visit Weeknotes: datasette-export-notebook, PyInstaller packaged Datasette, CBSAs

What a terrible week. I’ve found it hard to concentrate on anything substantial. In a mostly futile attempt to distract myself from doomscrolling I’ve mainly been building some experimental output plugins, fiddling with PyInstaller and messing around with shapefiles.

[... 732 words]

Release datasette-export-notebook 0.1.1 — Datasette plugin providing instructions for exporting data to Jupyter or Observable

APIs from CSS without JavaScript: the datasette-css-properties plugin

Visit APIs from CSS without JavaScript: the datasette-css-properties plugin

I built a new Datasette plugin called datasette-css-properties. It’s very, very weird—it adds a .css output extension to Datasette which outputs the result of a SQL query using CSS custom property format. This means you can display the results of database queries using pure CSS and HTML, no JavaScript required!

[... 891 words]

Release datasette-css-properties 0.2 — Experimental Datasette output plugin using CSS properties
Release datasette-css-properties 0.1.1 — Experimental Datasette output plugin using CSS properties