https://github.com/benwebber/open-data-toronto-dinesafe
Git mirror of Toronto DineSafe data
https://github.com/benwebber/open-data-toronto-dinesafe
dinesafe git-scraping open-data open-data-toronto toronto
Last synced: about 2 months ago
JSON representation
Git mirror of Toronto DineSafe data
- Host: GitHub
- URL: https://github.com/benwebber/open-data-toronto-dinesafe
- Owner: benwebber
- Created: 2022-06-01T00:00:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-11-10T03:48:30.000Z (8 months ago)
- Last Synced: 2025-12-26T05:56:37.328Z (6 months ago)
- Topics: dinesafe, git-scraping, open-data, open-data-toronto, toronto
- Language: Makefile
- Homepage: https://open.toronto.ca/dataset/dinesafe/
- Size: 198 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DineSafe
This is a [Git scraping](https://simonwillison.net/series/git-scraping/) mirror of Toronto's [DineSafe](https://open.toronto.ca/dataset/dinesafe/) data.
> DineSafe is Toronto Public Health’s food safety program that inspects all establishments serving and preparing food.
> Each inspection results in a pass, a conditional pass or a closed notice.
## 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-dinesafe/releases/latest) of database from the [releases](https://github.com/benwebber/open-data-toronto-dinesafe/releases) page.
Run the latest published image with Docker:
```
docker run -p 8000:8000 ghcr.io/benwebber/open-data-toronto-dinesafe:latest
```
Or build the database locally and run the image with Docker Compose:
```
make dinesafe.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/).