projects:wamp:integration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
projects:wamp:integration [2015/08/07 10:27] – created scipioprojects:wamp:integration [2015/08/07 11:14] (current) scipio
Line 1: Line 1:
 ====== Wamp Integration ====== ====== Wamp Integration ======
- 
  
 <graphviz dot> <graphviz dot>
Line 9: Line 8:
 edge [weight=1.0  arrowsize=0.5  color="#999999"  fontsize = "10" penwidth=1]; edge [weight=1.0  arrowsize=0.5  color="#999999"  fontsize = "10" penwidth=1];
  
-subgraph cluster_regione { +db 
-label="Regione" +backend 
-style="filled,rounded" +router [label="router\nWAMP"] 
-color=bisque; +browser 
- +wsgi [label="frontend\nWSGI"]
-db_regione [label="DB permessi"+
-client_regione [label="client" shape=box] +
-+
- +
-subgraph cluster_comune { +
-label="Comune" +
-style="filled,rounded" +
-color=grey; +
- +
-porta [label="Porta di dominio | <soap> soap | <jar> wamp jar" shape=record] +
-db_permessi [label="DB permessi"+
-nas [label="S:\varchi_adi"] +
-service_to_regione [label="Backend\nZtlDb" shape=box fillcolor=orange] +
-filtro [label="Filtro\nADIshape=box fillcolor=orange] +
-cron [fillcolor=orange shape=box] +
-db_permessi [label="DB permessi"+
-+
- +
-service_to_regione -> porta:jar +
-service_to_regione -> db_permessi [dir=back label="SQL" color=brown fontcolor=brown] +
- +
-porta:soap -> db_regione [dir=back] +
-porta:jar -> client_regione  +
  
-cron -> filtro [label="10min"] +backend -> db 
-filtro -> nas [dir=back label="x.csv"] +backend -> router [dir=both] 
-filtro -> nas [label="x.csv delta.csv"] +browser -> router [label="RPC"] 
-filtro -> porta:soap [dir=back label="SOAP"]+browser -> router [label="publish"] 
 +browser -> router [label="subscribedir=back
 +browser -> wsgi [label="http GET/POST" color=orange] 
 +wsgi -> db [label="synccolor=orange]
  
 }   }  
  
 </graphviz> </graphviz>
  • projects/wamp/integration.1438936055.txt.gz
  • Last modified: 2015/08/07 10:27
  • by scipio