-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathguide_categories.json
83 lines (83 loc) · 3.56 KB
/
guide_categories.json
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[
{
"category_name": "Develop",
"category_title": "Developing your cloud-native application",
"subcategories":
[
{
"subcategory_name": "Getting started",
"guides": ["getting-started", "cdi-intro"]
},
{
"subcategory_name": "RESTful service",
"guides": ["rest-intro", "microprofile-rest-client", "rest-client-java", "microprofile-openapi", "rest-hateoas", "microprofile-rest-client-async"]
},
{
"subcategory_name": "REST alternatives",
"guides": ["microprofile-graphql", "graphql-client", "jakarta-websocket", "jms-intro", "grpc-intro"]
},
{
"subcategory_name": "Reactive service",
"guides": ["microprofile-reactive-messaging", "microprofile-reactive-messaging-rest-integration", "microprofile-reactive-messaging-acknowledgment", "reactive-rest-client", "reactive-messaging-sse"]
},
{
"subcategory_name": "Configuration",
"guides": ["microprofile-config-intro", "microprofile-config", "kubernetes-microprofile-config", "microprofile-config-profile"]
},
{
"subcategory_name": "Fault tolerance",
"guides": ["microprofile-fallback", "retry-timeout", "microprofile-istio-retry-fallback", "bulkhead", "circuit-breaker"]
},
{
"subcategory_name": "Observability",
"guides": ["microprofile-metrics", "microprofile-telemetry-jaeger", "microprofile-health", "kubernetes-microprofile-health", "microprofile-opentracing", "microprofile-opentracing-jaeger"]
},
{
"subcategory_name": "Security",
"guides": ["security-intro", "microprofile-jwt", "social-media-login", "bean-validation", "cors"]
},
{
"subcategory_name": "Persistence",
"guides": ["jpa-intro", "mongodb-intro", "sessions"]
},
{
"subcategory_name": "Client side",
"guides": ["rest-client-angular", "rest-client-angularjs", "rest-client-reactjs"]
}
]
},
{
"category_name": "Build and Test",
"category_title": "Building and testing your cloud-native application",
"subcategories":
[
{
"subcategory_name": "Build",
"guides": ["maven-intro", "gradle-intro", "maven-multimodules", "docker"]
},
{
"subcategory_name": "Test",
"guides": ["testcontainers", "reactive-service-testing", "contract-testing", "arquillian-managed", "microshed-testing"]
},
{
"subcategory_name": "Containerize",
"guides": ["containerize", "containerize-podman", "spring-boot"]
}
]
},
{
"category_name": "Deploy",
"category_title": "Deploying your cloud-native application",
"subcategories":
[
{
"subcategory_name": "Kubernetes",
"guides": ["kubernetes-intro", "openliberty-operator-intro", "istio-intro"]
},
{
"subcategory_name": "Cloud deployment",
"guides": ["cloud-ibm", "openliberty-operator-openshift", "cloud-openshift-operator", "openshift-codeready-containers", "cloud-openshift", "cloud-aws", "cloud-azure", "cloud-google", "okd"]
}
]
}
]