A cache & aggregator for user ratings from iMDB and other sources. https://unwind.dumpr.org/
Find a file
ducklet adfead81fc simplify SQL query a bit
With SQLite it's in general not a big issue to run multiple smaller
queries instead a big one, because the overhead per request is much
smaller than with separate DBMS.
This should make it easier to extend `find_ratings` in the future.
2021-12-19 19:35:53 +01:00
scripts add some tests for db.find_ratings 2021-12-19 19:30:08 +01:00
tests add some tests for db.find_ratings 2021-12-19 19:30:08 +01:00
unwind simplify SQL query a bit 2021-12-19 19:35:53 +01:00
unwind-ui update dependencies 2021-12-07 21:18:55 +01:00
.dockerignore clean up container contents 2021-08-05 19:18:52 +02:00
.gitignore exclude *.local from git 2021-07-25 18:06:17 +02:00
Dockerfile fix docker build 2021-12-08 22:59:43 +01:00
poetry.lock add a few first tests for /movies web route 2021-12-07 23:54:06 +01:00
Procfile add Vue UI [wip] 2021-07-28 23:08:10 +02:00
pyproject.toml add a few first tests for /movies web route 2021-12-07 23:54:06 +01:00
README.md init with some kind of working prototype 2021-06-15 19:09:21 +02:00
run support local scripts & env in run script 2021-08-06 12:30:06 +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.