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
- Host: GitHub
- URL: https://github.com/paoliniluis/metatask-timeline-viewer
- Owner: paoliniluis
- Created: 2023-10-05T01:37:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-05T02:23:48.000Z (over 1 year ago)
- Last Synced: 2025-06-22T11:11:26.429Z (9 days ago)
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-metabase - Timeline Task Viewer - view Metabase tasks on a timeline with their duration (Metabase Examples / Unofficial and Third Party Examples)
- awesome-metabase - Timeline Task Viewer - view Metabase tasks on a timeline with their duration (Metabase Examples / Unofficial and Third Party Examples)
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
## To do
- make it more automagical
- make the fs async, was done this way to finish it quickly