docs: Describe find-missing-companies and ingest entrypoints (#535)

Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de>
This commit is contained in:
Tristan Nolde 2024-01-07 13:24:26 +01:00 committed by GitHub
parent 824e9e48ca
commit 8eb622fef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,8 @@ The project has currently the following entrypoint available:
- **reset-sql** > Resets all sql tables in the connected db.
- **copy-sql** > Copys the content of a db to another db.
- **webserver** > Starts the webserver showing the analysis results.
- **find-missing-companies** >
- **ingest** >
- **find-missing-companies** > Retrieves meta information of companies referenced by others but not yet part of the dataset.
- **ingest** > Scheduled data ingestion of news articles as well as missing companies and financial data.
All entrypoints support the `-h` argument and show a short help.