Created
May 12, 2022 17:21
-
-
Save kaiomagalhaes/d49183f853ba2e383bf7a561f401c387 to your computer and use it in GitHub Desktop.
hiring scenario
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Scenario: | |
- We will have 1000 devices capturing the user's heart rate, with 1 check per second; | |
- each device captures geolocation (latitude, longitude), user (name and age), device, date, heart rate; | |
- Doctors are only interested in all data of the last day (current day is not important in this scenario) | |
- Doctors need analytics dashboards with data by age and by user (from the last day - not considering today) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment