Konversi ke Microservices Untuk Peningkatan Layanan Perpustakaan
DOI:
https://doi.org/10.31599/vr275f23Keywords:
Docker, Kong, Library, Microservices, VirtualizationAbstract
Most web-based applications are applications that provide services to users. The services themselves often change according to policies that are usually based on user satisfaction information. Unfortunately, existing applications are mostly based on open-source which is mostly monolithic. If there is an addition of a new service, it requires development from the beginning again. Especially when there is an imbalance between one service and another where one service requires large resources while other services do not require too many resources such as processors, network speed, or database size. This study tries to propose a system change in the library based on PHP-MySQL to be based on microservices.