-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathscenarios-pathway.json
41 lines (41 loc) · 1.1 KB
/
scenarios-pathway.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
{
"title": "Monoliths to Microservices: App Transformation Hands-on Workshop",
"description": "",
"courses": [
{
"pathway_id": "scenarios",
"course_id": "getting-started",
"title": "Getting Started with this course"
},
{
"pathway_id": "scenarios",
"course_id": "moving-existing-apps",
"title": "Moving existing apps to the cloud"
},
{
"pathway_id": "scenarios",
"course_id": "developer-intro",
"title": "A Developer Introduction to OpenShift"
},
{
"pathway_id": "scenarios",
"course_id": "mono-to-micro-part-1",
"title": "Transforming an existing monolith (Part 1)"
},
{
"pathway_id": "scenarios",
"course_id": "mono-to-micro-part-2",
"title": "Transforming an existing monolith (Part 2)"
},
{
"pathway_id": "scenarios",
"course_id": "reactive-microservices",
"title": "Building Reactive Microservices"
},
{
"pathway_id": "scenarios",
"course_id": "resilient-apps",
"title": "Prevent and detect issues in a distributed system"
}
]
}