Package: microservices
Type: Package
Title: Breakdown a Monolithic Application to a Suite of Services
URL: https://github.com/tidylab/microservices
BugReports: https://github.com/tidylab/microservices/issues
Version: 0.1.1
Date: 2021-05-18
Authors@R: c(
    person("Harel", "Lustiger", email = "tidylab@gmail.com", role = c("aut", "cre"),
    comment = c(ORCID = "0000-0003-2953-9598")),
    person("Tidylab", role = c("cph", "fnd"))
    )
Maintainer: Harel Lustiger <tidylab@gmail.com>
Description: '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.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.1
Language: en-GB
Depends: R (>= 3.5)
Suggests: testthat (>= 2.3.0), usethis (>= 1.3.0), httptest (>= 3.3.0),
        plumber (>= 1.0.0), pkgload, jsonlite, promises, future, httr
Imports: config, desc, dplyr, glue, purrr, withr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-06-05 02:00:20 UTC; Alpha
Author: Harel Lustiger [aut, cre] (<https://orcid.org/0000-0003-2953-9598>),
  Tidylab [cph, fnd]
Repository: CRAN
Date/Publication: 2021-06-05 04:20:02 UTC
