sandeep-sandhu / NewsLookout

The NewsLookout web scraping application with NLP and data pre-processing
GNU General Public License v3.0
3 stars 2 forks source link

Implement final data processing plugin for consolidating data or transfer data #17

Open sandeep-sandhu opened 3 years ago

sandeep-sandhu commented 3 years ago

Implement a final data processing plugin for consolidating data at the completion of all processing for the given date. This could be to collect data from individual JSON/CSV files into a single data-set, or for transferring the collected data after processing is completed. For example, to send data to another server via a database upload JDBC/ODBC link, or SFTP file transfer or via an HTTP based API call.