/kafka-connect-postgres-implementations

This project connect Kafka with Postgres using debezium to listem database changes

Primary LanguageJavaScriptMIT LicenseMIT

Kafka-connect Postgres implementation 📢

Kafka Postgres

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

Usage

This application will only log the changes that happens at our postgres database

Project Config 🔩

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

Steps

  • 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

Autor

👤 Lucas Yuri

📝 License

Copyright © 2021 Lucas Yuri. This project is MIT licensed.