mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 00:14:01 +02:00
Created pipeline to run ner sentiment and sql ingest (#314)
Created a dataprocessing pipline that enhances the raw mined data with Organsiation extractions and sentiment analysis prio to moving the data to the sql db. The transfer of matched data is done afterword. --------- Co-authored-by: SeZett <zeleny.sebastian@fh-swf.de>
This commit is contained in:
@ -17,6 +17,7 @@ See the [CONTRIBUTING.md](CONTRIBUTING.md) about how code should be formatted an
|
||||
The project has currently the following entrypoint available:
|
||||
|
||||
- **data-transformation** > Transfers all the data from the mongodb into the sql db to make it available as production data.
|
||||
- **data-processing** > Processes the data using NLP methods and transfers matched data into the SQL table ready for use.
|
||||
- **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.
|
||||
|
Reference in New Issue
Block a user