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.

2020

Release datasette-graphql 0.1a — Datasette plugin providing an automatic GraphQL API for your SQLite databases
Release datasette-insert-unsafe 0.1 — Unsafe permissions for datasette-insert - allows all actions without authentication
Release datasette-insert 0.6 — Datasette plugin for inserting and updating data
Release datasette-publish-vercel 0.7 — Datasette plugin for publishing data using Vercel

Fun with binary data and SQLite

This week I’ve been mainly experimenting with binary data storage in SQLite. sqlite-utils can now insert data from binary files, and datasette-media can serve content over HTTP that originated as binary BLOBs in a database file.

[... 957 words]

Release datasette-media 0.5 — Datasette plugin for serving media based on a SQL query

datasette-media 0.4. datasette-media is my Datasette plugin for serving media (e.g. images) directly from Datasette. The first version used file paths saved in a column and served the data from disk—this new version adds the ability to serve content from BLOB columns, such as those created by the new “sqlite-utils insert-files” command. It also adds configurable support for resizing images based on querystring parameters like ?w=100.

# 28th July 2020, 2:22 am / projects, datasette, plugins, images

Release datasette-media 0.4 — Datasette plugin for serving media based on a SQL query
Release datasette-render-images 0.3.1 — Datasette plugin that renders binary blob images using data-uris
Release datasette-render-images 0.3 — Datasette plugin that renders binary blob images using data-uris
Release datasette-auth-passwords 0.3.1 — Datasette plugin for authentication using passwords
Release datasette-insert 0.5 — Datasette plugin for inserting and updating data

Weeknotes: datasette-copyable, datasette-insert-api

Visit Weeknotes: datasette-copyable, datasette-insert-api

Two new Datasette plugins this week: datasette-copyable, helping users copy-and-paste data from Datasette into other places, and datasette-insert-api, providing a JSON API for inserting and updating data and creating tables.

[... 953 words]

Release datasette-clone 0.5 — Create a local copy of database files from a Datasette instance
Release datasette-copyable 0.2 — Datasette plugin for outputting tables in formats suitable for copy and paste
Release datasette-copyable 0.1 — Datasette plugin for outputting tables in formats suitable for copy and paste
Release datasette-insert 0.4 — Datasette plugin for inserting and updating data
Release datasette-auth-tokens 0.2.2 — Datasette plugin for authenticating access using API tokens
Release datasette-insert 0.3 — Datasette plugin for inserting and updating data
Release datasette-insert 0.2a — Datasette plugin for inserting and updating data
Release datasette-insert 0.1a — Datasette plugin for inserting and updating data

Weeknotes: datasette-auth-passwords, a Datasette logo and a whole lot more

All sorts of project updates this week.

[... 913 words]

Release datasette-plugin-demos 0.4 — Some examples plugins for Datasette

datasette-auth-passwords. My latest plugin: datasette-auth-passwords provides a mechanism for signing into Datasette using a username and password (which is verified in order to set a ds_actor authentication cookie). So far it only supports passwords that are hard-coded into Datasette’s configuration via environment variables, but I plan to add database-backed user accounts in the future.

# 13th July 2020, 11:39 pm / passwords, datasette, plugins, projects, authentication

Release datasette-auth-passwords 0.3 — Datasette plugin for authentication using passwords
Release datasette-auth-passwords 0.2.1 — Datasette plugin for authentication using passwords
Release datasette-auth-passwords 0.2 — Datasette plugin for authentication using passwords
Release datasette-auth-passwords 0.2a — Datasette plugin for authentication using passwords
Release datasette-auth-passwords 0.1 — Datasette plugin for authentication using passwords
Release datasette-publish-fly 1.0 — Datasette plugin for publishing data using Fly