Reworked the index.md
- removed commented out text
Minor restructuring of the README.md
---------
Co-authored-by: Tristan Nolde <tristan.nolde@yahoo.de>
Added the latest data from the internet-facing staging DB as json files
to the repo (Git LFS) and added another container to the local
deployment that ingests the files upon creation.
---------
Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de>
Includes a new "app" running the ingestion jobs (aka fetch_news and
find_missing_companies + enrich_company_financials) on a schedule.
This also fixes an issue with the previous schedule implementation by
persisting the schedule in a file that survives new deployment and
continues where it left off.
- added a Dockerfile for the thre containers
- added a workflow step to build and placing the container in the
registry
- added a docker-compose.yaml to use the build images
- added a docker compose to build the images locally and a script for
prebuild steps