Skip to content

Search movie data in a Postgres database, using Rust, Rocket, Rocket-OKAPI, Rayon, DashMap

Notifications You must be signed in to change notification settings

mcsuka/imdbcopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMDB copycat + degrees of separation

Search movie data in a PostgreSQL database, using Rust, Rocket, Rocket-OKAPI, Rayon, DashMap.
The project was meant for me to learn Rust and Rocket, there is very little unit testing done and there is no warranty whatsoever it is working correctly.
The IMDB data can be downloaded from https://datasets.imdbws.com/ as tab-separated files.

Search for a title

Search for films (movie, documentary, series, ...) by a title fragment

Search for a contributor

Search for contributors (actors, actresses, directors, ...) by name

Degrees of separation

Find the shortest distance between 2 actors, via common titles, using Breadth First Search.
For best performance, compile with --release flag.

About

Search movie data in a Postgres database, using Rust, Rocket, Rocket-OKAPI, Rayon, DashMap

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages