https://github.com/fclairamb/imdb-postgresql
PostgreSQL dump of IMDB
https://github.com/fclairamb/imdb-postgresql
Last synced: about 1 year ago
JSON representation
PostgreSQL dump of IMDB
- Host: GitHub
- URL: https://github.com/fclairamb/imdb-postgresql
- Owner: fclairamb
- Created: 2023-03-21T16:29:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-22T02:10:16.000Z (over 1 year ago)
- Last Synced: 2025-04-10T05:48:21.168Z (about 1 year ago)
- Language: Python
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IMDB database on postgreSQL
## Goal
Create a **reproductible** postgreSQL database from the IMDB dataset so that we can:
- Use it for testing purposes
- Update it easily
- Share it with the community
- Improve it by simply adding new SQL transformations commands
## About IMDB
The [IMDB database](https://www.imdb.com/interfaces/) is a very popular database for testing purposes.
The database will have the same structure as the [IMDB dataset](https://datasets.imdbws.com/).