Skip to content

Commit c82b41e

Browse files
committed
chore: translate changes to endpoints into JSON model representation
1 parent 2a6d4cb commit c82b41e

File tree

15 files changed

+131
-51
lines changed

15 files changed

+131
-51
lines changed

dataset/apssouza22_java-microservice/apssouza22_java-microservice.json

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,13 @@
4343
"local_logging"
4444
],
4545
"tagged_values": {
46-
"Port": 8016
46+
"Port": 8016,
47+
"Endpoints": [
48+
"/accounts",
49+
"/accounts/{id}",
50+
"/accounts/search",
51+
"/users"
52+
]
4753
}
4854
},
4955
{
@@ -64,7 +70,12 @@
6470
"local_logging"
6571
],
6672
"tagged_values": {
67-
"Port": 8020
73+
"Port": 8020,
74+
"Endpoints": [
75+
"/emails",
76+
"/send",
77+
"/send/email"
78+
]
6879
}
6980
},
7081
{
@@ -74,7 +85,15 @@
7485
"local_logging"
7586
],
7687
"tagged_values": {
77-
"Port": 8015
88+
"Port": 8015,
89+
"Endpoints": [
90+
"/todo-changes",
91+
"/todos",
92+
"/todos/search",
93+
"/todos/{id}",
94+
"/todos/{id}/status",
95+
"/todo-statistics"
96+
]
7897
}
7998
},
8099
{
@@ -90,7 +109,13 @@
90109
],
91110
"tagged_values": {
92111
"Circuit Breaker": "Hystrix",
93-
"Port": 8018
112+
"Port": 8018,
113+
"Endpoints": [
114+
"/todos",
115+
"/accounts",
116+
"/accounts/me",
117+
"/accounts/me/todos"
118+
]
94119
}
95120
},
96121
{

dataset/ewolff_microservice-kafka/ewolff_microservice-kafka.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@
2929
"tagged_values": {
3030
"Port": 8080,
3131
"Endpoints": [
32-
"/order"
32+
"/",
33+
"/form.html",
34+
"/line",
35+
"/{id}"
3336
]
3437
}
3538
},
@@ -40,7 +43,11 @@
4043
"local_logging"
4144
],
4245
"tagged_values": {
43-
"Port": 8080
46+
"Port": 8080,
47+
"Endpoints": [
48+
"/",
49+
"/{id}"
50+
]
4451
}
4552
},
4653
{
@@ -50,7 +57,11 @@
5057
"local_logging"
5158
],
5259
"tagged_values": {
53-
"Port": 8080
60+
"Port": 8080,
61+
"Endpoints": [
62+
"/",
63+
"/{id}"
64+
]
5465
}
5566
},
5667
{

dataset/ewolff_microservice/ewolff_microservice.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"tagged_values": {
4747
"Port": 8080,
4848
"Endpoints": [
49-
"/catalog",
5049
"/{id}.html",
5150
"/list.html",
5251
"/form.html",
@@ -65,8 +64,7 @@
6564
"Endpoints": [
6665
"/form.html",
6766
"/list.html",
68-
"/{id}.html",
69-
"/customer"
67+
"/{id}.html"
7068
]
7169
}
7270
},
@@ -86,8 +84,7 @@
8684
"/",
8785
"/form.html",
8886
"/{id}",
89-
"/line",
90-
"/order"
87+
"/line"
9188
]
9289
}
9390
}

