casrar / Sentireddit

A self hostable full stack app to provide sentiment analysis Reddit data.
0 stars 0 forks source link

Refactor project structure #41

Open casrar opened 7 months ago

casrar commented 7 months ago

before any more work I need to refactor most of the project

casrar commented 7 months ago

My current thoughts lie here; if I run my API/Website as a separate docker container, and my scraper as an api with its own container. Then it might make things much easier.

All in all I need to move some folders around but architecture wise, that might be my best way forward.

casrar commented 7 months ago

Scheduler, website, and scraper will all run in their own containers. More research into flask is needed to move forward. Lots of breaking changes have occurred.