Totto16 / imdb-dataset-to-postgresql

IMDB Dataset to preseeded PostgreSQL converter

Repository from Github https://github.comTotto16/imdb-dataset-to-postgresqlRepository from Github https://github.comTotto16/imdb-dataset-to-postgresql

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 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 or also specific dates 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

About

IMDB Dataset to preseeded PostgreSQL converter


Languages

Language:C++ 78.1%Language:Shell 12.6%Language:Meson 6.4%Language:Dockerfile 2.9%