https://github.com/benwebber/open-data-toronto-rentsafe
Git mirror of Toronto RentSafeTO data
https://github.com/benwebber/open-data-toronto-rentsafe
git-scraping open-data open-data-toronto rentsafe toronto
Last synced: about 2 months ago
JSON representation
Git mirror of Toronto RentSafeTO data
- Host: GitHub
- URL: https://github.com/benwebber/open-data-toronto-rentsafe
- Owner: benwebber
- Created: 2022-05-31T23:16:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-05-24T04:53:55.000Z (about 2 months ago)
- Last Synced: 2026-05-24T06:36:20.713Z (about 2 months ago)
- Topics: git-scraping, open-data, open-data-toronto, rentsafe, toronto
- Language: Python
- Homepage: https://open.toronto.ca/dataset/apartment-building-registration/
- Size: 5.98 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RentSafeTO
This is a [Git scraping](https://simonwillison.net/series/git-scraping/) mirror of Toronto's [RentSafeTO](https://open.toronto.ca/dataset/apartment-building-evaluation/) data set.
## 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-rentsafe/releases/latest) of database from the [releases](https://github.com/benwebber/open-data-toronto-rentsafe/releases) page.
Run the latest published image with Docker:
```
docker run -p 8000:8000 ghcr.io/benwebber/open-data-toronto-rentsafe:latest
```
Or build the database locally and run the image with Docker Compose:
```
make rentsafe.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-license/).