Git Product home page Git Product logo

kafka-poc's Introduction

Poc

Kafka + Debezium

This is a proof of concept of how kafka works together with debezium to create a connection to SQL Server and automatically create topics from changes made directly to the database.


 

Steps

  • Edit the docker-compose.yml file inside the scripts folder and change the ip 192.168.0.73:9092 to your local IP, example: 000.000.0.00:9092.
  • Run the docker-compose up command inside the scripts folder.
  • Run the script.sql file from within the scripts folder.
  • Import the file into postman and make a post to write the data from your created database to the debezium connector, remember to change the host to your local ip, If you prefer, you can consult the endpoint documentation.
  • Open the solution and change line 15 of App.Consumer to your local ip as specified in the first step and run App.Consumer.
  • Add a record to the table for debezium to create a topic.

##############################################################################


 

Remember that the code is a POC (proof of concept).

kafka-poc's People

Contributors

phmonte avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.