The page used to have a lot more details on it, but a while ago I split it off into two sections on the Datasette website.
https://datasette.io/plugins lists 86 plugins - there are actually a few more that I haven't added to the site yet though, which I found recently by searching the Google BigQuery PyPI download statistics for packages starting "datasette-".
https://datasette.io/tools lists 38 tools - mostly command line utilities I've written for importing data from different sources into a SQLite database file so you can explore them using Datasette.
I worked in journalism years ago (JQuery was just the newest, coolest thing along with Ruby on Rails). I remember Django being touted as the best thing for Journalism, and people were looking at how the NYTimes did it. We ultimately built our own JavaScript library instead (that didn't end well) and went with PHP.
One of the reasons I picked the name (aside from having grown up with a C64) is that I assumed it would be unique enough today that I could use it to get alerts for mentions.
Doesn't work as well as I hoped: My F5Bot subscription on Reddit catches a lot more C64 retro chat than it does mentions of my software! Quite a bit of it in German.
Turns out there are way more people out there using a tape drive that was released in the 80s than I had expected.
I saw this post this morning and thought it was a cool name but didn't open it. Then I just watched the newest 8-Bit Guy video and saw it again, came back here to see if this was about that and found these comments :)
Some is a little rough around the edges but it has extremely quickly replaced much more complicated setups for me. It's fast and very simple and pairs beautifully with having a bunch of data just in parquet files.
Every group by boils down to be columnar. When doing analysis you normally do a lot of grouping/slicing/dicing. True, traditional DBs can do this and more modern one will support alternative storage engines and index modes to support that kind of queries.
I worry that my target audience for the homepage won't necessarily have access to a working Python and pip, and so won't be able to just run that command without additional guidance (see https://docs.datasette.io/en/stable/installation.html )
That's why I emphasize trying out a hosted demo on the homepage instead.
The page used to have a lot more details on it, but a while ago I split it off into two sections on the Datasette website.
https://datasette.io/plugins lists 86 plugins - there are actually a few more that I haven't added to the site yet though, which I found recently by searching the Google BigQuery PyPI download statistics for packages starting "datasette-".
https://datasette.io/tools lists 38 tools - mostly command line utilities I've written for importing data from different sources into a SQLite database file so you can explore them using Datasette.