Simon Willison’s Weblog

Subscribe
Atom feed for datasette Random

1,455 posts tagged “datasette”

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

2023

We’ve built many tools for publishing to the web - but I want to make the claim that we have underdeveloped the tools and platforms for publishing collections, indexes and small databases. It’s too hard to build these kinds of experiences, too hard to maintain them and a lack of collaborative tools.

Tom Critchlow

# 28th January 2023, 4:43 pm / datasette

Release datasette-render-markdown 2.1.1 — Datasette plugin for rendering Markdown

Exploring MusicCaps, the evaluation data released to accompany Google’s MusicLM text-to-music model

Visit Exploring MusicCaps, the evaluation data released to accompany Google's MusicLM text-to-music model

Google Research just released MusicLM: Generating Music From Text. It’s a new generative AI model that takes a descriptive prompt and produces a “high-fidelity” music track. Here’s the paper (and a more readable version using arXiv Vanity).

[... 1,323 words]

Release datasette-youtube-embed 0.1 — Turn YouTube URLs into embedded players in Datasette

datasette-granian (via) Granian is a new Python web server—similar to Gunicorn—written in Rust. I built a small plugin that adds a “datasette granian” command starting a Granian server that serves Datasette’s ASGI application, using the same pattern as my existing datasette-gunicorn plugin.

# 20th January 2023, 2:12 am / rust, datasette, asgi

Release datasette-granian 0.1a0 — Run Datasette using the Granian HTTP server
Release datasette-faiss 0.2 — Maintain a FAISS index for specified Datasette tables

Datasette is my data hammer (via) Jeremia Kimelman—a data journalist at CalMatters in Sacramento—enthuses about how he uses Datasette as his default hammer for all kinds of data projects—in particular how much he appreciates Datasette’s focus on URLs. So nice to see this!

# 17th January 2023, 5:23 pm / data-journalism, datasette

Weeknotes: AI hacking and a SpatiaLite tutorial

Short weeknotes this time because the key things I worked on have already been covered here:

How to implement Q&A against your documentation with GPT3, embeddings and Datasette

Visit How to implement Q&A against your documentation with GPT3, embeddings and Datasette

If you’ve spent any time with GPT-3 or ChatGPT, you’ve likely thought about how useful it would be if you could point them at a specific, current collection of text or documentation and have it use that as part of its input for answering questions.

[... 3,447 words]

Release datasette-cookies-for-magic-parameters 0.1.2 — UI for setting cookies to populate magic parameters
Release datasette-cookies-for-magic-parameters 0.1.1 — UI for setting cookies to populate magic parameters
Release datasette-cookies-for-magic-parameters 0.1 — UI for setting cookies to populate magic parameters
Release datasette 0.64.1 — An open source multi-tool for exploring and publishing data
Release datasette-faiss 0.1a0 — Maintain a FAISS index for specified Datasette tables

Datasette 0.64, with a warning about SpatiaLite

Visit Datasette 0.64, with a warning about SpatiaLite

I release Datasette 0.64 this morning. This release is mainly a response to the realization that it’s not safe to run Datasette with the SpatiaLite extension loaded if that Datasette instance is configured to enable arbitrary SQL queries from untrusted users.

[... 675 words]

Release datasette-auth-passwords 1.1 — Datasette plugin for authentication using passwords
Release datasette 0.64 — An open source multi-tool for exploring and publishing data
Release datasette-publish-fly 1.3 — Datasette plugin for publishing data using Fly

2022

Weeknotes: Datasette 0.63.3, datasette-ripgrep

Visit Weeknotes: Datasette 0.63.3, datasette-ripgrep

We’re back in the UK to see family over Christmas (our first trip back since 2019). Here are a few notes from the past couple of weeks.

[... 801 words]

Release datasette-gunicorn 0.1.1 — Plugin for running Datasette using Gunicorn
Release datasette 0.63.3 — An open source multi-tool for exploring and publishing data

Datasette 1.0a2: Upserts and finely grained permissions

Visit Datasette 1.0a2: Upserts and finely grained permissions

I’ve released the third alpha of Datasette 1.0. The 1.0a2 release introduces upsert support to the new JSON API and makes some major improvements to the Datasette permissions system.

[... 2,844 words]

Release datasette 1.0a2 — An open source multi-tool for exploring and publishing data
Release datasette-ripgrep 0.8 — Web interface for searching your code using ripgrep, built as a Datasette plugin
Release datasette-media 0.5.1 — Datasette plugin for serving media based on a SQL query

Over-engineering Secret Santa with Python cryptography and Datasette

We’re doing a family Secret Santa this year, and we needed a way to randomly assign people to each other without anyone knowing who was assigned to who.

[... 2,044 words]

Release datasette-secret-santa 0.1 — Run secret santa gift circles using Datasette
Release datasette-secret-santa 0.1a0 — Run secret santa gift circles using Datasette
Release datasette-render-binary 0.3.1 — Datasette plugin for rendering binary data