Giter Site home page Giter Site logo

mysql-kafka-connect-study's Introduction

mysql-kafka-connect-study

arch-overview.png 가볍게 mysql source connector 학습하고 부하테스트까지 해보기

아키텍처

arch-detail.png

기술스택

  • spring boot
  • mysql, mongo
  • kafka
  • kafka connect
  • schema registry
  • avro converter

기능적 요구사항

  • 게시판을 생성할 수 있다. (O)
  • 게시판에 댓글을 달 수 있다. (O)
  • boardId를 기준으로 게시판을 삭제한다. (O)
  • 게시판을 전체 삭제할 수 있다. (O)
  • Transactional Outbox Pattern(transation log tailing)을 이용해 게시판 CUD 이벤트를 발행 및 보장한다. (O)
  • 데이터 변경 이벤트를 구독하여 NoSQL 형태의 readDB에 동기화를 한다.(CQRS 패턴) (O)

시작하기

로컬 인프라 구축

cd ./infra
cat README.md

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.