mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
19 lines
232 B
Markdown
19 lines
232 B
Markdown
# example
|
|
|
|
To run,
|
|
|
|
```
|
|
make all
|
|
./run.sh
|
|
```
|
|
|
|
# "architecture"
|
|
|
|
```
|
|
curl -> frontend --> app --> searchapp -> elasticsearch
|
|
(nginx) |
|
|
--> qotd -> internet
|
|
|
|
|
--> redis
|
|
```
|