# Message-DB, PostgreSQL기반의 Pub/Sub 메시지&이벤트 스토어

> Clean Markdown view of GeekNews topic #1096. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1096](https://news.hada.io/topic?id=1096)
- GeekNews Markdown: [https://news.hada.io/topic/1096.md](https://news.hada.io/topic/1096.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2019-12-18T09:47:23+09:00
- Updated: 2019-12-18T09:47:23+09:00
- Original source: [github.com](https://github.com/message-db/message-db)
- Points: 5
- Comments: 1

## Topic Body

대규모에 적합한 EventStore나 Kafka대신 기존의 PostgreSQL을 사용하는 서버.

Pub/Sub 서버 이면서,JSON메시지,Event streams,메시지 큐,메시지 저장소등의 기능 지원.

NPM 이나 Gem 으로 간단히 설치.

## Comments



### Comment 731

- Author: xguru
- Created: 2019-12-18T09:53:28+09:00
- Points: 1

기존에도 "Postgres 를 Pub/Sub Server 로 이용하기" https://news.hada.io/topic?id=877

와 같은 글이 올라오기도 했는데, 잘 돌아가는 Kafka 두고 왜? 라는 생각을 할수도 있겠지만

작은 서비스에서 Kafka 클러스터를 셋업하는 것이 부담이 될수 있어서,

훨씬 더 작고 빠르게 대체제로 사용할 수 있는 방법 같습니다.
