chromium-downloads
chromium-downloads copied to clipboard
Convert to SQLite+S3 backend rather than a dedicated PostgreSQL database
We are migrating this application to a new hosting platform and no longer want to run it with a dedicated PostgreSQL database to streamline maintenance and operations. Since we typically don't run this application at large horizontal scale, I've refactored it to leverage a local SQLite database that gets pulled from S3 (or created) on startup, and pushed to S3 on shutdown.
I also fleshed-out the readme a bit more with some of the new env variables I added and some more ELI5 running instructions.