edp-doc/likec4/models/context/edp.c4

32 lines
709 B
Text
Raw Normal View History

model {
edp = system 'EDP' {
description 'EDP Edge Development Platform'
technology 'Kubernetes'
2025-04-07 13:16:55 +00:00
icon tech:kubernetes
-> enterprise 'integrates'
-> cloud 'deploys and observes'
-> localbox // inner-outer loop synchronization
2025-03-31 14:26:46 +00:00
application = schema 'application' {
description 'An application description'
technology 'DSL'
2025-03-31 14:26:46 +00:00
style {
color primary
2025-03-31 14:26:46 +00:00
}
2025-04-01 10:59:05 +00:00
}
container testApp 'Fibonacci' {
description 'Testapp to validate deployments'
2025-04-01 11:15:21 +00:00
component fibonacci 'Fibonacci' {
technology 'Golang'
icon tech:go
}
}
// UI requests data from the Backend
// ui -> backend 'fetches via HTTPS'
}
}