Simon Willison’s Weblog

Subscribe
Atom feed for datasette Random

1,535 posts tagged “datasette”

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

2020

Release datasette-render-markdown 1.1.2 — Datasette plugin for rendering Markdown
Release datasette-atom 0.5 — Datasette plugin that adds a .atom output format

Weeknotes: Archiving coronavirus.data.gov.uk, custom pages and directory configuration in Datasette, photos-to-sqlite

I mainly made progress on three projects this week: Datasette, photos-to-sqlite and a cleaner way of archiving data to a git repository.

[... 1,132 words]

Weeknotes: Datasette 0.40, various projects, Dogsheep photos

A new release of Datasette, two new projects and progress towards a Dogsheep photos solution.

[... 826 words]

Release datasette-publish-vercel 0.5 — Datasette plugin for publishing data using Vercel
Release datasette 0.40 — An open source multi-tool for exploring and publishing data
Release datasette-template-sql 1.0.1 — Datasette plugin for executing SQL queries from templates
Release datasette-template-sql 1.0 — Datasette plugin for executing SQL queries from templates

Using a self-rewriting README powered by GitHub Actions to track TILs

Visit Using a self-rewriting README powered by GitHub Actions to track TILs

I’ve started tracking TILs—Today I Learneds—inspired by this five-year-and-counting collection by Josh Branchaud on GitHub (found via Hacker News). I’m keeping mine in GitHub too, and using GitHub Actions to automatically generate an index page README in the repository and a SQLite-backed search engine.

[... 1,100 words]

Release datasette-publish-vercel 0.4.1a — Datasette plugin for publishing data using Vercel

Weeknotes: Hacking on 23 different projects

I wrote a lot of code this week: 184 commits over 23 repositories! I’ve also started falling for Zeit Now v2, having found workarounds for some of my biggest problems with it.

[... 901 words]

Release datasette-auth-existing-cookies 0.7 — Datasette plugin that authenticates users based on existing domain cookies
Release datasette-clone 0.4.1 — Create a local copy of database files from a Datasette instance
Release datasette-clone 0.4 — Create a local copy of database files from a Datasette instance
Release datasette-mask-columns 0.2 — Datasette plugin that masks specified database columns
Release datasette-mask-columns 0.1 — Datasette plugin that masks specified database columns
Release datasette-clone 0.3 — Create a local copy of database files from a Datasette instance

datasette-clone

I released a fun little Datasette utility today: datasette-clone.

[... 379 words]

Release datasette-clone 0.2 — Create a local copy of database files from a Datasette instance
Release datasette-clone 0.1 — Create a local copy of database files from a Datasette instance
Release datasette-auth-github 0.12 — Datasette plugin that authenticates users against GitHub
Release datasette-jq 0.2.1 — Datasette plugin that adds a custom SQL function for executing jq expressions against JSON values
Release datasette-publish-vercel 0.4a — Datasette plugin for publishing data using Vercel
Release datasette-publish-vercel 0.3a — Datasette plugin for publishing data using Vercel

Goodbye Zeit Now v1, hello datasette-publish-now—and talking to myself in GitHub issues

This week I’ve been mostly dealing with the finally announced shutdown of Zeit Now v1. And having long-winded conversations with myself in GitHub issues.

[... 2,050 words]

Release datasette-cluster-map 0.9.1 — Datasette plugin that shows a map for any data with latitude/longitude columns
Release datasette-publish-vercel 0.2a — Datasette plugin for publishing data using Vercel
Release datasette-publish-vercel 0.1a — Datasette plugin for publishing data using Vercel

Zeit Now v1 to sunset soon: no new deployments from 1st May, total shutdown 7th August. I posted a thread on Twitter with some thoughts. Zeit Now v1 remains the best hosting platform I’ve ever used given my particular tastes. They’ve handled the shutdown very responsibly, but I’m sad to see it go.

# 4th April 2020, 5:32 am / hosting, zeit-now, datasette

Weeknotes: Covid-19, First Python Notebook, more Dogsheep, Tailscale

My covid-19.datasettes.com project publishes information on COVID-19 cases around the world. The project started out using data from Johns Hopkins CSSE, but last week the New York Times started publishing high quality USA county- and state-level daily numbers to their own repository. Here’s the change that added the NY Times data.

[... 993 words]