What is an example of microservices?

Most large scale web sites including Netflix, Amazon and eBay have evolved from a monolithic architecture to a microservice architecture. Netflix, which is a very popular video streaming service that’s responsible for up to 30% of Internet traffic, has a large scale, service-oriented architecture.

Read more

Is Django a Microservice?

It’s certainly possible . Whether it is a good idea depends on what you need. For most microservices, Django is likely overkill and Flask may be a better idea. But if it’s a “complex microservice” with authentication, a database, various models, then Django may be the best bet.

Read more