An open API service indexing awesome lists of open source software.

https://github.com/ddonghyeo/effectivedatatransfer

분산 시스템에서 효과적인 데이터 전달 코드 예시
https://github.com/ddonghyeo/effectivedatatransfer

kafka rabbitmq spring spring-boot

Last synced: about 2 months ago
JSON representation

분산 시스템에서 효과적인 데이터 전달 코드 예시

Awesome Lists containing this project

README

          

# EffectiveDataTransfer
분산 시스템에서 효과적인 데이터 전달 코드 예시

블로그 글 1편(RDB) https://ddonghyeo.tistory.com/31

블로그 글 2편(RabbitMQ) [https://ddonghyeo.tistory.com/31](https://ddonghyeo.tistory.com/32)

블로그 글 3편(Kafka) https://ddonghyeo.tistory.com/33

Directory
- RDB : RDB를 사용하는 애플리케이션에서 데이터 전달 방법
- RabbitMQ : RabbitMQ를 사용하는 애플리케이션에서 데이터 전달 방법
- Kafka : Kafka를 사용하는 애플리케이션에서 데이터 전달 방법