Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Use PostgreSQL for mapping IDs to article and sound URLs #65

Open
tobinus opened this issue Aug 19, 2016 · 0 comments
Open

Use PostgreSQL for mapping IDs to article and sound URLs #65

tobinus opened this issue Aug 19, 2016 · 0 comments

Comments

@tobinus
Copy link
Member

tobinus commented Aug 19, 2016

Currently, a local sqlite3 database is used. By centralizing this and using a PostgreSQL database, we avoid situations in which one instance thinks a URL is 404, while another one (correctly) knows what sound URL to redirect to. This can easily happen if a user fetches the feed itself from one instance, but uses another instance when fetching the episode (and that instance hasn't generated the feed yet).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant