Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 557 Bytes

File metadata and controls

18 lines (16 loc) · 557 Bytes

PCSOResultsETL

Extract results from https://pcso.gov.ph/

Steps

  1. Launch browser and open https://www.pcso.gov.ph/SearchLottoResult.aspx (Done)
  2. Search by date range (Done)
  3. Copy values from table (Done)
  4. Transform values (Done)
  5. Save as CSV (Done)
  6. Reset latest flag to 'false' for latest game ids (latest_game_ids.csv) via postman
  7. Run STRAPI locally
  8. Run postman via newman with CSV as input
  9. Run ReactJS app
  10. Test if data was inserted successfully
  11. Upload to S3
  12. Invalidate cache on Cloudfront
  13. Test data on production