Simon Willison’s Weblog

Subscribe
Atom feed for datasette Random

1,478 posts tagged “datasette”

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

2022

Release datasette-redirect-to-https 0.2 — Datasette plugin that redirects all non-https requests to https
Release datasette-unsafe-expose-env 0.1.1 — Datasette plugin to expose some environment variables at /-/env for debugging
Release datasette-expose-env 0.1 — Datasette plugin to expose selected environment variables at /-/env for debugging
Release datasette-upload-csvs 0.7.2 — Datasette plugin for uploading CSV files and converting them to database tables
Release datasette-graphql 2.1 — Datasette plugin providing an automatic GraphQL API for your SQLite databases
Release datasette-edit-schema 0.5 — Datasette plugin for modifying table schemas
Release datasette-scale-to-zero 0.1.2 — Quit Datasette if it has not received traffic for a specified time period
Release datasette-scale-to-zero 0.1.1 — Quit Datasette if it has not received traffic for a specified time period
Release datasette-scale-to-zero 0.1 — Quit Datasette if it has not received traffic for a specified time period

Joining CSV files in your browser using Datasette Lite

Visit Joining CSV files in your browser using Datasette Lite

I added a new feature to Datasette Lite—my version of Datasette that runs entirely in your browser using WebAssembly (previously): you can now use it to load one or more CSV files by URL, and then run SQL queries against them—including joins across data from multiple files.

[... 546 words]

Weeknotes: datasette-socrata, and the last 10%...

... takes 90% of the work. I continue to work towards a preview of the new Datasette Cloud, and keep finding new “just one more things” to delay inviting in users.

[... 1,214 words]

Release datasette-socrata 0.3 — Import data from Socrata into Datasette
Release datasette-low-disk-space-hook 0.1 — Datasette plugin providing the low_disk_space hook for other plugins to check for low disk space
Release datasette-low-disk-space-hook 0.1a0 — Datasette plugin providing the low_disk_space hook for other plugins to check for low disk space
Release datasette-socrata 0.2 — Import data from Socrata into Datasette
Release datasette-ics 0.5.1 — Datasette plugin for outputting iCalendar files
Release datasette-socrata 0.1.1 — Import data from Socrata into Datasette
Release datasette-socrata 0.1 — Import data from Socrata into Datasette
Release datasette-upload-csvs 0.7.1 — Datasette plugin for uploading CSV files and converting them to database tables

Weeknotes: Datasette Cloud ready to preview

I made an absolute ton of progress building Datasette Cloud on Fly this week, and also had a bunch of fun playing with GPT-3.

[... 370 words]

Release datasette-upload-csvs 0.7 — Datasette plugin for uploading CSV files and converting them to database tables

A Datasette tutorial written by GPT-3

I’ve been playing around with OpenAI’s GPT-3 language model playground for a few months now. It’s a fascinating piece of software. You can sign up here—apparently there’s no longer a waiting list.

[... 1,244 words]

Release datasette-graphql 2.0.2 — Datasette plugin providing an automatic GraphQL API for your SQLite databases
Release datasette-auth-existing-cookies 1.0a1 — Datasette plugin that authenticates users based on existing domain cookies
Release datasette-auth-existing-cookies 1.0a0 — Datasette plugin that authenticates users based on existing domain cookies

Architecture Notes: Datasette (via) I was interviewed for the first edition of Architecture Notes—a new publication (website and newsletter) about software architecture created by Mahdi Yusuf. We covered a bunch of topics in detail: ASGI, SQLIte and asyncio, Baked Data, plugin hook design, Python in WebAssembly, Python in an Electron app and more. Mahdi also turned my scrappy diagrams into beautiful illustrations for the piece.

# 27th May 2022, 3:20 pm / architecture, datasette

Weeknotes: Building Datasette Cloud on Fly Machines, Furo for documentation

Visit Weeknotes: Building Datasette Cloud on Fly Machines, Furo for documentation

Hosting provider Fly released Fly Machines this week. I got an early preview and I’ve been working with it for a few days—it’s a fascinating new piece of technology. I’m using it to get my hosting service for Datasette ready for wider release.

[... 1,005 words]

Release datasette-unsafe-expose-env 0.1 — Datasette plugin to expose some environment variables at /-/env for debugging

simonw/datasette-screenshots (via) I started a new GitHub repository to automate taking screenshots of Datasette for marketing purposes, using my shot-scraper browser automation tool.

# 17th May 2022, 5:56 pm / projects, shot-scraper, github-actions, datasette

Release datasette-upload-dbs 0.1.1 — Upload SQLite database files to Datasette