Abhishekkalra88 / Entity-Media-Sentiment-Analyzer

The program analyzes the sentiment of media coverage for an entity.
0 stars 0 forks source link

[EMSA-050]Application Integration with a database #7

Open Abhishekkalra88 opened 4 years ago

Abhishekkalra88 commented 4 years ago

The application needs to be integrated with a database for optimal recalling and archiving. Implementaion of this would help deliver both applicaiton performance optimization as well as ability for record keeping.

arumugam22 commented 4 years ago

User story Template: Application Integration with a database

Priority : Optional Level of Effort (LOE) Estimate: [TBD]

As a Data analytics engineer, we want to prepare a database to store legacy collected information. When the same focal entity name triggered then instead of scrapping again from web, collect the information from database and utilize.

Database Structure : Entity name Web page URL Web page content Creation timestamp Entity analyser sentiment (Positive / Negative) Entity analyser sentiment score Sentiment determined key words / phrases Money Laundering/ Terrorist financing / Anti bribery corruption key words

Input: Output from Entity media analyzer result (above list)

Process: [TBD]

Output: Store all 7 fields in database.