https://data.hallelujahthehills.com/
Some interesting queries:
Powered by Datasette.
Install Datasette on your system, e.g. using pipx:
$ pipx install datasette
$ pipx inject datasette datasette-cluster-map datasette-vega datasette-render-html datasette-publish-fly
In the root directory of this project, update the database:
$ make update
Explore locally at http://127.0.0.1:8001:
$ make -C data
Publish to Fly.io:
$ make -C data publish