Simon Willison’s Weblog

Subscribe
Atom feed for datasette Random

1,499 posts tagged “datasette”

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

2024

Release datasette-homepage-table 0.1 — Show a specific Datasette table on the homepage
Release datasette-upload-csvs 0.9 — Datasette plugin for uploading CSV files and converting them to database tables
Release datasette-granian 0.1 — Run Datasette using the Granian HTTP server
Release datasette-proxy-url 0.1.1 — Proxy a URL through a Datasette instance
Release datasette-proxy-url 0.1 — Proxy a URL through a Datasette instance

Weeknotes: datasette-test, datasette-build, PSF board retreat

I wrote about Page caching and custom templates in my last weeknotes. This week I wrapped up that work, modifying datasette-edit-templates to be compatible with the jinja2_environment_from_request() plugin hook. This means you can edit templates directly in Datasette itself and have those served either for the full instance or just for the instance when served from a specific domain (the Datasette Cloud case).

[... 757 words]

Release datasette-edit-templates 0.4.3 — Plugin allowing Datasette templates to be edited within Datasette
Release datasette-edit-templates 0.4.2 — Plugin allowing Datasette templates to be edited within Datasette
Release datasette-test 0.2 — Utilities to help write tests for Datasette plugins and applications
Release datasette-test 0.1.1 — Utilities to help write tests for Datasette plugins and applications
Release datasette-test 0.1 — Utilities to help write tests for Datasette plugins and applications
Release datasette-edit-templates 0.4.1 — Plugin allowing Datasette templates to be edited within Datasette
Release datasette-edit-templates 0.4 — Plugin allowing Datasette templates to be edited within Datasette
Release datasette-cluster-map 0.18.1 — Datasette plugin that shows a map for any data with latitude/longitude columns
Release datasette-edit-templates 0.3 — Plugin allowing Datasette templates to be edited within Datasette
Release datasette-build 0.1a0 — Build a directory full of files into a SQLite database
Release datasette-auth-tokens 0.4a7 — Datasette plugin for authenticating access using API tokens
Release datasette-cluster-map 0.18 — Datasette plugin that shows a map for any data with latitude/longitude columns
Release datasette-auth-tokens 0.4a6 — Datasette plugin for authenticating access using API tokens
Release datasette-auth-tokens 0.4a5 — Datasette plugin for authenticating access using API tokens
Release datasette-search-all 1.1.2 — Datasette plugin for searching all searchable tables at once

Weeknotes: Page caching and custom templates for Datasette Cloud

My main development focus this week has been adding public page caching to Datasette Cloud, and exploring what custom template support might look like for that service.

[... 924 words]

Release datasette-upgrade 0.1a0 — Upgrade Datasette instance configuration to handle new features

2023

datasette-plot—a new Datasette Plugin for building data visualizations. I forgot to link to this here last week: Alex Garcia released the first version of datasette-plot, a brand new Datasette visualization plugin built on top of the Observable Plot charting library. We plan to use this as the new, updated alternative to my older datasette-vega plugin.

# 31st December 2023, 5:04 am / datasette, plugins, observable, visualization, alex-garcia, observable-plot

Release datasette-haversine 0.2.1 — Datasette plugin that adds a custom SQL function for haversine distances
Release datasette 0.64.6 — An open source multi-tool for exploring and publishing data
Release datasette-sqlite-authorizer 0.1 — Configure Datasette to block operations using the SQLIte set_authorizer mechanism
Release datasette-chronicle 0.2.1 — Enable sqlite-chronicle against tables in Datasette

Weeknotes: datasette-enrichments, datasette-comments, sqlite-chronicle

Visit Weeknotes: datasette-enrichments, datasette-comments, sqlite-chronicle

I’ve mainly been working on Datasette Enrichments and continuing to explore the possibilities enabled by sqlite-chronicle.

[... 1,123 words]

Release datasette-leaflet-geojson 0.8.1 — Datasette plugin that replaces any GeoJSON column values with a Leaflet map.