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

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

Datasette 0.52. A relatively small release—it has a new plugin hook (database_actions(), for adding links to a new database actions menu), renames the --config option to --setting and adds a new “datasette publish cloudrun --apt-get-install” option.

# 29th November 2020, 12:56 am / projects, datasette, cloudrun

Release datasette 0.52 — An open source multi-tool for exploring and publishing data
Release datasette-ripgrep 0.6.1 — Web interface for searching your code using ripgrep, built as a Datasette plugin
Release datasette-ripgrep 0.6 — Web interface for searching your code using ripgrep, built as a Datasette plugin
Release datasette-ripgrep 0.5 — Web interface for searching your code using ripgrep, built as a Datasette plugin
Release datasette-ripgrep 0.4 — Web interface for searching your code using ripgrep, built as a Datasette plugin
Release datasette-ripgrep 0.3 — Web interface for searching your code using ripgrep, built as a Datasette plugin
Release datasette-ripgrep 0.2.1 — Web interface for searching your code using ripgrep, built as a Datasette plugin

datasette-ripgrep: deploy a regular expression search engine for your source code

Visit datasette-ripgrep: deploy a regular expression search engine for your source code

This week I built datasette-ripgrep—a web application for running regular expression searches against source code, built on top of the amazing ripgrep command-line tool.

[... 1,362 words]

Release datasette-ripgrep 0.2 — Web interface for searching your code using ripgrep, built as a Datasette plugin
Release datasette-ripgrep 0.1 — Web interface for searching your code using ripgrep, built as a Datasette plugin
Release datasette-atom 0.8.1 — Datasette plugin that adds a .atom output format
Release datasette-ripgrep 0.1a1 — Web interface for searching your code using ripgrep, built as a Datasette plugin
Release datasette-ripgrep 0.1a0 — Web interface for searching your code using ripgrep, built as a Datasette plugin
Release datasette-graphql 1.2.1 — Datasette plugin providing an automatic GraphQL API for your SQLite databases

Datasette Client for Observable (via) Really elegant piece of code design from Alex Garcia: DatasetteClient is a client library he built designed to work in Observable notebooks, which uses JavaScript tagged template literals to allow SQL query results to be executed against a Datasette instance and displayed as inline tables in a notebook, or used to return JSON data for further processing. His example notebook includes a neat d3 stacked area chart example built against a Datasette of congresspeople, plus examples using interactive widgets to update the Notebook.

# 24th November 2020, 6:53 pm / javascript, datasette, observable, alex-garcia