Simon Willison’s Weblog

Subscribe
Atom feed for datasette Random

1,521 posts tagged “datasette”

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

2020

Release datasette 0.45a2 — An open source multi-tool for exploring and publishing data
Release datasette-block-robots 0.1.1 — Datasette plugin that blocks robots and crawlers using robots.txt

datasette-block-robots. Another little Datasette plugin: this one adds a /robots.txt page with Disallow: / to block all indexing of a Datasette instance from respectable search engine crawlers. I built this in less than ten minutes from idea to deploy to PyPI thanks to the datasette-plugin cookiecutter template.

# 23rd June 2020, 3:28 am / crawling, plugins, projects, robots-txt, seo, datasette

Release datasette-block-robots 0.1 — Datasette plugin that blocks robots and crawlers using robots.txt

A cookiecutter template for writing Datasette plugins

Datasette’s plugin system is one of the most interesting parts of the entire project. As I explained to Matt Asay in this interview, the great thing about plugins is that Datasette can gain new functionality overnight without me even having to review a pull request. I just need to get more people to write them!

[... 914 words]

Release datasette-saved-queries 0.1 — Datasette plugin that lets users save and execute queries

Weeknotes: Datasette alphas for testing new plugin hooks

A relatively quiet week this week, compared to last week’s massive push to ship Datasette 0.44 with authentication, permissions and writable canned queries. I can now ship alpha releases, such as today’s Datasette 0.45a1, which means I can preview new plugin features before they are completely ready and stable.

[... 728 words]

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

Datasette: A Developer, a Shower and a Data-Inspired Moment (via) Matt Asay interviewed me over Zoom last month. This captures a lot of my thinking around open source really well: “Datasette is aggressively open source for a bunch of reasons. Most of them are very selfish reasons.”

# 18th June 2020, 11:32 pm / interview, open-source, datasette

Release datasette 0.45a0 — An open source multi-tool for exploring and publishing data
Release datasette-render-images 0.2 — Datasette plugin that renders binary blob images using data-uris
Release datasette-render-images 0.2a0 — Datasette plugin that renders binary blob images using data-uris
Release datasette-auth-tokens 0.1.2 — Datasette plugin for authenticating access using API tokens
Release datasette-publish-vercel 0.6 — Datasette plugin for publishing data using Vercel

How much can you learn from just two columns?

Visit How much can you learn from just two columns?

Derek Willis shared an intriguing dataset this morning: a table showing every Twitter account followed by an official GOP congressional Twitter account.

[... 951 words]

Release datasette-publish-vercel 0.5.2 — Datasette plugin for publishing data using Vercel
Release datasette-psutil 0.2 — Datasette plugin adding a /-/psutil debugging endpoint
Release datasette-psutil 0.1 — Datasette plugin adding a /-/psutil debugging endpoint
Release datasette-auth-tokens 0.1.1 — Datasette plugin for authenticating access using API tokens
Release datasette 0.44 — An open source multi-tool for exploring and publishing data
Release datasette-permissions-sql 0.3a — Datasette plugin for configuring permission checks using SQL queries

Datasette 0.44: The annotated release notes

I just released Datasette 0.44 to PyPI. With 128 commits since 0.43 this is the biggest release in a long time—and likely the last major release of new features before Datasette 1.0.

[... 1,648 words]

Release datasette-auth-tokens 0.1 — Datasette plugin for authenticating access using API tokens
Release datasette-permissions-sql 0.2.1a — Datasette plugin for configuring permission checks using SQL queries
Release datasette-permissions-sql 0.2a — Datasette plugin for configuring permission checks using SQL queries
Release datasette-permissions-sql 0.1a — Datasette plugin for configuring permission checks using SQL queries

Weeknotes, I guess

What a week. Hard to work up the enthusiasm to write about what I’ve been working on.

[... 314 words]

Release datasette-ics 0.4 — Datasette plugin for outputting iCalendar files

Weeknotes: Datasette 0.43

My main achievement this week was shipping Datasette 0.43, with a collection of smaller improvements and one big one: a redesign of the register_output_renderer plugin hook.

[... 475 words]

Release datasette-atom 0.6 — Datasette plugin that adds a .atom output format