This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| projects:wamp:integration [2015/08/07 10:57] – scipio | projects:wamp:integration [2015/08/07 11:14] (current) – scipio | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Wamp Integration ====== | ====== Wamp Integration ====== | ||
| - | |||
| < | < | ||
| Line 9: | Line 8: | ||
| edge [weight=1.0 | edge [weight=1.0 | ||
| + | db | ||
| + | backend | ||
| + | router [label=" | ||
| + | browser | ||
| + | wsgi [label=" | ||
| - | subgraph cluster_regione { | + | backend -> db |
| - | label=" | + | backend -> router |
| - | style=" | + | browser -> router |
| - | color=bisque; | + | browser -> router |
| - | + | browser | |
| - | db_regione | + | browser |
| - | client_regione | + | wsgi -> db [label=" |
| - | } | + | |
| - | + | ||
| - | subgraph cluster_comune { | + | |
| - | label=" | + | |
| - | style=" | + | |
| - | color=grey; | + | |
| - | + | ||
| - | porta [label=" | + | |
| - | db_permessi | + | |
| - | nas [label=" | + | |
| - | service_to_regione [label=" | + | |
| - | filtro [label=" | + | |
| - | cron [fillcolor=orange shape=box] | + | |
| - | db_permessi [label=" | + | |
| - | } | + | |
| - | + | ||
| - | service_to_regione -> porta:jar | + | |
| - | service_to_regione | + | |
| - | + | ||
| - | porta:soap -> db_regione [dir=back] | + | |
| - | porta: | + | |
| - | + | ||
| - | cron -> filtro | + | |
| - | filtro -> nas [dir=back label=" | + | |
| - | filtro | + | |
| - | filtro -> porta:soap [dir=back label=" | + | |
| } | } | ||
| </ | </ | ||