Go to file
Juan Ferrer 77270ed10d Multi-queue alpha, yml config, code clean, refactor 2022-10-24 18:11:25 +02:00
.gitignore Fixes and improvements 2022-08-16 11:45:25 +02:00
README.md equals(): value comparison fix, set default schema, doc fix 2022-08-16 15:27:51 +02:00
config.yml Multi-queue alpha, yml config, code clean, refactor 2022-10-24 18:11:25 +02:00
consumer.js Multi-queue alpha, yml config, code clean, refactor 2022-10-24 18:11:25 +02:00
index.js Multi-queue alpha, yml config, code clean, refactor 2022-10-24 18:11:25 +02:00
mycdc.js Multi-queue alpha, yml config, code clean, refactor 2022-10-24 18:11:25 +02:00
package-lock.json Multi-queue alpha, yml config, code clean, refactor 2022-10-24 18:11:25 +02:00
package.json Multi-queue alpha, yml config, code clean, refactor 2022-10-24 18:11:25 +02:00
run-rabbit.sh Multi-queue alpha, yml config, code clean, refactor 2022-10-24 18:11:25 +02:00
zongji.sql Multi-queue alpha, yml config, code clean, refactor 2022-10-24 18:11:25 +02:00
zongji.undo.sql Code refactor 2022-08-16 12:53:59 +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