-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
48 lines (48 loc) · 1.48 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Type: Package
Package: microservices
Title: Breakdown a Monolithic Application to a Suite of Services
Version: 0.2.0
Date: 2022-06-23
Authors@R: c(
person("Harel", "Lustiger", , "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
URL: https://tidylab.github.io/microservices/,
https://github.com/tidylab/microservices
BugReports: https://github.com/tidylab/microservices/issues
Depends:
R (>= 4.2)
Imports:
config,
desc,
dplyr,
fs,
glue,
purrr,
withr
Suggests:
future,
httptest (>= 3.3.0),
httr,
jsonlite,
pkgload,
plumber (>= 1.0.0),
promises,
testthat (>= 2.3.0),
usethis (>= 1.3.0)
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE, r6 = TRUE)
RoxygenNote: 7.2.0