Skip to content

Data Acquisition

steveoh edited this page Dec 23, 2020 · 2 revisions

During App Development


  • DOC (Trevor Marsh) have created a json rest endpoint using data from their dev database, which includes x and y coordinates and confidence scores.

  • Data will not change so it does not need to be pulled often

  • Map application development should hit their dev data

For App Production


  • The production database schema is still in flux, and will be different than their dev data

  • The api data harvest process will run daily and forklift will need to pick up the daily changes

Clone this wiki locally