Architecture
May 17, 2020
How to build a rate limiter
Rate limiter controls the large number of requests to prevent DDOS attacks which can result…
Architecture
May 17, 2020
Design a payment wallet
Involvement of money is major part in payment systems. Building a wallet service, mainly consists…
Architecture
May 17, 2020
Building an API for low latency trading
Architecture: Design tenets: We have the following main entities in the system:Client ApplicationBackend serviceFinance exchange…
Architecture
May 17, 2020
Build a time-series database
Requirements: It should be able to scale millions of requestsAble to support time series aggregation…