Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kaiomagalhaes/d49183f853ba2e383bf7a561f401c387 to your computer and use it in GitHub Desktop.
Save kaiomagalhaes/d49183f853ba2e383bf7a561f401c387 to your computer and use it in GitHub Desktop.
hiring scenario
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