Update README to link to Datasette interface

This commit is contained in:
Jeremy Keith 2020-10-04 14:39:09 +01:00
parent 0da80d5b55
commit 2189898a2a

View File

@ -6,9 +6,19 @@ CSV and JSON files of data from [The Session](https://thesession.org/):
* [sessions](https://thesession.org/sessions/),
* [events](https://thesession.org/events/),
* [recordings](https://thesession.org/recordings/),
* aliases of tune names.
* [sets of tunes](https://thesession.org/tunes/sets)
* aliases of tune names,
* [sets of tunes](https://thesession.org/tunes/sets),
* popularity of tunes.
I'll try to update the files once a week.
If anyone wants to convert the data to other formats, feel free to fork the project and send me a pull request.
## Exploring the data
You can explore this data at
<https://thesession.vercel.app/>
This interface, powered by [Datesette](https://github.com/simonw/datasette), allows you to run SQL commands on the data. The results of those SQL commands are also available as CSV and JSON.
Because the JSON output of your SQL commands have a URL, you can use those URLs as API endpoints.