▲xguru 2020-05-04 | parent | favorite | on: Liftbridge - 가볍고 Fault-Tolerant한 메시지 서버(liftbridge.io)NATS - 심플하고 안전한 고성능 오픈소스 메시징 시스템 : https://nats.io/ NATS의 한글 소개글 https://medium.com/@goinhacker/nats-a63fba865d6f 기존에 로그기반 메시징 솔루션으로 NATS Streaming이 있지만 그건 NATS와는 별도의 프로토콜 구현방식, Liftbridge 는 NATS를 보완해서 그 기반위에서 간단하지만 안전한 전송을 보장하도록 구현하는 "Bridge" 그래서 기존 코드의 변경없이 추가하여 사용 가능. Liftbridge vs NATS Streaming vs Apache Kafka vs Apache Pulsar https://liftbridge.io/docs/feature-comparison.html Liftbridge 개발자인 Tyler Treat 가 2017~2018년에 분산 로그시스템 구현에 대해 적은 시리즈 글을 참고하세요. Building a Distributed Log from Scratch - Part 1: Storage Mechanics https://bravenewgeek.com/building-a-distributed-log-from-scratch-part-… - Part 2: Data Replication https://bravenewgeek.com/building-a-distributed-log-from-scratch-part-… - Part 3: Scaling Message Delivery https://bravenewgeek.com/building-a-distributed-log-from-scratch-part-… - Part 4: Trade-Offs and Lessons Learned https://bravenewgeek.com/building-a-distributed-log-from-scratch-part-… - Part 5: Sketching a New System https://bravenewgeek.com/building-a-distributed-log-from-scratch-part-…* Write Ahead Logging 이란 ? : https://postgresql.kr/docs/9.6/wal-intro.html
NATS - 심플하고 안전한 고성능 오픈소스 메시징 시스템 : https://nats.io/
NATS의 한글 소개글 https://medium.com/@goinhacker/nats-a63fba865d6f
기존에 로그기반 메시징 솔루션으로 NATS Streaming이 있지만 그건 NATS와는 별도의 프로토콜 구현방식,
Liftbridge 는 NATS를 보완해서 그 기반위에서 간단하지만 안전한 전송을 보장하도록 구현하는 "Bridge"
그래서 기존 코드의 변경없이 추가하여 사용 가능.
Liftbridge vs NATS Streaming vs Apache Kafka vs Apache Pulsar
https://liftbridge.io/docs/feature-comparison.html
Liftbridge 개발자인 Tyler Treat 가 2017~2018년에 분산 로그시스템 구현에 대해 적은 시리즈 글을 참고하세요.
Building a Distributed Log from Scratch
- Part 1: Storage Mechanics https://bravenewgeek.com/building-a-distributed-log-from-scratch-part-…
- Part 2: Data Replication https://bravenewgeek.com/building-a-distributed-log-from-scratch-part-…
- Part 3: Scaling Message Delivery https://bravenewgeek.com/building-a-distributed-log-from-scratch-part-…
- Part 4: Trade-Offs and Lessons Learned https://bravenewgeek.com/building-a-distributed-log-from-scratch-part-…
- Part 5: Sketching a New System https://bravenewgeek.com/building-a-distributed-log-from-scratch-part-…
* Write Ahead Logging 이란 ? : https://postgresql.kr/docs/9.6/wal-intro.html