Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.79 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.79 KB

Explorable database

https://data.hallelujahthehills.com/

Some interesting queries:

Powered by Datasette.

Publishing the data

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