.. _data_lake_blueprint: Data Lake """"""""" Diagram '''''''' .. graphviz:: digraph "arch" { rankdir="LR" compound=true; nodesep=0.6; ranksep=1.7; subgraph cluster_elastic { style="filled,solid"; color=black; fillcolor=lightblue; "elastic1"[label="elastic1"]; "elastic2"[label="elastic2"]; "elastic3"[label="elastic3"]; label="Datalake : Elastic cluster"; subgraph cluster_elastic3 { label="Dedicated Elastic\nWorker Hypervisor" fillcolor=gold; elastic3 [ style="filled,dashed,rounded" shape=box fillcolor=white color=black ] elastic3_disks[ style="filled,solid,rounded" shape=component fillcolor=grey color=black label=disks ] } subgraph cluster_elastic2 { label="Dedicated Elastic\nWorker Hypervisor" fillcolor=gold; elastic2 [ style="filled,dashed,rounded" shape=box fillcolor=white color=black ] elastic2_disks[ style="filled,solid,rounded" shape=component fillcolor=grey color=black label=disks ] } subgraph cluster_elastic1 { label="Dedicated Elastic\nWorker Hypervisor" fillcolor=gold; elastic1 [ style="filled,dashed,rounded" shape=box fillcolor=white color=black ] elastic1_disks[ style="filled,solid,rounded" shape=component fillcolor=grey color=black label=disks ] } } "kibana"[ shape=box label="Kibana" style=rounded ]; "etl"[ shape=box label="ETL Service\n(Logstash for example)" style=rounded ]; "command_line"[ shape=box label="Command Line" style=rounded ]; "admins"[ shape=circle label="Nice\nAdmins" style=rounded ]; "any_other_component_etl"[ shape=box label="Any other component\nsending to the ETL service\nfor transformation" style=rounded ]; "any_other_component_direct"[ shape=box label="Any other component\nsending directly in the data lake" style=rounded ]; subgraph cluster_client { label="Client"; "client_node"[label="rsyslog client\nnode"]; } subgraph cluster_mgmtclient { label="Management node"; "client_mgt"[label="rsyslog client\nmgt"]; } subgraph cluster_server1 { label="Islet Hypervisor"; "server_islet"[label="rsyslog"]; } subgraph cluster_server3 { label="Worker Hypervisor"; "server_mgt"[label="rsyslog"]; } elastic1 -> elastic1_disks[color=blue] elastic2 -> elastic2_disks[color=blue] elastic3 -> elastic3_disks[color=blue] client_node -> server_islet [color=red]; client_mgt -> server_mgt [color=red]; server_islet -> etl [color=red]; server_mgt -> etl [color=red]; etl -> elastic2[color=red,lhead=cluster_elastic] elastic3 -> kibana[color=green,ltail=cluster_elastic] command_line -> elastic3[color=green,lhead=cluster_elastic] any_other_component_etl -> etl[color=red] any_other_component_direct -> elastic2[color=red,lhead=cluster_elastic] admins -> kibana admins -> command_line { rank = sink; Legend [shape=none, margin=0, label=<
Legend | |
Store to disk | |
Read / Query / Pull | |
Write / Send / Push |