Add /data?key=all for dapper-api to return the latest snapshot metrics of all devices. In memory cache mechanism applied.
Restructured dapper-db-meta-ingest in order to make a developer's tool for importing file locally.
Production Changes
The following production changes are required to deploy these changes:
None
Review
Check the box that applies to this code review. If necessary please seek help with adding a checklist guide for the reviewer.
When assigning the code review please consider the expertise needed to review the changes.
[ ] This is a content (documentation, web page etc) only change.
[x] This is a minor change (meta data, bug fix, improve test coverage etc).
[ ] This is a larger change (new feature, significant refactoring etc). Please use the code review guidelines to add a checklist below to guide the code reviewer.
Code Review Guide
It looks like dapper-db-meta-ingest has changed a lot but actually I'm just moved everything into a function to decouple the major function with the access to S3 in order to create a test tool for import locally.
Proposed Changes
Changes proposed in this pull request:
/data?key=all
for dapper-api to return the latest snapshot metrics of all devices. In memory cache mechanism applied.dapper-db-meta-ingest
in order to make a developer's tool for importing file locally.Production Changes
The following production changes are required to deploy these changes:
Review
Check the box that applies to this code review. If necessary please seek help with adding a checklist guide for the reviewer. When assigning the code review please consider the expertise needed to review the changes.
Code Review Guide
It looks like
dapper-db-meta-ingest
has changed a lot but actually I'm just moved everything into a function to decouple the major function with the access to S3 in order to create a test tool for import locally.