Last active
June 3, 2022 18:07
-
-
Save kaiomagalhaes/7c260708e37dca632f0670a17a899670 to your computer and use it in GitHub Desktop.
Exercise response
This file contains 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
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