Dreams: Docker swarm logs and stats streamed to your browser

Hey everyone! I’m not sure how many people here use docker swarm for anything but I just released Dreams which is a really simple meteor application that doesn’t require a DB. All it does is stream information about your swarm cluster to the client over DDP.

I made this because running an ELK stack requires a lot of maintenance. ELK is a really good tool but I only needed something that would allow me to share the logs and stats of my cluster with the entire team without having to maintain an elastic search cluster.

1 Like

Looks great, thanks for sharing!