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