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

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