This repository was archived by the owner on Nov 16, 2020. It is now read-only.
This repository was archived by the owner on Nov 16, 2020. It is now read-only.
Scalability discussion #11
Open
Description
General issue for discussion about scalability and other issues that come with it
- How do we make sure the API can handle the user loads, once the app goes live?
- How do we protect against DDoS attacks? Do we use a service like CloudFlare?
- How does the database cope with it?
- How does the TCN protocol deal with large user loads? From what I can tell, every client has to ask for every infected UUID. Depending on the scale, that's a lot of users requesting a lot of UUIDs.