diff --git a/README.md b/README.md index f20f58c..7266161 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,12 @@ As a cloud-native approach, we will take blob storage as a service-independent m - __IBM Cloud Object Storage:__ Enterprise-grade, scalable object storage. - __MinIO:__ Self-hosted, S3-compatible object storage solution for on-premises or private cloud. +#### Arquitectura del sistema + +![Diagram of the conections between the described componentes. Frontend connected to BFF, BFF connected to BlobProvider, BFF connected to Backend, Backend connected to DataProvider and Backend connected to Identity provider.](docs/architecturalComponentLayout.svg) + +--- + ### Glossary __Frontend:__ The part of the application that users interact with directly, typically the website or app interface. diff --git a/docs/architecturalComponentLayout.svg b/docs/architecturalComponentLayout.svg new file mode 100644 index 0000000..81b0056 --- /dev/null +++ b/docs/architecturalComponentLayout.svg @@ -0,0 +1 @@ + \ No newline at end of file