Go to file
Juan Ferrer aa2328db65
gitea/mylogger/pipeline/head This commit looks good Details
refs #5541 Deploy fixes
2023-04-11 12:14:55 +02:00
.vscode refs #5541 Fixes: deploy, error handling, various fixes 2023-04-10 13:56:06 +02:00
.gitignore refs #5541 Fixes, refactor, RC 2023-04-11 10:15:06 +02:00
Dockerfile refs #5541 Deploy fixes 2023-04-11 12:14:55 +02:00
Jenkinsfile refs #5541 deploy fixes 2023-04-10 14:06:45 +02:00
LICENSE First commit 2023-04-08 15:08:37 +02:00
README.md First commit 2023-04-08 15:08:37 +02:00
config.yml refs #5541 Fixes, refactor, RC 2023-04-11 10:15:06 +02:00
docker-compose.yml refs #5541 Deploy fixes 2023-04-11 12:14:55 +02:00
index.js First commit 2023-04-08 15:08:37 +02:00
mylogger.js refs #5541 Date null workaround 2023-04-11 11:32:21 +02:00
package-lock.json refs #5541 Zongji dep removed from package, using fork 2023-04-11 11:45:23 +02:00
package.json refs #5541 Fixes: deploy, package, image tag 2023-04-11 12:04:33 +02:00
zongji.sql First commit 2023-04-08 15:08:37 +02:00
zongji.undo.sql First commit 2023-04-08 15:08:37 +02:00

README.md

Asynchronous DB calculations reading the binary log

Enviroment setup

Because a bug with MariaDB wich it's fix is pending to be merged into main project branch, a zongji fork must be cloned into project root directory. More info at https://github.com/nevill/zongji/issues/143

git clone https://github.com/juan-ferrer-toribio/zongji.git
cd zongji
git checkout fix-143

Apply zongji.sql script into DB.

Copy config.json to config.local.json and place your local configuration there.

Install dependencies.

npm install

Run application

Launch app.

node index.js

Built With