Skip to content

joynal/logs-processor

Repository files navigation

Overview

The program read log file as a stdin and NodeJS streams are compatible with the stdin. So no need to handle filesystem code. It can easily process larger file without any problem(until defined variable's memory allocation exceeds). Saved data to sqlite for simplicity and portability.

Install packages

npm i

How to run

After cat command place your log file path.

cat log_file.txt | node app.js

Screenshots

App:

DB:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published