OP 17 February, 2022 - 12:53 AM
I've recently considered moving to using a database for projects instead of the flat files like most apps I see on here use. Just curious if anybody else is using a database with their projects and if they have any details they would like to share?
Specifically I was thinking MongoDB for a general purpose storage for accounts, proxies, and possibly some various configurations. Main reason being for reusing known credentials...whether from one site to another or re-checking expired/changed credentials. Also it would allow for pulling in new proxies in a separate process to update the database and removing non-working proxies...so a long running process against a site can always have a fresh set of proxies.
An account record might look something like:
And proxy records:
Thoughts? Ideas?
Specifically I was thinking MongoDB for a general purpose storage for accounts, proxies, and possibly some various configurations. Main reason being for reusing known credentials...whether from one site to another or re-checking expired/changed credentials. Also it would allow for pulling in new proxies in a separate process to update the database and removing non-working proxies...so a long running process against a site can always have a fresh set of proxies.
An account record might look something like:
And proxy records:
Thoughts? Ideas?