This repository was archived by the owner on Jul 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeployment.dot
More file actions
55 lines (44 loc) · 1.51 KB
/
deployment.dot
File metadata and controls
55 lines (44 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
graph OpenFurryDeployment {
node [fontname="Marcellus"]
Apache [URL="https://jujucharms.com/apache2/"];
OFAuth [URL="https://github.com/OpenFurry/OFAuth"];
Postgres [URL="https://jujucharms.com/postgresql/"];
Kibana [URL="https://jujucharms.com/kibana/"];
Logstash [URL="https://jujucharms.com/logstash/"];
Honeycomb [URL="https://github.com/OpenFurry/honeycomb"];
Characters [URL="https://github.com/OpenFurry/charref"];
"Characters-legacy" [URL="https://characters.openfurry.org"];
IdeaWheel [URL="https://github.com/OpenFurry/ideawheel"];
Gunicorn [URL="https://jujucharms.com/gunicorn/"];
ElasticSearch [URL="https://jujucharms.com/elasticsearch/"];
Memcached [URL="https://jujucharms.com/memcached/"];
Apache -- OFAuth;
OFAuth -- Postgres;
Apache -- Kibana;
Kibana -- Logstash;
Apache -- Logstash;
OFAuth -- Logstash;
OFAuth -- Honeycomb;
OFAuth -- Characters;
OFAuth -- IdeaWheel;
Gunicorn [shape=box];
Apache -- Honeycomb;
Apache -- Characters;
Apache -- "Characters-legacy";
Apache -- IdeaWheel;
Honeycomb -- Gunicorn;
Characters -- Gunicorn;
IdeaWheel -- Gunicorn;
Honeycomb -- Logstash;
Characters -- Logstash;
IdeaWheel -- Logstash;
Memcached -- Logstash;
Postgres -- Logstash;
ElasticSearch -- Logstash;
Honeycomb -- Memcached;
Honeycomb -- Postgres;
Honeycomb -- ElasticSearch;
Characters -- Postgres;
"Characters-legacy" -- Postgres;
IdeaWheel -- Postgres;
}