#ICYMI: Adding another level of abstraction can solve many problems, but it doesn’t solve the problem of too many levels of abstraction. — Folk wisdom
In my previous articles, I’ve covered how to combine Tarantool with NGINX to develop APIs, how to use Tarantool modules, and how to write programs in Python 3 — skills that will allow you to solve application problems of any level of complexity.
All along, I have mentioned the benefits of a microservice and RESTful API architecture. However, I would also like to point out that this approach can cause certain issues, because as the number of microservices grows, the load increases, and providing interaction between the different parts of a distributed system can become challenging. Additionally, you will often have to deal with a large number of disparate information systems developed by different teams at different times, and thus problems of integration can become an issue. In other words, API services can be hard to modify as this may require changing other services and so on. https://goo.gl/fehcT5 #DataIntegration #ML
Share this:
- Click to share on Facebook (Opens in new window)
- Click to share on Twitter (Opens in new window)
- Click to email a link to a friend (Opens in new window)
- Click to share on LinkedIn (Opens in new window)
- Click to share on Tumblr (Opens in new window)
- Click to share on Pinterest (Opens in new window)
- Click to share on Reddit (Opens in new window)