Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
zarnoevic committed Mar 1, 2024
1 parent c59a599 commit 416e61e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

[//]: # (Badges)

[![Author](https://img.shields.io/badge/author-zarnoevic-brightgreen)]()
[![Language](https://img.shields.io/badge/go-1.22.0-brightgreen)](https://github.com/zarnoevic)
[![License](https://img.shields.io/github/license/zarnoevic/go-rabbitmq?color=brightgreen)](https://github.com/zarnoevic/go-rabbitmq/blob/main/LICENSE.md)
[![Author](https://img.shields.io/badge/author-zarnoevic-blue)]()
[![Language](https://img.shields.io/badge/go-1.22.0-blue)](https://github.com/zarnoevic)
[![License](https://img.shields.io/github/license/zarnoevic/go-rabbitmq?color=green)](https://github.com/zarnoevic/go-rabbitmq/blob/main/LICENSE.md)
[![Go Report Card](https://goreportcard.com/badge/github.com/zarnoevic/go-rabbitmq)](https://goreportcard.com/report/github.com/zarnoevic/go-rabbitmq)
[![Build](https://img.shields.io/github/actions/workflow/status/zarnoevic/go-rabbitmq/build.yml?branch=main&event=push&label=build)](https://github.com/zarnoevic/go-rabbitmq/actions/workflows/build.yml)
[![Tests](https://img.shields.io/github/actions/workflow/status/zarnoevic/go-rabbitmq/tests.yml?branch=main&event=push&label=tests)](https://github.com/zarnoevic/go-rabbitmq/actions/workflows/tests.yml)
Expand All @@ -17,7 +17,7 @@ Each message is of a predefined format and denotes a task over an ordered mappin

## Specification

![diagram.png](diagram.png)
![img.png](img.png)


## Environment setup
Expand Down
Binary file removed diagram.png
Binary file not shown.
10 changes: 8 additions & 2 deletions diagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ end note
/ note over cs
Pre-generated file
end note
/ note over c
Server
end note
/ note over p
Client
end note


' Protocol
Expand All @@ -34,8 +40,8 @@ cs <-> p : Producer reads the commands
p -> rq : Commands are sent to the queue
loop
rq <-> c : Consumer listens for commands
end
c->om : Processes get, add, delete, getAll
c->om : Processes get, add, delete, getAll
end

|||
== Protocol Continues Indefinitely ==
Expand Down
Binary file added img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 416e61e

Please sign in to comment.