Published onJune 12, 2020Project: Royal Stock Exchange(RSE) - How to Scale Our System to Millions? - Part 4projectsqlrediselasticsearch10,000 ft overview on how we plan to scale to our first 1,000,000 concurrent users
Published onAugust 21, 2017System Design: Build a Server Side Cachesystem-designflaskpythonredisImplement a server-side cache for faster and scalable systems. Caching results to DB queries can speed up server responses & by not overloading our DB with duplicate queries.