microservices: Breakdown a Monolithic Application to a Suite of Services

'Microservice' architectural style is an approach to developing a single application as a suite of small services, each running in its own process and communicating with lightweight mechanisms, often an 'HTTP' resource 'API'. These services are built around business capabilities and independently deployable by fully automated deployment machinery. There is a bare minimum of centralized management of these services, which may be written in different programming languages and use different data storage technologies.

Getting started

Package details

AuthorHarel Lustiger [aut, cre] (<https://orcid.org/0000-0003-2953-9598>), Tidylab [cph, fnd]
MaintainerHarel Lustiger <tidylab@gmail.com>
LicenseMIT + file LICENSE
Version0.2.0
URL https://tidylab.github.io/microservices/ https://github.com/tidylab/microservices
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("microservices")

Try the microservices package in your browser

Any scripts or data that you put into this service are public.

microservices documentation built on Oct. 1, 2022, 5:07 p.m.