dataset/fernandoabcampos_spring-netflix-oss-microservices/fernandoabcampos_spring-netflix-oss-microservices.json

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@
4141
],
4242
"tagged_values": {
4343
"Monitoring Dashboard": "Hystrix",
44-
"Port": 8179
44+
"Port": 8179,
45+
"Endpoints": [
46+
"/"
47+
]
4548
}
4649
},
4750
{
@@ -61,7 +64,13 @@
6164
"internal"
6265
],
6366
"tagged_values": {
64-
"Port": 8080
67+
"Port": 8080,
68+
"Endpoints": [
69+
"/api",
70+
"/api/statement/{statementId}",
71+
"/api/statement",
72+
"/api/statements"
73+
]
6574
}
6675
},
6776
{
@@ -70,7 +79,13 @@
7079
"internal"
7180
],
7281
"tagged_values": {
73-
"Port": 8080
82+
"Port": 8080,
83+
"Endpoints": [
84+
"/api",
85+
"/api/cards",
86+
"/api/card/{cardId}",
87+
"/api/new-card"
88+
]
7489
}
7590
},
7691
{
@@ -81,7 +96,17 @@
8196
],
8297
"tagged_values": {
8398
"Port": 8080,
84-
"Circuit Breaker": "Hystrix"
99+
"Circuit Breaker": "Hystrix",
100+
"Endpoints": [
101+
"/api",
102+
"/api/cards",
103+
"/api/card/{cardId}",
104+
"/api/new-card",
105+
"/api/statement-by-card",
106+
"/api/statement/{statementId}",
107+
"/api/statement",
108+
"/api/statements"
109+
]
85110
}
86111
},
87112
{

dataset/fernandoabcampos_spring-netflix-oss-microservices/fernandoabcampos_spring-netflix-oss-microservices.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ digraph dfd2{
2222
rabbitmq -> turbine [label = " --restful_http--\n"]
2323
config_server -> turbine [label = " --restful_http--\n"]
2424
turbine -> monitor_dashboard [label = " --restful_http--\n"]
25-
statement_service [label = "{Service: statement_service | --internal--\nPort: 8080\nEndpoints: ['/api', '/api/statement/\{statementId\}', '/api/statement', /api/statements']}" shape = Mrecord];
25+
statement_service [label = "{Service: statement_service | --internal--\nPort: 8080\nEndpoints: ['/api', '/api/statement/\{statementId\}', '/api/statement', '/api/statements']}" shape = Mrecord];
2626
statement_service -> discovery_service [label = " --restful_http--\n"]
2727
config_server -> statement_service [label = " --restful_http--\n"]
2828
card_service [label = "{Service: card_service | --internal--\nPort: 8080\nEndpoints: ['/api', '/api/cards', '/api/card/\{cardId\}', '/api/new-card']}" shape = Mrecord];

dataset/georgwittberger_apache-spring-boot-microservice-example/georgwittberger_apache-spring-boot-microservice-example.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
"internal"
1818
],
1919
"tagged_values": {
20-
"Port": 11080
20+
"Port": 11080,
21+
"Endpoints": [
22+
"/"
23+
]
2124
}
2225
},
2326
{
@@ -26,7 +29,11 @@
2629
"internal"
2730
],
2831
"tagged_values": {
29-
"Port": 11081
32+
"Port": 11081,
33+
"Endpoints": [
34+
"/",
35+
"/add/{seoName}"
36+
]
3037
}
3138
},
3239
{
@@ -35,7 +42,12 @@
3542
"internal"
3643
],
3744
"tagged_values": {
38-
"Port": 11082
45+
"Port": 11082,
46+
"Endpoints": [
47+
"/",
48+
"/count",
49+
"/{seoName}"
50+
]
3951
}
4052
}
4153
],

dataset/jferrater_tap-and-eat-microservices/jferrater_tap-and-eat-microservices.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"tagged_values": {
6767
"Port": 8004,
6868
"Endpoints": [
69-
"/items"
69+
"/items/search/findByItemCode?itemCode={itemCode}"
7070
]
7171
}
7272
},
@@ -78,7 +78,7 @@
7878
"tagged_values": {
7979
"Port": 8001,
8080
"Endpoints": [
81-
"/prices"
81+
"/prices/search/findByItemCode?itemCode={itemCode}"
8282
]
8383
}
8484
},

dataset/mdeket_spring-cloud-movie-recommendation/mdeket_spring-cloud-movie-recommendation.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
"Port": 8001,
4747
"Endpoints": [
4848
"/user",
49-
"/user/{userId}"
49+
"/user/{userId}",
50+
"/newuser"
5051
]
5152
}
5253
},
@@ -86,15 +87,9 @@
8687
"Circuit Breaker": "Hystrix",
8788
"Load Balancer": "Ribbon",
8889
"Endpoints": [
89-
"/user/{userId}",
90-
"/api/userDetails/{userId}",
91-
"/user",
92-
"/api",
93-
"/recommendation/dummyData",
94-
"/movie/dummyData",
95-
"/newuser",
96-
"/api/recommendation/user/{userId}",
97-
"/movie"
90+
"/api/userDetails/{userId}",
91+
"/api",
92+
"/api/recommendation/user/{userId}"
9893
]
9994
}
10095
}

dataset/mudigal-technologies_microservices-sample/mudigal-technologies_microservices-sample.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,10 @@
8787
"local_logging"
8888
],
8989
"tagged_values": {
90-
"Port": 8082
90+
"Port": 8082,
91+
"Endpoints": [
92+
"/"
93+
]
9194
}
9295
},
9396
{
@@ -97,7 +100,10 @@
97100
"local_logging"
98101
],
99102
"tagged_values": {
100-
"Port": 8084
103+
"Port": 8084,
104+
"Endpoints": [
105+
"/"
106+
]
101107
}
102108
},
103109
{
@@ -137,7 +143,10 @@
137143
"tagged_values": {
138144
"Gateway": "Zuul",
139145
"Load Balancer": "Ribbon",
140-
"Port": 8080
146+
"Port": 8080,
147+
"Endpoints": [
148+
"/"
149+
]
141150
}
142151
},
143152
{

dataset/piomin_sample-spring-oauth2-microservices/piomin_sample-spring-oauth2-microservices.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@
4444
],
4545
"tagged_values": {
4646
"Authorization Server": "Spring OAuth2",
47-
"Port": 9999
47+
"Port": 9999,
48+
"Endpoints": [
49+
"/user"
50+
]
4851
}
4952
},
5053
{

0 commit comments

Comments
 (0)