https://github.com/benwebber/open-data-toronto-bodysafe
Git mirror of Toronto BodySafe data
https://github.com/benwebber/open-data-toronto-bodysafe
bodysafe open-data open-data-toronto toronto
Last synced: 7 days ago
JSON representation
Git mirror of Toronto BodySafe data
- Host: GitHub
- URL: https://github.com/benwebber/open-data-toronto-bodysafe
- Owner: benwebber
- Created: 2022-06-01T00:07:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-06-22T05:12:34.000Z (13 days ago)
- Last Synced: 2026-06-22T07:14:24.246Z (13 days ago)
- Topics: bodysafe, open-data, open-data-toronto, toronto
- Language: Shell
- Homepage: https://open.toronto.ca/dataset/bodysafe/
- Size: 41.9 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BodySafe
This is a [Git scraping](https://simonwillison.net/series/git-scraping/) mirror of Toronto's [BodySafe](https://open.toronto.ca/dataset/bodysafe/) data.
> BodySafe is Toronto Public Health's safety program that inspects personal service settings (PSS) including hairstyling and barbering, tattooing, micropigmentation, ear and body piercing, injectable personal services, electrolysis, manicure, pedicure, and aesthetic services.
## Database
This project builds an SQLite database of the data, as well as a [Datasette](https://datasette.io/) image to explore the data.
Download the [latest version](https://github.com/benwebber/open-data-toronto-bodysafe/releases/latest) of database from the [releases](https://github.com/benwebber/open-data-toronto-bodysafe/releases) page.
Run the latest published image with Docker:
```
docker run -p 8000:8000 ghcr.io/benwebber/open-data-toronto-bodysafe:latest
```
Or build the database locally and run the image with Docker Compose:
```
make bodysafe.db
docker compose up
```
## Licence
The City of Toronto makes this data available under the terms of [Open Government Licence – Toronto](https://open.toronto.ca/open-data-licence/).