Skip to content

Commit

Permalink
update - jwt tokens and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fsignorini committed Oct 1, 2018
1 parent cb41bfd commit a230cf3
Show file tree
Hide file tree
Showing 17 changed files with 182 additions and 9 deletions.
Binary file modified docs/_static/screen/arch_1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/_static/screen/arch_11.png
Binary file not shown.
Binary file removed docs/_static/screen/arch_12.png
Binary file not shown.
Binary file modified docs/_static/screen/dependecy.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/screen/discovery.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/screen/microservice_arq.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/screen/scheduler.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions docs/developer/architecture/scheduler_app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,11 @@ Download de repository
======================= ============================ ===========================
Env Variables Example Description
======================= ============================ ===========================
MAESTRO_DATA_URI http://data:5000 Data Layer API URL
MAESTRO_DATA_URI http://localhost:5000 Data Layer API URL
MAESTRO_DISCOVERY_URI http://localhost:5000 Discovery App URL
MAESTRO_ANALYTICS_URI http://localhost:5020 Analytics App URL
MAESTRO_REPORT_URI http://localhost:5005 Reports App URL
MAESTRO_MONGO_URI localhost MongoDB URI
MAESTRO_MONGO_DATABASE maestro-client Mongo Database name
MAESTRO_MONGO_DATABASE maestro-scheduler Mongo Database name
CELERY_BROKER_URL amqp://rabbitmq:5672 RabbitMQ connection
======================= ============================ ===========================
41 changes: 41 additions & 0 deletions docs/developer/qa.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,44 @@ CodeClimate .. image:: https://api.codeclimate.com/v1/badges/0d6930d08ca21
:alt: Test Coverage
================ ==================================================================================================================================================================================

------------

Analytics App
-------------

================ ==================================================================================================================================================================================

Codacy .. image:: https://api.codacy.com/project/badge/Grade/b9ed3c8e272546ceae2f8a98d13ee0f3
:target: https://www.codacy.com/app/maestro/analytics-maestro?utm_source=github.com&utm_medium=referral&utm_content=maestro-server/analytics-maestro&utm_campaign=Badge_Grade

Travis .. image:: https://travis-ci.org/maestro-server/analytics-maestro.svg?branch=master
:target: https://travis-ci.org/maestro-server/analytics-maestro

CodeClimate .. image:: https://api.codeclimate.com/v1/badges/c2272dfe465bdaea4900/maintainability
:target: https://codeclimate.com/github/maestro-server/analytics-maestro/maintainability
:alt: Maintainability
.. image:: https://api.codeclimate.com/v1/badges/c2272dfe465bdaea4900/test_coverage
:target: https://codeclimate.com/github/maestro-server/analytics-maestro/test_coverage
:alt: Test Coverage
================ ==================================================================================================================================================================================

------------

Analytics Front
---------------

================ ==================================================================================================================================================================================

Codacy .. image:: https://api.codacy.com/project/badge/Grade/0bed0f9dbff9486393e87fbe594cba1b
:target: https://www.codacy.com/app/maestro/analytics-front?utm_source=github.com&utm_medium=referral&utm_content=maestro-server/analytics-front&utm_campaign=Badge_Grade

Travis .. image:: https://travis-ci.org/maestro-server/analytics-front.svg?branch=master
:target: https://travis-ci.org/maestro-server/analytics-front

CodeClimate .. image:: https://api.codeclimate.com/v1/badges/645a6be641cb8abfaf36/maintainability
:target: https://codeclimate.com/github/maestro-server/analytics-front/maintainability
:alt: Maintainability
.. image:: https://api.codeclimate.com/v1/badges/645a6be641cb8abfaf36/test_coverage
:target: https://codeclimate.com/github/maestro-server/analytics-front/test_coverage
:alt: Test Coverage
================ ==================================================================================================================================================================================
44 changes: 43 additions & 1 deletion docs/developer/servdiscovery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,46 @@ Architecture map among service dependencies and environment variable used to con

------------

.. image:: ../_static/screen/dependecy.png
.. image:: ../_static/screen/dependecy.png

+---------------+-----------------+----------------------------------------+-------------+
| Service | Need to see | Context | Protocol |
+===============+=================+========================================+=============+
| Client App | Server App | SPA application | Rest |
+---------------+-----------------+----------------------------------------+-------------+
| | WebSocket App | Received status message (service bus) | WebSocket |
+---------------+-----------------+----------------------------------------+-------------+
| | Analytics Front | Show graphs on bussiness analytics | Iframe HTTP |
+---------------+-----------------+----------------------------------------+-------------+
| Server App | Report App | Create any reports | Rest |
+---------------+-----------------+----------------------------------------+-------------+
| | Discovery App | Execute crawler actions | Rest |
+---------------+-----------------+----------------------------------------+-------------+
| | Analytics App | Create bussiness graphs | Rest |
+---------------+-----------------+----------------------------------------+-------------+
| | Audit App | Send any update to audit | Rest |
+---------------+-----------------+----------------------------------------+-------------+
| Report App | Data App | Update report status | Rest |
+---------------+-----------------+----------------------------------------+-------------+
| | WebSocket App | Send to client any status | WebSocket |
+---------------+-----------------+----------------------------------------+-------------+
| Discovery App | Data App | | Rest |
+---------------+-----------------+----------------------------------------+-------------+
| | WebSocket App | | WebSocket |
+---------------+-----------------+----------------------------------------+-------------+
| Analytics App | Data App | Populate meta data in analytics entity | Rest |
+---------------+-----------------+----------------------------------------+-------------+
| | Analytics Front | Post svgs | Rest |
+---------------+-----------------+----------------------------------------+-------------+
| | WebSocket App | Send to client any status | Socket |
+---------------+-----------------+----------------------------------------+-------------+
| Scheduler App | Report App | Automated and manage reports | Rest |
+---------------+-----------------+----------------------------------------+-------------+
| | Discovery App | Automated and manage discovery | Rest |
+---------------+-----------------+----------------------------------------+-------------+
| | Analytics App | Automated and manage analçytics | Rest |
+---------------+-----------------+----------------------------------------+-------------+
| | Data App | Dump connections parameters. | Rest |
+---------------+-----------------+----------------------------------------+-------------+
| Audit App | Data App | Update any sync rule | Rest |
+---------------+-----------------+----------------------------------------+-------------+

0 comments on commit a230cf3

Please sign in to comment.