Skip to content

Instantly share code, notes, and snippets.

@kaiomagalhaes
Last active June 3, 2022 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaiomagalhaes/7c260708e37dca632f0670a17a899670 to your computer and use it in GitHub Desktop.
Save kaiomagalhaes/7c260708e37dca632f0670a17a899670 to your computer and use it in GitHub Desktop.
Exercise response
Questions
- Considering this scenario, how would you store device data in the database? given that the API does not allow 1000 requests per second, and devices do not have direct access to the database;
- Which databases would be considered? Why? given the scenario where we only care about the last day (however, we need to keep the data history for analysis)
- How would you store the analytical data? which database? (no need to worry about calculations)
- How would you return analytics data to dashboards? (no need to worry about calculations)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment