Install the dependencies
npm install
Create a .env
file with yor database config
cp .env.example .env
vim .env // or whatever editor you prefer
On linux/OSX
./dblog-reader
# or using a file as input
./dblog-reader < ./examples/input.txt
On windows
node ./src/index.js