Skip to content

Commit

Permalink
feat(node): nats.io, open source messaging system (#301)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault authored Oct 23, 2020
1 parent f944a77 commit 899620a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/onprem/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ class Kafka(_Queue):
_icon = "kafka.png"


class Nats(_Queue):
_icon = "nats.png"


class Rabbitmq(_Queue):
_icon = "rabbitmq.png"

Expand Down
1 change: 1 addition & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ Node classes list of onprem provider.
- **diagrams.onprem.queue.Activemq**, **ActiveMQ** (alias)
- **diagrams.onprem.queue.Celery**
- **diagrams.onprem.queue.Kafka**
- **diagrams.onprem.queue.Nats**
- **diagrams.onprem.queue.Rabbitmq**, **RabbitMQ** (alias)
- **diagrams.onprem.queue.Zeromq**, **ZeroMQ** (alias)

Expand Down
Binary file added resources/onprem/queue/nats.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 899620a

Please sign in to comment.