1. Upgrade database
    1. Create missing tables
      1. https://opensource.ncsa.illinois.edu/bitbucket/projects/GEOD/repos/geostreams-api-v3/browse/geostreams.sql?at=refs%2Fheads%2Ffeature%2FGEOD-1141-dockerize-service-api
    2. Populate parameters table
      1. https://opensource.ncsa.illinois.edu/bitbucket/snippets/6f31b95bf0834285a21fe0ad62c16e96
    3. Populate bins
      1. GET /api/cache
      2. Can provide sensor_id and parameter
      3. Total number of concurrent requests might be 4, depending on how the actor pool is configured
        1. https://www.playframework.com/documentation/2.6.x/ThreadPools
  • No labels