- TypeScript Microservices
- Parth Ghiya
- 118字
- 2021-06-25 21:48:35
Netflix
Netflix is one of the front-runners in microservice adoption. Netflix processes billions of viewing events per day. It needed a robust and scalable architecture to manage and process this data. Netflix used polyglot persistence to get the strength of each of the technological solutions they adopted. They used Cassandra for high volume and lower latency writes operations and a hand-made model with tuned configurations for medium volume write operations. They have Redis for high volume and lower latency reads at the cache level. Several frameworks that Netflix tailor-made are now open source and available for use:
Just checking the stars on these repositories will give an idea of the rate of adoption of microservices using Netflix's tools.