-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to develop a feasible server for the solution #109
Comments
Hi, First of all, it should be possible to use a CDN or other solution to allow users to download the "positive data" in a way that shouldn't cost a lot of money to the server. If it is still an issue, there is a trade-off between the size of the data and the privacy of the infected person. Instead of sending epoch keys, you can send only day keys, and that will decrease the size of the data by a factor of 24. This is not supported in the current version of the app, but might be possible to do. |
@eyalr0, thanks for reaching out so promptly, and for the reference that you provided. I will surely go through it. Below is my stress scenario on which I was estimating my cost: Now if I server 1.5Gb to every user, I have huge egress charges as well as an app that incurs heavy data usage. (if not crashes.) My question is:
Attaching the device data sent to the server for 14 day for reference. |
@eyalr0, I read the reference document. I see that section 2.3 Operational Constraints, Point 4 clearly addresses the issue. If I understand it correctly: Assuming that client makes 1 API request per day to fetch the positive data and the request is made at the end of the day.
Questions:
I really appreciate your acknowledgment of the issue and taking out time to assist with it. |
Apologies for raising this as an issue, I am actively seeking assistance with designing server architecture for this.
What I have done so far:
What is the issue that I am facing?
My questions-
I appreciate any response and request to redirect this question to the proper channel where questions can be asked.
The text was updated successfully, but these errors were encountered: