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.

2022

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 / datasette-lite, json, projects, datasette, 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

Datasette is 5 today: a call for birthday presents

Visit Datasette is 5 today: a call for birthday presents

Five years ago today I published the first release of Datasette, in Datasette: instantly create and publish an API for your SQLite databases.

[... 548 words]

Release datasette 0.63.1 — An open source multi-tool for exploring and publishing data

Designing a write API for Datasette

Building out Datasette Cloud has made one thing clear to me: Datasette needs a write API for ingesting new data into its attached SQLite databases.

[... 1,493 words]

Release datasette-edit-templates 0.1 — Plugin allowing Datasette templates to be edited within Datasette

Datasette 0.63: The annotated release notes

Visit Datasette 0.63: The annotated release notes

I released Datasette 0.63 today. These are the annotated release notes.

[... 1,531 words]