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

https://github.com/paoliniluis/metatask-timeline-viewer

A simple log extraction script that generates a static to see the tasks being run
https://github.com/paoliniluis/metatask-timeline-viewer

Last synced: 1 day ago
JSON representation

A simple log extraction script that generates a static to see the tasks being run

Awesome Lists containing this project

README

        

# Metabase timeline task viewer

A simple log parser that will render the sync, scan, fingerprint and get field values in a timeline so you can visually see when things are happening

## How to run

1) Install Node.js
2) prepare your log files (locate them on disk)
3) run `node parse.js /path/to/log`
4) open the generated html file on any web browser

## Example
![timeline](timeline.png)

## To do
- make it more automagical
- make the fs async, was done this way to finish it quickly