Simon Willison’s Weblog

Subscribe

Monday, 1st February 2021

JMeter Result Analysis using Datasette (via) NaveenKumar Namachivayam wrote a detailed tutorial on using Datasette (on Windows) and csvs-to-sqlite to analyze the results of JMeter performance test runs and then publish them online using Vercel.

# 4:42 am / tutorials, datasette

TIL Splitting on commas in SQLite — I had an input string in `x,y,z` format and I needed to split it into three separate values in SQLite. I managed to do it using a confusing combination of the `instr()` and `substr()` functions.
Release datasette-leaflet 0.2.2 — Datasette plugin adding the Leaflet JavaScript library
Release datasette-cluster-map 0.17.1 — Datasette plugin that shows a map for any data with latitude/longitude columns
Sunday, 31st January 2021
Tuesday, 2nd February 2021