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

https://github.com/simonrw/tailers

Universal tail toolkit
https://github.com/simonrw/tailers

Last synced: over 1 year ago
JSON representation

Universal tail toolkit

Awesome Lists containing this project

README

          

# Tailers

Multi-tail program capable of tailing:

* [x] log files
* [ ] docker containers
* [ ] kubernetes logs
* [ ] network messages
* ...

The user interface merges all streams into one and prefixes each stream with a
coloured label representing the original source.

## Implementation

The program is written in Rust. It uses threads and channels, but aspires to
transition to the async ecosystem (`tokio`/`async-std`).