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.

2022

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

Weeknotes: datasette-ephemeral-tables, datasette-export

Most of what I’ve been working on for the past week and a half is already documented:

[... 603 words]

Datasette’s new JSON write API: The first alpha of Datasette 1.0

Visit Datasette's new JSON write API: The first alpha of Datasette 1.0

This week I published the first alpha release of Datasette 1.0, with a significant new feature: Datasette core now includes a JSON API for creating and dropping tables and inserting, updating and deleting data.

[... 2,817 words]

Release datasette-public 0.2.2 — Make selected Datasette databases and tables visible to the public
Release datasette-ephemeral-tables 0.2.2 — Provide tables that expire after a time limit
Release datasette 1.0a1 — An open source multi-tool for exploring and publishing data
Release datasette-ephemeral-tables 0.2.1 — Provide tables that expire after a time limit
Release datasette-ephemeral-tables 0.2 — Provide tables that expire after a time limit
Release datasette-ephemeral-tables 0.1 — Provide tables that expire after a time limit
Release datasette 1.0a0 — An open source multi-tool for exploring and publishing data
Release datasette-export 0.1a0 — Export pages from Datasette to files on disk

Weeknotes: Implementing a write API, Mastodon distractions

Everything is so distracting at the moment. The ongoing Twitter catastrophe, the great migration (at least amongst most of the people I pay attention to) to Mastodon, the FTX calamity. It’s been very hard to focus!

[... 916 words]

Tracking Mastodon user numbers over time with a bucket of tricks

Visit Tracking Mastodon user numbers over time with a bucket of tricks

Mastodon is definitely having a moment. User growth is skyrocketing as more and more people migrate over from Twitter.

[... 1,534 words]

Release datasette-graphql 2.1.2 — Datasette plugin providing an automatic GraphQL API for your SQLite databases
Release datasette 0.63.2 — An open source multi-tool for exploring and publishing data

Datasette Lite: Loading JSON data (via) I added a new feature to Datasette Lite: you can now pass it the URL to a JSON file (hosted on a CORS-compatible hosting provider such as GitHub or GitHub Gists) and it will load that file into a database table for you. It expects an array of objects, but if your file has an object as the root it will search through it looking for the first key that is an array of objects and load those instead.

# 18th November 2022, 6:43 pm / json, projects, datasette, datasette-lite, cors

Release datasette-edit-schema 0.5.2 — Datasette plugin for modifying table schemas
Release datasette-indieauth 1.2.2 — Datasette authentication using IndieAuth and RelMeAuth
Release datasette-import-table 0.3.1 — Datasette plugin for importing tables from other Datasette instances
Release datasette-public 0.2.1 — Make selected Datasette databases and tables visible to the public
Release datasette-copyable 0.3.2 — Datasette plugin for outputting tables in formats suitable for copy and paste
Release datasette-edit-templates 0.2 — Plugin allowing Datasette templates to be edited within Datasette
Release datasette-configure-fts 1.1.1 — Datasette plugin for enabling full-text search against selected table columns
Release datasette-socrata 0.3.1 — Import data from Socrata into Datasette
Release datasette-ripgrep 0.7.1 — Web interface for searching your code using ripgrep, built as a Datasette plugin
Release datasette-search-all 1.1.1 — Datasette plugin for searching all searchable tables at once