Go to file
Juan Ferrer 2d67c3ee11
gitea/mycdc/pipeline/head This commit looks good Details
ci: refs #4409 Jenkinsfile fixes
2024-04-04 15:04:12 +02:00
config ci: refs #4409 Deploy test 2024-04-04 14:55:29 +02:00
.gitignore Refactor, fixes, featured 2022-11-06 13:00:55 +01:00
Dockerfile.consumer build: refs #4409 Deployment files added 2024-04-04 11:33:29 +02:00
Dockerfile.producer build: refs #4409 Deployment files added 2024-04-04 11:33:29 +02:00
Jenkinsfile ci: refs #4409 Jenkinsfile fixes 2024-04-04 15:04:12 +02:00
LICENSE build: refs #4409 Deployment files added 2024-04-04 11:33:29 +02:00
README.md equals(): value comparison fix, set default schema, doc fix 2022-08-16 15:27:51 +02:00
consumer.js Refactor, fixes, featured 2022-11-06 13:00:55 +01:00
docker-compose.yml build: refs #4409 Deployment files added 2024-04-04 11:33:29 +02:00
index.js Multi-queue alpha, yml config, code clean, refactor 2022-10-24 18:11:25 +02:00
mycdc.js Refactor, fixes, featured 2022-11-06 13:00:55 +01: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
queue.js build: refs #4409 Deployment files added 2024-04-04 11:33:29 +02:00
run-rabbit.sh Refactor, fixes, featured 2022-11-06 13:00:55 +01: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