Skip to content

Commit 904299a

Browse files
authored
Add bibliography to readme on microservices migration
Added bibliography section with references on microservices.
1 parent 64e5421 commit 904299a

File tree

1 file changed

+9
-0
lines changed
  • docs/temas/Refactorización de monolitos a microservicios en PHP

1 file changed

+9
-0
lines changed

docs/temas/Refactorización de monolitos a microservicios en PHP/readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,12 @@ class OrderController {
9191
}
9292
}
9393
````
94+
## Bibliografia
95+
96+
Fowler, M. (2015). Microservices: a definition of this new architectural term. MartinFowler.com. https://martinfowler.com/articles/microservices.html
97+
98+
Balalaie, A., Heydarnoori, A., & Jamshidi, P. (2016). Microservices architecture enables DevOps: Migration to a cloud-native architecture. IEEE Software, 33(3), 42–52. https://doi.org/10.1109/MS.2016.64
99+
100+
Vogel, A. (2019). Migrating from Monolith to Microservices. InfoQ. https://www.infoq.com/articles/migrating-monolith-microservices/
101+
102+
PHP-FIG. (2020). PHP Standards Recommendations (PSR). PHP Framework Interop Group. https://www.php-fig.org/psr/

0 commit comments

Comments
 (0)