diff options
| author | Christine Dodrill <me@christine.website> | 2018-02-08 22:47:13 -0800 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2018-02-08 22:47:13 -0800 |
| commit | a12904faf80022b06ac422b7d12b9b261f688f36 (patch) | |
| tree | f8ca691376c38a0f4d377ae2d4e8fde602bbbcf0 /static | |
| parent | 3b50232ae3e6cdb7cd76d4768be0a0d4d98a2fd7 (diff) | |
| download | xesite-a12904faf80022b06ac422b7d12b9b261f688f36.tar.xz xesite-a12904faf80022b06ac422b7d12b9b261f688f36.zip | |
blog: add post on lokahi
Diffstat (limited to 'static')
| -rw-r--r-- | static/img/lokahi.dot | 14 | ||||
| -rw-r--r-- | static/img/lokahi.png | bin | 0 -> 42338 bytes |
2 files changed, 14 insertions, 0 deletions
diff --git a/static/img/lokahi.dot b/static/img/lokahi.dot new file mode 100644 index 0000000..8bd9385 --- /dev/null +++ b/static/img/lokahi.dot @@ -0,0 +1,14 @@ +digraph G { + lokahictl -> lokahid [ label="http+twirp" ] + + lokahid -> nats + lokahid -> postgres + + nats -> webhookworker [ label="webhook.egress" ] + webhookworker -> your_stack + + healthworker -> nats [ label="replies" ] + nats -> healthworker [ label="check.run" ] + healthworker -> postgres + healthworker -> your_stack +} diff --git a/static/img/lokahi.png b/static/img/lokahi.png Binary files differnew file mode 100644 index 0000000..e1aa6dd --- /dev/null +++ b/static/img/lokahi.png |
