mirror of
https://github.com/mfornos/awesome-microservices.git
synced 2025-02-17 15:45:13 -05:00
Add F5's seven part series on microservices
This commit is contained in:
parent
edb2c73663
commit
c2eb599517
1 changed files with 2 additions and 1 deletions
|
@ -232,7 +232,7 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
### PHP
|
||||
|
||||
- [API Platform](https://api-platform.com/) - API-first web framework on top of Symfony with JSON-LD, Schema.org and Hydra support.
|
||||
- [Ecotone](https://docs.ecotone.tech/) - Framework based on architectural principles of DDD, CQRS and Event Sourcing that provides building blocks to create scalable and extensible applications.
|
||||
- [Ecotone](https://docs.ecotone.tech/) - Framework based on architectural principles of DDD, CQRS and Event Sourcing that provides building blocks to create scalable and extensible applications.
|
||||
- [Hyperf](https://github.com/hyperf/hyperf) - Hyperf is an extremely performant and flexible PHP CLI framework based on Swoole 4.5+, powered by the state-of-the-art coroutine server and a large number of battle-tested components.
|
||||
- [Lumen](https://lumen.laravel.com/) - Stunningly fast micro-framework.
|
||||
- [Phalcon](https://phalconphp.com/) - Full-stack PHP framework delivered as a C-extension.
|
||||
|
@ -624,6 +624,7 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
- [Formal Foundations of Serverless Computing](https://arxiv.org/pdf/1902.05870.pdf) :small_orange_diamond:<sup>PDF</sup> - The serverless computing abstraction exposes several low-level operational details that make it hard for programmers to write and reason about their code. This paper sheds light on this problem by presenting λ, an operational semantics of the essence of serverless computing.
|
||||
- [Java Microservices: A Practical Guide](https://www.marcobehler.com/guides/java-microservices-a-practical-guide) - You can use this guide to understand what Java microservices are, how you architect and build them. Also: A look at Java microservice libraries & common questions.
|
||||
- [Microservice Architecture](http://martinfowler.com/articles/microservices.html) - Particular way of designing software applications as suites of independently deployable services.
|
||||
- [Microservices - From Design to Deployment](https://www.f5.com/content/dam/f5/corp/global/pdf/ebooks/Microservices_Designing_Deploying.pdf) :small_orange_diamond:<sup>PDF</sup> - F5's seven-part series on microservices.
|
||||
- [Microservices – Please, don’t](https://riak.com/posts/technical/microservices-please-dont/) - Critical advice about some problems regarding a microservices approach.
|
||||
- [Microservices RefCard](https://dzone.com/refcardz/getting-started-with-microservices) - Getting started with microservices.
|
||||
- [Microservices Trade-Offs](http://martinfowler.com/articles/microservice-trade-offs.html) - Guide to ponder costs and benefits of the mircoservices architectural style.
|
||||
|
|
Loading…
Add table
Reference in a new issue