Skip to content

Commit 5557139

Browse files
committed
README.md
1 parent 146172f commit 5557139

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Tutum Visualizer
2+
3+
[![Deploy to Tutum](https://s.tutum.co/deploy-to-tutum.svg)](https://dashboard.tutum.co/stack/deploy/)
4+
5+
Demo container that displays services on a diagram.
6+
7+
Each node in the swarm will show all tasks running on it. When a service goes down it'll be removed. When a node goes down it won't, instead the circle at the top will turn red to indicate it went down. Tasks will be removed.
8+
Occasionally the Remote API will return incomplete data, for instance the node can be missing a name. The next time info for that node is pulled, the name will update.
9+
10+
11+
TODO:
12+
* Take out or fix how dist works
13+
* Comment much more extensively
14+
* Create tests and make them work better
15+
* Make CSS more elastic. Currently optimized for 3 nodes on a big screen
16+

0 commit comments

Comments
 (0)