An open API service indexing awesome lists of open source software.

https://github.com/assertnotnull/stormytrail

Small web app inspired of logio.org to centralize docker logs using Svelte, Fastify, RxJS and socket.io
https://github.com/assertnotnull/stormytrail

Last synced: about 1 year ago
JSON representation

Small web app inspired of logio.org to centralize docker logs using Svelte, Fastify, RxJS and socket.io

Awesome Lists containing this project

README

          

# Stormy Trail

A tool to help developers working with containers.

# Description

It shows all the running containers and allow to select the ones of interest
to get all their logs in the same interface.

![Interface](interface.png)

It uses Svelte for UI, Tailwind CSS, Fastify instead of express and RxJS to manage the events.

# How to run it

```
yarn run dev
```