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

Making Datasets Fly with Datasette and Fly (via) It’s always exciting to see a Datasette tutorial that wasn’t written by me! This one is great—it shows how to load Central Park Squirrel Census data into a SQLite database, explore it with Datasette and then publish it to the Fly hosting platform using datasette-publish-fly and datasette-cluster-map.

# 26th March 2020, 11:56 pm / tutorials, datasette, fly

Release datasette-publish-fly 0.2 — Datasette plugin for publishing data using Fly
Release datasette-publish-fly 0.1a — Datasette plugin for publishing data using Fly

Weeknotes: Datasette 0.39 and many other projects

This week’s theme: Well, I’m not going anywhere. So a ton of progress to report on various projects.

[... 806 words]

Release datasette 0.39 — An open source multi-tool for exploring and publishing data
Release datasette-render-markdown 1.1.1 — Datasette plugin for rendering Markdown
Release datasette-render-markdown 1.1 — Datasette plugin for rendering Markdown
Release datasette-render-markdown 1.0 — Datasette plugin for rendering Markdown
Release datasette-render-timestamps 1.0.1 — Datasette plugin for rendering timestamps
Release datasette-render-timestamps 1.0 — Datasette plugin for rendering timestamps
Release datasette-show-errors 0.2 — Datasette plugin for displaying error tracebacks
Release datasette-show-errors 0.1 — Datasette plugin for displaying error tracebacks
Release datasette-auth-github 0.11.1 — Datasette plugin that authenticates users against GitHub

datasette-publish-fly (via) Fly is a neat new Docker hosting provider with a very tempting pricing model: Just $2.67/month for their smallest always-on instance, and they give each user $10/month in free credit. datasette-publish-fly is the first plugin I’ve written using the publish_subcommand plugin hook, which allows extra hosting providers to be added as publish targets. Install the plugin and you can run “datasette publish fly data.db” to deploy SQLite databases to your Fly account.

# 19th March 2020, 3:40 am / hosting, projects, docker, datasette, fly

Release datasette-edit-schema 0.1a — Datasette plugin for modifying table schemas
Release datasette-search-all 0.2.1 — Datasette plugin for searching all searchable tables at once

Weeknotes: COVID-19 numbers in Datasette

Visit Weeknotes: COVID-19 numbers in Datasette

COVID-19, the disease caused by the novel coronavirus, gets more terrifying every day. Johns Hopkins Center for Systems Science and Engineering (CSSE) have been collating data about the spread of the disease and publishing it as CSV files on GitHub.

[... 644 words]

Release datasette-column-inspect 0.1a — Experimental plugin that adds a column inspector

datasette-search-all: a new plugin for searching multiple Datasette tables at once

I just released a new plugin for Datasette, and it’s pretty fun. datasette-search-all is a plugin written mostly in JavaScript that executes the same search query against every searchable table in every database connected to your Datasette instance.

[... 819 words]

Release datasette-search-all 0.2 — Datasette plugin for searching all searchable tables at once
Release datasette-search-all 0.1.1 — Datasette plugin for searching all searchable tables at once
Release datasette-search-all 0.1 — Datasette plugin for searching all searchable tables at once
Release datasette 0.38 — An open source multi-tool for exploring and publishing data
Release datasette-configure-fts 0.4.2 — Datasette plugin for enabling full-text search against selected table columns
Release datasette-configure-fts 0.4.1 — Datasette plugin for enabling full-text search against selected table columns
Release datasette-configure-fts 0.4 — Datasette plugin for enabling full-text search against selected table columns

Weeknotes: datasette-ics, datasette-upload-csvs, datasette-configure-fts, asgi-csrf

I’ve been preparing for the NICAR 2020 Data Journalism conference this week which has lead me into a flurry of activity across a plethora of different projects and plugins.

[... 834 words]

Release datasette-ics 0.3a — Datasette plugin for outputting iCalendar files
Release datasette-upload-csvs 0.4 — Datasette plugin for uploading CSV files and converting them to database tables
Release datasette Datasette 0.37.1 — An open source multi-tool for exploring and publishing data