Difference between revisions of "NATS Messaging"

From wikieduonline
Jump to navigation Jump to search
(Created page with "NATS is an open-source software messaging system written in Go programming language with DevOps...")
 
Line 1: Line 1:
[[wikipedia:NATS Messaging|NATS]] is an open-source software [[messaging system]] written in [[Programming Fundamentals/Introduction/Go|Go]] programming language with [[DevOps/Kubernetes|Kubernetes]] and [[Prometheus monitoring|Prometheus]] integration. NATs sever listen on TCP port 4222.
+
[[wikipedia:NATS Messaging|NATS]] is an open-source software [[messaging system]] written in [[Programming Fundamentals/Introduction/Go|Go]] programming language with [[Kubernetes]] and [[Prometheus monitoring|Prometheus]] integration. NATs sever listen on TCP port 4222.
  
 
== Activities ==
 
== Activities ==
# Learn about [[w:Message-oriented_middleware]] and different software implementations such us: [[ActiveMQ]], [[RedHat AMQ]] or [[Apache Kafka]]
+
# Learn about [[wikipedia:Message-oriented_middleware]] and different software implementations such us: [[ActiveMQ]], [[RedHat AMQ]] or [[Apache Kafka]]
 
# Install NATS using docker: https://hub.docker.com/_/nats
 
# Install NATS using docker: https://hub.docker.com/_/nats
 
# Read NATS source code: https://github.com/nats-io/nats-server
 
# Read NATS source code: https://github.com/nats-io/nats-server

Revision as of 15:59, 12 December 2019

NATS is an open-source software messaging system written in Go programming language with Kubernetes and Prometheus integration. NATs sever listen on TCP port 4222.

Activities

  1. Learn about wikipedia:Message-oriented_middleware and different software implementations such us: ActiveMQ, RedHat AMQ or Apache Kafka
  2. Install NATS using docker: https://hub.docker.com/_/nats
  3. Read NATS source code: https://github.com/nats-io/nats-server
  4. Learn how to monitor your NATS: https://nats-io.github.io/docs/faq#how-can-i-monitor-my-nats-cluster

Advertising: