nmema / globant_challenge

Globant's Data Engineer Challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Historical Data Endpoint

nmema opened this issue · comments

The API should be able to receive CSVs, process and insert them into a DB.

  1. Read CSV files.
  2. Upload the file to an EXISTING table in the DB.
    2.1. Create the DB & tables
  3. Return status

This could be a good moment to deploy the solution on the cloud (optional)