src/source/architecture.rst
branchdev-dc
changeset 33 eeef4052fcd1
parent 32 fd15bdd3192e
child 104 942151432421
equal deleted inserted replaced
32:fd15bdd3192e 33:eeef4052fcd1
    13 
    13 
    14 
    14 
    15 Quickstart deployment
    15 Quickstart deployment
    16 ---------------------
    16 ---------------------
    17 
    17 
       
    18 Overview of the environement system after the :ref:`quickstart` installation.
       
    19 It's a very lite configuration, with only mandatory resourses.
       
    20 Obviously you can extend this system by connecting more resources like is described in the :ref:`config` chapiter
    18 
    21 
    19 
    22 
    20 .. image:: _static/architecture_quickstart.png
    23 .. image:: _static/architecture_quickstart.png
    21 
    24 
    22 
    25 
    23 
    26 
    24 Developpement deployment
    27 Developpement deployment
    25 ------------------------
    28 ------------------------
       
    29 
       
    30 In additon of mandatory resource **PyAMS** could work with:
    26 
    31 
    27 * a websockets server (GuniCorn), used to handle desktop notifications;
    32 * a websockets server (GuniCorn), used to handle desktop notifications;
    28   you can find information about this component in the :ref:`pyams_notify` chapter;
    33   you can find information about this component in the :ref:`pyams_notify` chapter;
    29 
    34 
    30 * an Elasticsearch index, used to handle quick and optimized searching.
    35 * an Elasticsearch index, used to handle quick and optimized searching.
    34 
    39 
    35 
    40 
    36 Production deployment
    41 Production deployment
    37 ---------------------
    42 ---------------------
    38 
    43 
       
    44 Use case in a more complete prodution environement.
    39 
    45 
    40 .. image:: _static/architecture_prod.png
    46 .. image:: _static/architecture_prod.png
    41 
    47