This project have the implementation of a Kafka-Connect with Postgres This application will listen all changes that happens at our database
I made a tutorial were you can see step by step how to inicialize this application. You can check at this LINK
This application will only log the changes that happens at our postgres database
Here you could see the inicial set up of this project, but if want see the project working, I recommend to follow the Tutorial referenced above
- Node v-^12.18
- Yarn v-^1.22
- Docker-compose v-^1.27
- Clone the project:
git clone https://github.com/Luryy/kafka-connect-postgres-implementations.git
cd kafka-connect-postgres-implementations
- Create a .env
Create a .env using the .env.example as model
Alter only the HOST variable with your machine ID
- Start the containers
docker-compose -f docker-compose.yml up -d
- Start the application
yarn install
yarn start
- Now you could see the next steps at the Tutorial
👤 Lucas Yuri
- Github: Luryy
- LinkedIn: Lucas Yuri
Copyright © 2021 Lucas Yuri. This project is MIT licensed.