A cache & aggregator for user ratings from iMDB and other sources. https://unwind.dumpr.org/
Find a file
ducklet 4981de4a04 remove databases, use SQLAlechemy 2.0 instead
Among the many changes we switch to using SQLAlchemy's connection pool,
which means we are no longer required to guard against multiple threads
working on the database.
All db funcs now receive a connection to use as their first argument,
this allows the caller to control transaction & rollback behavior.
2023-11-27 23:24:35 +01:00
scripts remove databases, use SQLAlechemy 2.0 instead 2023-11-27 23:24:35 +01:00
tests remove databases, use SQLAlechemy 2.0 instead 2023-11-27 23:24:35 +01:00
unwind remove databases, use SQLAlechemy 2.0 instead 2023-11-27 23:24:35 +01:00
unwind-ui respect API_HOST & API_PORT env vars for dev 2023-11-26 19:43:56 +01:00
.dockerignore clean up container contents 2021-08-05 19:18:52 +02:00
.git-blame-ignore-revs add auto-formatting of tests to .git-blame-ignore-revs 2023-02-04 18:16:43 +01:00
.gitignore exclude *.local from git 2021-07-25 18:06:17 +02:00
.python-version upgrade to Python 3.12 2023-11-26 17:09:07 +01:00
Dockerfile upgrade to Python 3.12 2023-11-26 17:09:07 +01:00
poetry.lock remove databases, use SQLAlechemy 2.0 instead 2023-11-27 23:24:35 +01:00
Procfile add Vue UI [wip] 2021-07-28 23:08:10 +02:00
pyproject.toml remove databases, use SQLAlechemy 2.0 instead 2023-11-27 23:24:35 +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.