Browse Source

feat(node): nats.io, open source messaging system (#301)

Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
pull/343/head
Nicolas Lamirault 4 years ago
committed by GitHub
parent
commit
899620a878
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions
  1. +4
    -0
      diagrams/onprem/queue.py
  2. +1
    -0
      docs/nodes/onprem.md
  3. BIN
      resources/onprem/queue/nats.png

+ 4
- 0
diagrams/onprem/queue.py View File

@@ -20,6 +20,10 @@ class Kafka(_Queue):
_icon = "kafka.png"


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


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



+ 1
- 0
docs/nodes/onprem.md View File

@@ -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)



BIN
resources/onprem/queue/nats.png View File

Before After
Width: 256  |  Height: 256  |  Size: 5.4 KiB

Loading…
Cancel
Save