Skip to content

myridia/CCVR

Repository files navigation

Count CouchDB View Requests

Count CouchDB View Requests From a Haproxy Logs files

CCVR

How to run the Script File

Copy config_default.ini to config.ini and adjust it

cp config_default.ini config.ini

Enviroment Setup

python3.12 -m venv env
. env/bin/activate
pip install pip --upgrade
pip install -r requirements.txt

Set Permission and run the script

sudo chmod +x main.py
python main.py 

To make a binary release for linux or windows you can try

./make_linux_binary.sh
./make_windows_binary.sh

Credits