willie 6bcbe5f3b6 starting architectual design 4 年 前
..
.vscode 23dd8aada3 initial commit 4 年 前
api 72bde1e524 changing source control reference 4 年 前
cmd 72bde1e524 changing source control reference 4 年 前
config 72bde1e524 changing source control reference 4 年 前
configs 72bde1e524 changing source control reference 4 年 前
dao 72bde1e524 changing source control reference 4 年 前
deployments 72bde1e524 changing source control reference 4 年 前
devdata 23dd8aada3 initial commit 4 年 前
health 72bde1e524 changing source control reference 4 年 前
internal 72bde1e524 changing source control reference 4 年 前
logging 23dd8aada3 initial commit 4 年 前
model 72bde1e524 changing source control reference 4 年 前
test 72bde1e524 changing source control reference 4 年 前
worker 72bde1e524 changing source control reference 4 年 前
Dockerfile 72bde1e524 changing source control reference 4 年 前
Makefile 23dd8aada3 initial commit 4 年 前
README.md 6bcbe5f3b6 starting architectual design 4 年 前
architectual.md 6bcbe5f3b6 starting architectual design 4 年 前
architecture.drawio 6bcbe5f3b6 starting architectual design 4 年 前
go.mod 72bde1e524 changing source control reference 4 年 前
go.sum 23dd8aada3 initial commit 4 年 前
scratch.Dockerfile 23dd8aada3 initial commit 4 年 前

README.md

Message Service

Eine kleine Studie, wie ein Cloud Native Message Service aussehen könnte.

Liste der Features

  • REST Interface für Producer und Consumer
  • Ermöglicht gleichzeitig Queue und Topic
  • Queues und Topics werden durch ersten Zugriff automatisch erzeugt.
  • Persistenz im Filesystem u. (später) MongoDB