A cache & aggregator for user ratings from iMDB and other sources. https://unwind.dumpr.org/
Find a file
ducklet 1ea09c1a45 feat: use Alembic to initialize the database
This completely removes the previous DB patching mechanism.
When this is first run for an existing installation of Unwind, depending
on its version it might lead to problems because the database's schema
won't match the code.
To avoid that issue, when upgrading Unwind to this version make sure to
STOP the old application, install this new version but DON'T start it,
instead use `alembic upgrade head` to run the outstanding patches, and
only then start the application.
2024-05-19 02:25:36 +02:00
alembic feat: use Alembic to initialize the database 2024-05-19 02:25:36 +02:00
scripts rename scripts 2024-05-11 19:45:39 +02:00
tests feat: use Alembic to initialize the database 2024-05-19 02:25:36 +02:00
unwind feat: use Alembic to initialize the database 2024-05-19 02:25:36 +02:00
unwind-ui chore: update dependencies & scripts 2024-05-10 00:13:01 +02:00
.dockerignore refactor: use .python-version for docker build 2024-05-10 17:01:18 +02:00
.editorconfig chore: update dependencies & scripts 2024-05-10 00:13:01 +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 add scripts to build & run with Docker 2023-11-29 18:01:01 +01:00
.python-version upgrade to Python 3.12 2023-11-26 17:09:07 +01:00
alembic.ini feat: add Alembic 2024-05-18 18:54:46 +02:00
Dockerfile refactor: use .python-version for docker build 2024-05-10 17:01:18 +02:00
poetry.lock feat: add Alembic 2024-05-18 18:54:46 +02:00
Procfile add Vue UI [wip] 2021-07-28 23:08:10 +02:00
pyproject.toml feat: add Alembic 2024-05-18 18:54:46 +02: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.