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