* Process DMM all locally
single call to github to download the repo archive.
remove need for PAT
update RTN to 0.2.13
change to batch_parse for title parsing from RTN
* introduce concurrent dictionary, and parallelism
* update rtn to 025
* Implement movie / show type parsing
* switch to RTN in collectors
* ensure env for pythonnet is loaded, and that requirements copy for qbit
* version bump
* add new indexes, and change year column to int
* Change gist to gin, and change year to int
* Producer changes for new gin query
* Fully map the rtn response using json dump from Pydantic
Also updates Rtn to 0.1.9
* Add housekeeping script to reconcile imdb ids.
* Join Torrent onto the ingested torrent table
Ensure that a torrent can always find the details of where it came from, and how it was parsed.
* Version bump for release
* missing quote on table name
* [wip] bridge python and c# and bring in rank torrent name
* Container restores package now
Includes two dev scripts to install the python packages locally for debugging purposes.
* Introduce slightly turned title matching scoring, by making it length aware
this should help with sequels such as Terminator 2, vs Terminator etc
* Version bump
Also fixes postgres healthcheck so that it utilises the user from the stack.env file