Simon Willison’s Weblog

Subscribe
Atom feed for datasette Random

1,455 posts tagged “datasette”

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

2022

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

Datasette Discord community (via) I started a Discord chat community for Datasette. 57 people have joined up already!

# 15th July 2022, 3:17 am / discord, datasette

Release datasette-publish-vercel 0.14 — Datasette plugin for publishing data using Vercel
Release datasette-app 0.2.2 — The Datasette macOS application
Release datasette-app-support 0.11.6 — Part of https://github.com/simonw/datasette-app
Release datasette-ics 0.5.2 — Datasette plugin for outputting iCalendar files

sqlite-comprehend: run AWS entity extraction against content in a SQLite database

I built a new tool this week: sqlite-comprehend, which passes text from a SQLite database through the AWS Comprehend entity extraction service and stores the returned entities.

[... 1,146 words]

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