feat: refs #4409 README Improved
gitea/mycdc/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2024-04-17 12:31:18 +02:00
parent 430e7fe8f0
commit 4283a37bbf
1 changed files with 14 additions and 3 deletions

View File

@ -1,4 +1,14 @@
# Asynchronous DB calculations reading the binary log
# MyCDC
Application to run asynchronous operations based on DB changes. It is divided
into three services:
- RabbitMQ: Service that allows the exchange and queuing of messages between
applications.
- Producer: Reads and filters changes from the DB binary log and adds the
relevant messages to each RabbitMQ queue.
- Consumer: Obtains the elements from the queues and performs the necessary
operations asynchronously.
## Enviroment setup
@ -13,8 +23,9 @@ git checkout fix-143
Apply *zongji.sql* script into DB.
Copy *config.json* to *config.local.json* and place your local configuration
there.
Copy *producer.json* and *consumer.json* from *config* directory to
*producer.local.json* and *consumer.local.json* and place your local
configuration there.
Install dependencies.
```text