the init file currently contains a lot of logic making it hard for new users to figure out how it works.
One way of cleaning this file is moving job database logic to a separate file `job_database.py' (and including the stac api one)
In order to prevent existing links from breaking we can import the databases and add them to the all variable as described here:
https://docs.astral.sh/ruff/rules/unused-import/
(I realize we don't use ruff as a linting tool but still believe we should add it to all)