Skip to content

Commit

Permalink
diagram updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ormanli committed Sep 27, 2020
1 parent 4a4eab2 commit 03b153c
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

An example system simulating some thermometers sending temperature metrics. It is also possible to query these statistics for a given timespan.

![diagram](diagram.jpg)
![diagram](diagram.png)

Info
====
Expand All @@ -22,7 +22,7 @@ Used Technologies
====
* Docker
* Docker Compose
* Java 11
* Java 14
* Spring Boot 2
* Redis
* gRPC
Expand Down
Binary file added assets/apps/client/client.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/apps/compute/server.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/apps/inmemory/redis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/generic/database/sql.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed diagram.dia
Binary file not shown.
38 changes: 38 additions & 0 deletions diagram.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
digraph root {
fontcolor="#2D3436";
fontname="Sans-Serif";
fontsize=13;
label=Sepet;
nodesep=0.6;
pad=2;
rankdir=LR;
ranksep=0.75;
splines=ortho;
lptdodfe->enaawidv[ color="#7B8894", dir=forward, fontcolor="#2D3436", fontname="Sans-Serif", fontsize=13, label=Publish ];
enaawidv->izurthtm[ color="#7B8894", dir=forward, fontcolor="#2D3436", fontname="Sans-Serif", fontsize=13, label=Subscribe ];
izurthtm->ogrunrnx[ color="#7B8894", dir=forward, fontcolor="#2D3436", fontname="Sans-Serif", fontsize=13, label=JDBC ];
fohhxzpj->lptdodfe[ color="#7B8894", dir=forward, fontcolor="#2D3436", fontname="Sans-Serif", fontsize=13, label="gRPC stream" ];
vnpctgep->lptdodfe[ color="#7B8894", dir=forward, fontcolor="#2D3436", fontname="Sans-Serif", fontsize=13, label="gRPC stream" ];
szhxjyhk->lptdodfe[ color="#7B8894", dir=forward, fontcolor="#2D3436", fontname="Sans-Serif", fontsize=13, label="gRPC stream" ];
subgraph cluster_simulators {
bgcolor="#E5F5FD";
fontcolor="#2D3436";
fontname="Sans-Serif";
fontsize=12;
label=Simulators;
labeljust=l;
pencolor="#AEB6BE";
shape=box;
style=rounded;
fohhxzpj [ fixedsize=true, fontcolor="#2D3436", fontname="Sans-Serif", fontsize=13, height=1.7999999999999998, image="assets/apps/client/client.png", imagescale=true, label="Simulator 1", labelloc=b, shape=none, style=rounded, width=1.4 ];
szhxjyhk [ fixedsize=true, fontcolor="#2D3436", fontname="Sans-Serif", fontsize=13, height=1.7999999999999998, image="assets/apps/client/client.png", imagescale=true, label="Simulator N", labelloc=b, shape=none, style=rounded, width=1.4 ];
vnpctgep [ fixedsize=true, fontcolor="#2D3436", fontname="Sans-Serif", fontsize=13, height=1.7999999999999998, image="assets/apps/client/client.png", imagescale=true, label="Simulator 2", labelloc=b, shape=none, style=rounded, width=1.4 ];

}
;
enaawidv [ fixedsize=true, fontcolor="#2D3436", fontname="Sans-Serif", fontsize=13, height=1.7999999999999998, image="assets/apps/inmemory/redis.png", imagescale=true, label="Pub/Sub", labelloc=b, shape=none, style=rounded, width=1.4 ];
izurthtm [ fixedsize=true, fontcolor="#2D3436", fontname="Sans-Serif", fontsize=13, height=1.7999999999999998, image="assets/apps/compute/server.png", imagescale=true, label=Server, labelloc=b, shape=none, style=rounded, width=1.4 ];
lptdodfe [ fixedsize=true, fontcolor="#2D3436", fontname="Sans-Serif", fontsize=13, height=1.7999999999999998, image="assets/apps/compute/server.png", imagescale=true, label=Collector, labelloc=b, shape=none, style=rounded, width=1.4 ];
ogrunrnx [ fixedsize=true, fontcolor="#2D3436", fontname="Sans-Serif", fontsize=13, height=1.7999999999999998, image="assets/generic/database/sql.png", imagescale=true, label=TimescaleDB, labelloc=b, shape=none, style=rounded, width=1.4 ];

}
Binary file removed diagram.jpg
Binary file not shown.
Binary file added diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 03b153c

Please sign in to comment.