...
Mermaid | ||||||
---|---|---|---|---|---|---|
| ||||||
{"diagramDefinition":"flowchart TD;\n AbiquoServer[Abiquo Sever] --> |prices| AbiquoBilling[Abiquo billing] \n AbiquoServer[Abiquo Server] --> |usage| AbiquoBilling[Abiquo billing] \n AbiquoBilling[Abiquo billing\\nintegration] --> BillingFile[Billing data\\nDBMS or CSV] --> Private[Private Billing] \n Private[Private Billing] --> |billing data\\nfor dashboard| AbiquoServer[Abiquo Server]\n BillingFile[Billing file\\nDBMS] --> |DBMS| CustomerBilling[Customer Billing System]\n BillingFile[Billing file\\nDBMS] --> CSVgenerator[CSV Generator] --> |CSV| CustomerBilling[Customer Billing System]\n subgraph Abiquo\n AbiquoServer\n end\n style AbiquoServer fill:#ec9032,stroke:#666,stroke-width:2px,color:#fff\n style AbiquoBilling fill:#ec9032,stroke:#666,stroke-width:2px,color:#fff\n style BillingFile fill:#999999,stroke:#666,stroke-width:2px,color:#fff,stroke-dasharray: 5 5\n style Abiquo fill:#DDDDDD,stroke:#666,stroke-width:2px,color:#fff,stroke-dasharray: 5 5\n style Private fill:#ec9032,stroke:#666,stroke-width:2px,color:#fff\n style CSVgenerator fill:#ec9032,stroke:#666,stroke-width:2px,color:#fff"} |
...