update link to upper-constraints.txt
[modeling/etsicatalog.git] / docs / architecture.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. _architecture:
4
5 ============
6 Architecture
7 ============
8
9 Introduction
10 ------------
11
12 The Etsicatalog project provides a runtime catalog service which can be consumed by other projects or components, such as UUI, VF-C, etc.
13 The catalog can be used to store packages distributed by the SDC, and also includes a TOSCA parser service.
14
15 Etsicatalog is a web application based on python3 and Django framework. It is a standalone micro-service which provides:
16
17 - Package Management Service
18 - Parser Service
19
20 .. image:: images/architecture.png