This projects presents instances of the Change Data Capture (CDC) realization via different technologies and techniques.
This projects presents instances of the Change Data Capture (CDC) realization via different technologies and techniques.
These instructions allow to get a copy of this project and run it on a local machine.
Before using it, make sure that follows software are installed on the local machine:
- Docker Compose - tool for defining and running multi-container
Docker
applications.
If any of the listed software is not installed, then it can be installed by instruction as described below.
- Install Docker Compose according to instructions from an official source.
In order to install it is quite simple to clone or download this repository.
For the cloning this repository to a local machine, just use the following param:
git@github.com:innopolis-university-java-team/change-data-capture-instances.git
To do the launching some incstance, go to the instance directory and execute the following command:
docker-compose up --build
- Docker Compose - tool for defining and running multi-container
Docker
applications.
- Alexander A. Kropotin - initial work - ololx.
This project is unlicensed - see the lisence document for details.