From 8eb622fef265e5672ffb3e87c1c6dfb9ee6ac0a1 Mon Sep 17 00:00:00 2001 From: Tristan Nolde Date: Sun, 7 Jan 2024 13:24:26 +0100 Subject: [PATCH] docs: Describe find-missing-companies and ingest entrypoints (#535) Co-authored-by: Philipp Horstenkamp --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a01abbd..a52aa05 100644 --- a/README.md +++ b/README.md @@ -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.