A cache & aggregator for user ratings from iMDB and other sources. https://unwind.dumpr.org/
Find a file
ducklet 9f6baa99b0 optimize runtime
A `RatingRow`'s `id` and `updated` are never used, but creating them
a million+ times is quite expensive, so initializing them with `None`
saves a lot of time.
`dataclasses`' `fields` function is also quite expensive; loading the
fields from a row directly saves a lot of CPU cycles.
2021-07-04 18:47:26 +02:00
scripts add more filtering options 2021-06-21 23:48:36 +02:00
tests add imdb full import mode 2021-06-21 18:54:03 +02:00
unwind optimize runtime 2021-07-04 18:47:26 +02:00
.gitignore allow year relative filtering 2021-06-22 10:19:15 +02:00
Dockerfile init with some kind of working prototype 2021-06-15 19:09:21 +02:00
poetry.lock add imdb full import mode 2021-06-21 18:54:03 +02:00
pyproject.toml add imdb full import mode 2021-06-21 18:54:03 +02:00
pyrightconfig.json init with some kind of working prototype 2021-06-15 19:09:21 +02:00
README.md init with some kind of working prototype 2021-06-15 19:09:21 +02:00
run add imdb full import mode 2021-06-21 18:54:03 +02:00

Unwind

A cache & aggregator for user ratings from iMDB and other sources.

Users are spread across many platforms and most platforms allow very limited access to their data.
This service aims to offer one interface for all that data and open up access.