Skip to content

Commit 7e68944

Browse files
committed
Adjust PlantUML files
1 parent 4c28ef6 commit 7e68944

File tree

17 files changed

+149
-149
lines changed

17 files changed

+149
-149
lines changed

dataset/anilallewar_microservices-basics-spring-boot/anilallewar_microservices-basics-spring-boot.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,38 +8,38 @@ skinparam defaultFontSize 11
88

99
digraph dfd2{
1010
node[shape=record]
11-
configserver [label = "{Process: configserver | --infrastructural--\n--configuration_server--\nPort: 8888\nConfiguration Server: Spring Cloud Config\n}" shape = Mrecord];
11+
configserver [label = "{Service: configserver | --infrastructural--\n--configuration_server--\nPort: 8888\nConfiguration Server: Spring Cloud Config\n}" shape = Mrecord];
1212
github_repository [label = "{External Entity: github_repository | --github_repository--\n--entrypoint--\nURL: https\n}"];
1313
github_repository -> configserver [label = " --restful_http--\nProtocol: HTTPS\n"]
14-
webservice_registry [label = "{Process: webservice_registry | --infrastructural--\n--service_discovery--\nPort: 8761\nService Discovery: Eureka\n}" shape = Mrecord];
14+
webservice_registry [label = "{Service: webservice_registry | --infrastructural--\n--service_discovery--\nPort: 8761\nService Discovery: Eureka\n}" shape = Mrecord];
1515
configserver -> webservice_registry [label = " --restful_http--\n"]
16-
zipkin_tracing [label = "{Process: zipkin_tracing | --infrastructural--\n--tracing_server--\nPort: 9411\nTracing Server: Zipkin\n}" shape = Mrecord];
16+
zipkin_tracing [label = "{Service: zipkin_tracing | --infrastructural--\n--tracing_server--\nPort: 9411\nTracing Server: Zipkin\n}" shape = Mrecord];
1717
configserver -> zipkin_tracing [label = " --restful_http--\n"]
18-
mysqldb [label = "{Process: mysqldb | --database--\n--plaintext_credentials--\nPort: 3306\nDatabase: MySQL\nPassword: password\n}" shape = Mrecord];
19-
auth_server [label = "{Process: auth_server | --infrastructural--\n--authorization_server--\n--resource_server--\n--authentication_scope_all_requests--\n--plaintext_credentials--\nPort: 8899\nAuthorization Server: Spring OAuth2\nEndpoints: ['/me']\nUsername: user\nPassword: password\n}" shape = Mrecord];
18+
mysqldb [label = "{Service: mysqldb | --database--\n--plaintext_credentials--\nPort: 3306\nDatabase: MySQL\nPassword: password\n}" shape = Mrecord];
19+
auth_server [label = "{Service: auth_server | --infrastructural--\n--authorization_server--\n--resource_server--\n--authentication_scope_all_requests--\n--plaintext_credentials--\nPort: 8899\nAuthorization Server: Spring OAuth2\nEndpoints: ['/me']\nUsername: user\nPassword: password\n}" shape = Mrecord];
2020
configserver -> auth_server [label = " --restful_http--\n"]
2121
mysqldb -> auth_server [label = " --restful_http--\n--plaintext_credentials_link--\n'Username': root\n 'Password': password\n"]
2222
auth_server -> webservice_registry [label = " --restful_http--\n"]
23-
web_portal [label = "{Process: web_portal | --infrastructural--\n--monitoring_dashboard--\n--monitoring_server--\n--authentication_scope_all_requests--\n--local_logging--\nPort: 8090\nMonitoring Server: Turbine\nMonitoring Dashboard: Hystrix\n}" shape = Mrecord];
23+
web_portal [label = "{Service: web_portal | --infrastructural--\n--monitoring_dashboard--\n--monitoring_server--\n--authentication_scope_all_requests--\n--local_logging--\nPort: 8090\nMonitoring Server: Turbine\nMonitoring Dashboard: Hystrix\n}" shape = Mrecord];
2424
web_portal -> webservice_registry [label = " --restful_http--\n"]
2525
configserver -> web_portal [label = " --restful_http--\n"]
26-
user_webservice [label = "{Process: user_webservice | --internal--\n--local_logging--\n--resource_server--\n--authentication_scope_all_requests--\nPort: 8091\nEndpoints: ['/', '/\{userName\}']\n}" shape = Mrecord];
26+
user_webservice [label = "{Service: user_webservice | --internal--\n--local_logging--\n--resource_server--\n--authentication_scope_all_requests--\nPort: 8091\nEndpoints: ['/', '/\{userName\}']\n}" shape = Mrecord];
2727
user_webservice -> zipkin_tracing [label = " --restful_http--\n"]
2828
configserver -> user_webservice [label = " --restful_http--\n"]
2929
user_webservice -> webservice_registry [label = " --restful_http--\n"]
3030
auth_server -> user_webservice [label = " --restful_http--\n"]
31-
comments_webservice [label = "{Process: comments_webservice | --internal--\n--local_logging--\n--resource_server--\nPort: 8083\nEndpoints: ['/comments', '/comments/\{taskId\}']\n}" shape = Mrecord];
31+
comments_webservice [label = "{Service: comments_webservice | --internal--\n--local_logging--\n--resource_server--\nPort: 8083\nEndpoints: ['/comments', '/comments/\{taskId\}']\n}" shape = Mrecord];
3232
comments_webservice -> zipkin_tracing [label = " --restful_http--\n"]
3333
configserver -> comments_webservice [label = " --restful_http--\n"]
3434
comments_webservice -> webservice_registry [label = " --restful_http--\n"]
35-
task_webservice [label = "{Process: task_webservice | --internal--\n--local_logging--\n--authentication_scope_all_requests--\n--resource_server--\n--circuit_breaker--\n--load_balancer--\nPort: 8082\nCircuit Breaker: Hystrix\nEndpoints: ['/', '/\{taskId\}', '/usertask/\{userName\}']\nLoad Balancer: Spring Cloud\n}" shape = Mrecord];
35+
task_webservice [label = "{Service: task_webservice | --internal--\n--local_logging--\n--authentication_scope_all_requests--\n--resource_server--\n--circuit_breaker--\n--load_balancer--\nPort: 8082\nCircuit Breaker: Hystrix\nEndpoints: ['/', '/\{taskId\}', '/usertask/\{userName\}']\nLoad Balancer: Spring Cloud\n}" shape = Mrecord];
3636
task_webservice -> zipkin_tracing [label = " --restful_http--\n"]
3737
configserver -> task_webservice [label = " --restful_http--\n"]
3838
auth_server -> task_webservice [label = " --restful_http--\n"]
3939
task_webservice -> webservice_registry [label = " --restful_http--\n"]
4040
task_webservice -> web_portal [label = " --restful_http--\n"]
4141
task_webservice -> comments_webservice [label = " --restful_http--\n--circuit_breaker_link--\n--load_balanced_link--\n"]
42-
api_gateway [label = "{Process: api_gateway | --infrastructural--\n--gateway--\n--load_balancer--\n--circuit_breaker--\n--csrf_disabled--\nPort: 8765\nGateway: Zuul\nLoad Balancer: Ribbon\nCircuit Breaker: Hystrix\n}" shape = Mrecord];
42+
api_gateway [label = "{Service: api_gateway | --infrastructural--\n--gateway--\n--load_balancer--\n--circuit_breaker--\n--csrf_disabled--\nPort: 8765\nGateway: Zuul\nLoad Balancer: Ribbon\nCircuit Breaker: Hystrix\n}" shape = Mrecord];
4343
user [label = "{External Entity: user | --user_stereotype--\n--entrypoint--\n--exitpoint--\n}"];
4444
api_gateway -> user [label = " --restful_http--\n"]
4545
user -> api_gateway [label = " --restful_http--\n"]

dataset/apssouza22_java-microservice/apssouza22_java-microservice.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,42 +8,42 @@ skinparam defaultFontSize 11
88

99
digraph dfd2{
1010
node[shape=record]
11-
config_server [label = "{Process: config_server | --configuration_server--\n--infrastructural--\n--local_logging--\nConfiguration Server: Spring Cloud Config\nPort: 8888\n}" shape = Mrecord];
12-
admin [label = "{Process: admin | --administration_server--\n--infrastructural--\n--local_logging--\nAdministration Server: Spring Boot Admin\nPort: 8026\n}" shape = Mrecord];
11+
config_server [label = "{Service: config_server | --configuration_server--\n--infrastructural--\n--local_logging--\nConfiguration Server: Spring Cloud Config\nPort: 8888\n}" shape = Mrecord];
12+
admin [label = "{Service: admin | --administration_server--\n--infrastructural--\n--local_logging--\nAdministration Server: Spring Boot Admin\nPort: 8026\n}" shape = Mrecord];
1313
admin -> config_server [label = " --restful_http--\n"]
14-
eureka_server [label = "{Process: eureka_server | --service_discovery--\n--infrastructural--\n--local_logging--\nService Discovery: Eureka\nPort: 8010\n}" shape = Mrecord];
14+
eureka_server [label = "{Service: eureka_server | --service_discovery--\n--infrastructural--\n--local_logging--\nService Discovery: Eureka\nPort: 8010\n}" shape = Mrecord];
1515
config_server -> eureka_server [label = " --restful_http--\n"]
1616
eureka_server -> admin [label = " --restful_http--\n"]
17-
user_service [label = "{Process: user_service | --internal--\n--local_logging--\nPort: 8016\n}" shape = Mrecord];
17+
user_service [label = "{Service: user_service | --internal--\n--local_logging--\nPort: 8016\n}" shape = Mrecord];
1818
admin -> user_service [label = " --restful_http--\n"]
1919
config_server -> user_service [label = " --restful_http--\n"]
20-
kafka [label = "{Process: kafka | --message_broker--\n--infrastructural--\nMessage Broker: Kafka\nPort: 9092\n}" shape = Mrecord];
21-
mailer [label = "{Process: mailer | --internal--\n--local_logging--\nPort: 8020\n}" shape = Mrecord];
20+
kafka [label = "{Service: kafka | --message_broker--\n--infrastructural--\nMessage Broker: Kafka\nPort: 9092\n}" shape = Mrecord];
21+
mailer [label = "{Service: mailer | --internal--\n--local_logging--\nPort: 8020\n}" shape = Mrecord];
2222
admin -> mailer [label = " --restful_http--\n"]
2323
config_server -> mailer [label = " --restful_http--\n"]
2424
mailer -> eureka_server [label = " --restful_http--\n"]
2525
kafka -> mailer [label = " --restful_http--\n--message_consumer_kafka--\n'Consumer Topic': todo-mail\n"]
26-
reminder [label = "{Process: reminder | --internal--\n--local_logging--\nPort: 8015\n}" shape = Mrecord];
26+
reminder [label = "{Service: reminder | --internal--\n--local_logging--\nPort: 8015\n}" shape = Mrecord];
2727
reminder -> eureka_server [label = " --restful_http--\n"]
2828
admin -> reminder [label = " --restful_http--\n"]
2929
config_server -> reminder [label = " --restful_http--\n"]
3030
reminder -> kafka [label = " --restful_http--\n--message_producer_kafka--\n'Producer Topic': todo-mail\n"]
31-
api_gateway [label = "{Process: api_gateway | --gateway--\n--circuit_breaker--\n--resource_server--\n--infrastructural--\n--csrf_disabled--\n--local_logging--\nCircuit Breaker: Hystrix\nPort: 8018\n}" shape = Mrecord];
31+
api_gateway [label = "{Service: api_gateway | --gateway--\n--circuit_breaker--\n--resource_server--\n--infrastructural--\n--csrf_disabled--\n--local_logging--\nCircuit Breaker: Hystrix\nPort: 8018\n}" shape = Mrecord];
3232
eureka_server -> api_gateway [label = " --restful_http--\n"]
3333
admin -> api_gateway [label = " --restful_http--\n"]
3434
config_server -> api_gateway [label = " --restful_http--\n"]
3535
api_gateway -> user_service [label = " --restful_http--\n--load_balanced_link--\n--feign_connection--\n'Load Balancer': Ribbon\n"]
36-
oauth [label = "{Process: oauth | --authorization_server--\n--tokenstore--\n--infrastructural--\n--circuit_breaker--\n--local_logging--\nAuthorization Server: Spring OAuth2\nPort: 8017\nCircuit Breaker: Hystrix\n}" shape = Mrecord];
36+
oauth [label = "{Service: oauth | --authorization_server--\n--tokenstore--\n--infrastructural--\n--circuit_breaker--\n--local_logging--\nAuthorization Server: Spring OAuth2\nPort: 8017\nCircuit Breaker: Hystrix\n}" shape = Mrecord];
3737
config_server -> oauth [label = " --restful_http--\n"]
3838
oauth -> user_service [label = " --restful_http--\n--auth_provider--\n--load_balanced_link--\n--feign_connection--\n'Load Balancer': Ribbon\n"]
3939
oauth -> eureka_server [label = " --restful_http--\n"]
4040
admin -> oauth [label = " --restful_http--\n"]
41-
proxy [label = "{Process: proxy | --web_application--\n--infrastructural--\n--local_logging--\nWeb Application: Nginx\nPort: 80\n}" shape = Mrecord];
41+
proxy [label = "{Service: proxy | --web_application--\n--infrastructural--\n--local_logging--\nWeb Application: Nginx\nPort: 80\n}" shape = Mrecord];
4242
user [label = "{External Entity: user | --user_stereotype--\n--entrypoint--\n--exitpoint--\n}"];
4343
user -> proxy [label = " --restful_http--\n"]
4444
proxy -> user [label = " --restful_http--\n"]
4545
proxy -> api_gateway [label = " --restful_http--\n"]
46-
zookeeper [label = "{Process: zookeeper | --configuration_server--\n--infrastructural--\nConfiguration Server: ZooKeeper\nPort: 2181\n}" shape = Mrecord];
46+
zookeeper [label = "{Service: zookeeper | --configuration_server--\n--infrastructural--\nConfiguration Server: ZooKeeper\nPort: 2181\n}" shape = Mrecord];
4747
zookeeper -> kafka [label = " --restful_http--\n"]
4848
logstash [label = "{External Entity: logstash | --logging_server--\n--exitpoint--\nLogging Server: Logstash\nPort: 5044\n}"];
4949
proxy -> logstash [label = " --restful_http--\n"]
@@ -55,8 +55,8 @@ digraph dfd2{
5555
admin -> logstash [label = " --restful_http--\n"]
5656
config_server -> logstash [label = " --restful_http--\n"]
5757
mailer -> logstash [label = " --restful_http--\n"]
58-
jmx_monitoring [label = "{Process: jmx_monitoring | --internal--\n}" shape = Mrecord];
59-
todo_infra [label = "{Process: todo_infra | --internal--\n}" shape = Mrecord];
58+
jmx_monitoring [label = "{Service: jmx_monitoring | --internal--\n}" shape = Mrecord];
59+
todo_infra [label = "{Service: todo_infra | --internal--\n}" shape = Mrecord];
6060

6161
}
6262
@enduml

0 commit comments

Comments
 (0)