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.

2021

Release datasette-export-notebook 0.1 — Datasette plugin providing instructions for exporting data to Jupyter or Observable
Release datasette-css-properties 0.1 — Experimental Datasette output plugin using CSS properties

Weeknotes: A flurry of not-quite-finished features

My Christmas present to myself this year was to allow myself to spend a week working on stuff I found interesting, rather than sticking to the most important things. This may have been a mistake: it’s left me with a flurry of interesting but not-quite-finished features.

[... 2,249 words]

2020

Replicating SQLite with rqlite (via) I’ve been trying out rqlite, a “lightweight, distributed relational database, which uses SQLite as its storage engine”. It’s written in Go and uses the Raft consensus algorithm to allow a cluster of nodes to elect a leader and replicate SQLite statements between them. By default it uses in-memory SQLite databases with an on-disk Raft replication log—here are my notes on running it in “on disk” mode as a way to run multiple Datasette processes against replicated SQLite database files.

# 28th December 2020, 7:51 pm / replication, sqlite, datasette

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

Weeknotes: Datasette internals

Visit Weeknotes: Datasette internals

I’ve been working on some fundamental changes to Datasette’s internal workings—they’re not quite ready for a release yet, but they’re shaping up in an interesting direction.

[... 760 words]

Building a search engine for datasette.io

Visit Building a search engine for datasette.io

This week I added a search engine to datasette.io, using the search indexing tool I’ve been building for Dogsheep.

[... 1,391 words]

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

datasette.io, an official project website for Datasette

Visit datasette.io, an official project website for Datasette

This week I launched datasette.io—the new official project website for Datasette.

[... 1,971 words]

Release datasette-publish-fly 1.0.1 — Datasette plugin for publishing data using Fly
Release datasette-auth-passwords 0.3.3 — Datasette plugin for authentication using passwords

datasette.io (via) Datasette finally has an official project website, three years after the first release of the software. I built it using Datasette, with custom templates to define the various pages. The site includes news, latest releases, example sites and a new searchable plugin directory.

# 11th December 2020, 4:11 am / projects, datasette

Release datasette 0.53 — An open source multi-tool for exploring and publishing data
Release datasette-column-inspect 0.2a — Experimental plugin that adds a column inspector
Release datasette-pretty-json 0.2.1 — Datasette plugin that pretty-prints any column values that are valid JSON objects or arrays
Release datasette 0.52.5 — An open source multi-tool for exploring and publishing data
Release datasette-seaborn 0.2a0 — Statistical visualizations for Datasette using Seaborn

Weeknotes: github-to-sqlite workflows, datasette-ripgrep enhancements, Datasette 0.52

Visit Weeknotes: github-to-sqlite workflows, datasette-ripgrep enhancements, Datasette 0.52

This week: Improvements to datasette-ripgrep, github-to-sqlite and datasette-graphql, plus Datasette 0.52 and a flurry of dot-releases.

[... 1,123 words]

Release datasette 0.52.4 — An open source multi-tool for exploring and publishing data
Release datasette-search-all 1.0.1 — Datasette plugin for searching all searchable tables at once
Release datasette 0.52.3 — An open source multi-tool for exploring and publishing data
Release datasette 0.52.2 — An open source multi-tool for exploring and publishing data
Release datasette-yaml 0.1.1 — Export Datasette records as YAML

New for AWS Lambda – Container Image Support. “You can now package and deploy Lambda functions as container images of up to 10 GB in size”—can’t wait to try this out with Datasette.

# 1st December 2020, 5:34 pm / aws, lambda, docker, datasette

Datasette Weekly volume 4. Datasette Office Hours, Personal Data Warehouses, datasette-ripgrep, datasette-indieauth, Datasette Client for Observable and more.

# 30th November 2020, 11:02 pm / datasette

Datasette Office Hours (via) I’ve decided to try running Datasette Office Hours every Friday. If you’d like to chat with me over Zoom about the project for 20 minutes for any reason at all you can grab a slot here using Calendly.

# 30th November 2020, 11:01 pm / datasette

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