https://github.com/totto16/imdb-dataset-to-postgresql
IMDB Dataset to preseeded PostgreSQL converter
https://github.com/totto16/imdb-dataset-to-postgresql
cpp imdb imdb-dataset postgresql
Last synced: 3 months ago
JSON representation
IMDB Dataset to preseeded PostgreSQL converter
- Host: GitHub
- URL: https://github.com/totto16/imdb-dataset-to-postgresql
- Owner: Totto16
- Created: 2023-12-14T18:18:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T20:14:23.000Z (over 1 year ago)
- Last Synced: 2025-03-13T20:24:27.129Z (over 1 year ago)
- Topics: cpp, imdb, imdb-dataset, postgresql
- Language: C++
- Homepage:
- Size: 219 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A IMDB Dataset Parser in C++
## What is this?
It parses files from https://developer.imdb.com/non-commercial-datasets/ in C++ and saves it to a postgres Database
Inspired by https://github.com/Totto16/imdb-dataset / https://github.com/Totto16/imdb-dataset-parser/ / https://github.com/andreivinaga/imdb-dataset
This [preseeds](https://cadu.dev/creating-a-docker-image-with-database-preloaded/) a postgresql database with the whole data to a docker image, that can be used easily.
## How to use
Use the docker images on GitHub as base database image, e.g. [latest](https://ghcr.io/totto16/preseeded-imdb-database:latest) or also specific dates [20241126](https://ghcr.io/totto16/preseeded-imdb-database:20241126). Use it like a normal `postgres:16-alpine` docker image, and you have the table `imdb`, which already has the data.
## LICENSE
The code under this repo is under MIT License, but the data from IMDb is under a Non-Commercial License, see [here](https://developer.imdb.com/non-commercial-datasets/)