Simon Willison’s Weblog

Subscribe
Atom feed for datasette Random

1,520 posts tagged “datasette”

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

2023

Release datasette-auth-tokens 0.4a4 — Datasette plugin for authenticating access using API tokens

Geospatial SQL queries in SQLite using TG, sqlite-tg and datasette-sqlite-tg. Alex Garcia built sqlite-tg—a SQLite extension that uses the brand new TG geospatial library to provide a whole suite of custom SQL functions for working with geospatial data.

Here are my notes on trying out his initial alpha releases. The extension already provides tools for converting between GeoJSON, WKT and WKB, plus the all important tg_intersects() function for testing if a polygon or point overlap each other.

It’s pretty useful already. Without any geospatial indexing at all I was still able to get 700ms replies to a brute-force point-in-polygon query against 150MB of GeoJSON timezone boundaries stored as JSON text in a table.

# 25th September 2023, 7:45 pm / geospatial, sqlite, geojson, datasette, alex-garcia, tg

Release datasette 1.0a7 — An open source multi-tool for exploring and publishing data
Release datasette 0.64.4 — An open source multi-tool for exploring and publishing data
Release datasette-upload-dbs 0.3.1 — Upload SQLite database files to Datasette
Release datasette-mask-columns 0.2.2 — Datasette plugin that masks specified database columns

Weeknotes: Embeddings, more embeddings and Datasette Cloud

Since my last weeknotes, a flurry of activity. LLM has embeddings support now, and Datasette Cloud has driven some major improvements to the wider Datasette ecosystem.

[... 2,427 words]

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

Introducing datasette-litestream: easy replication for SQLite databases in Datasette. We use Litestream on Datasette Cloud for streaming backups of user data to S3. Alex Garcia extracted out our implementation into a standalone Datasette plugin, which bundles the Litestream Go binary (for the relevant platform) in the package you get when you run “datasette install datasette-litestream”—so now Datasette has a very robust answer to questions about SQLite disaster recovery beyond just the Datasette Cloud platform.

# 13th September 2023, 7:28 pm / plugins, sqlite, datasette, datasette-cloud, litestream, alex-garcia

Release datasette-cluster-map 0.18a0 — Datasette plugin that shows a map for any data with latitude/longitude columns
Release datasette-sqlite-trace 0.1 — Datasette plugin that prints all executed SQL to stderr
Release datasette-edit-schema 0.6 — Datasette plugin for modifying table schemas
Release datasette-llm-embed 0.1a0 — Datasette plugin adding a llm_embed(model_id, text) SQL function
Release datasette-debug-actors-from-ids 0.1a1 — Datasette plugin for trying out the actors_from_ids hook
Release datasette-remote-actors 0.1a1 — Datasette plugin for fetching details of actors from a remote endpoint
Release datasette 1.0a6 — An open source multi-tool for exploring and publishing data
Release datasette-debug-actors-from-ids 0.1a0 — Datasette plugin for trying out the actors_from_ids hook
Release datasette-remote-actors 0.1a0 — Datasette plugin for fetching details of actors from a remote endpoint
Release datasette-graphql 3.0a0 — Datasette plugin providing an automatic GraphQL API for your SQLite databases
Release datasette-edit-schema 0.6a2 — Datasette plugin for modifying table schemas
Release datasette-edit-schema 0.6a1 — Datasette plugin for modifying table schemas
Release datasette-edit-schema 0.6a0 — Datasette plugin for modifying table schemas
Release datasette-auth-tokens 0.4a3 — Datasette plugin for authenticating access using API tokens
Release datasette-visible-internal-db 0.1.1 — Datasette plugin for making the internal database visible for debugging
Release datasette-visible-internal-db 0.1 — Datasette plugin for making the internal database visible for debugging

Datasette 1.0a4 and 1.0a5, plus weeknotes

Two new alpha releases of Datasette, plus a keynote at WordCamp, a new LLM release, two new LLM plugins and a flurry of TILs.

[... 2,709 words]

Release datasette-auth-tokens 0.4a2 — Datasette plugin for authenticating access using API tokens
Release datasette 1.0a5 — An open source multi-tool for exploring and publishing data
Release datasette-jellyfish 2.0 — Datasette plugin adding SQL functions for fuzzy text matching powered by Jellyfish
Release datasette-jellyfish 1.0.2 — Datasette plugin adding SQL functions for fuzzy text matching powered by Jellyfish