add new scheme

This commit is contained in:
KatykhinAA
2024-05-24 12:17:32 +03:00
parent 072ced2815
commit e084f73d6b
37 changed files with 1148 additions and 1134 deletions

View File

@@ -1,37 +1,37 @@
@startuml
'Параметры для интерфейсов
skinparam interface {
backgroundColor #1a2eff
borderColor black
}
'Параметры для компонентов
skinparam component {
FontSize 13
ArrowFontStyle Bold
FontName Times New Roman
BorderColor black
BackgroundColor #e6ffef
ArrowFontName Courier
ArrowColor #111111
ArrowFontColor #111111
}
frame Mycroft_scheme #ededed {
database MySql #turquoise {
[Sphinx]
}
database ElasticSearch #turquoise {
[Sherlock]
}
[request] --> [Sherlock]
[request] --> [Sphinx]
[Sherlock] --> [aggregate]
[Sphinx] --> [aggregate]
[aggregate] --> [csv_files]: save
}
@startuml
'Параметры для интерфейсов
skinparam interface {
backgroundColor #1a2eff
borderColor black
}
'Параметры для компонентов
skinparam component {
FontSize 13
ArrowFontStyle Bold
FontName Times New Roman
BorderColor black
BackgroundColor #e6ffef
ArrowFontName Courier
ArrowColor #111111
ArrowFontColor #111111
}
frame Mycroft_scheme #ededed {
database MySql #turquoise {
[Sphinx]
}
database ElasticSearch #turquoise {
[Sherlock]
}
[request] --> [Sherlock]
[request] --> [Sphinx]
[Sherlock] --> [aggregate]
[Sphinx] --> [aggregate]
[aggregate] --> [csv_files]: save
}
@enduml