diff options
Diffstat (limited to 'docs/source/_static/data_flow.puml')
-rw-r--r-- | docs/source/_static/data_flow.puml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/source/_static/data_flow.puml b/docs/source/_static/data_flow.puml new file mode 100644 index 0000000..30f526d --- /dev/null +++ b/docs/source/_static/data_flow.puml @@ -0,0 +1,14 @@ +@startuml + +left to right direction + +agent "YAML entities file" as yaml_file +agent "Data provider" as data_provider +agent "ONAP PYTHON SDK" as onapsdk +agent "ONAP" as onap + +yaml_file --> data_provider +data_provider --> onapsdk +onapsdk --> onap + +@enduml
\ No newline at end of file |