seanbreckenridge / my_feed

a personal media (movies, tv episodes, video games, albums, listens) feed using HPI
https://sean.fish/feed
MIT License
9 stars 1 forks source link

create alternative golang backend #22

Closed seanbreckenridge closed 1 year ago

seanbreckenridge commented 1 year ago

this takes about 10% of the memory on my server just sitting there not serving requests

so, can probably leave the JSON loading stuff/database creation/syncing in python, but the actual serving in golang instead

whenever I upload a new JSON file to the server, this can ping the golang server to shell out to a python script to update the database