From 648c4d0ac5e6935452582b34d240cb028987f89e Mon Sep 17 00:00:00 2001 From: jochen weber Date: Mon, 21 Jun 2021 08:28:39 +0200 Subject: [PATCH 1/4] asses nats --- radar/2021-01-01/nats.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 radar/2021-01-01/nats.md diff --git a/radar/2021-01-01/nats.md b/radar/2021-01-01/nats.md new file mode 100644 index 0000000..8b9a12e --- /dev/null +++ b/radar/2021-01-01/nats.md @@ -0,0 +1,10 @@ +--- +title: "NATS" +ring: assess +quadrant: languages-and-frameworks +featured: true +--- + +NATS is a cloud native messaging and stream-data system for modern distributed software systems. +Two design-goals [design-goals](https://github.com/nats-io/nats-general/blob/master/architecture/DESIGN.md) were simplizity and performance. These are adopted by selecting [golang](https://golang.org/) for the server implementation and reducing the memory footprint for both: server- and client-side. +The server-side provides simple and efficient horizontal scaling (e.g. deploying it inside kubernetes) and the small client-footprint allows us to use it im embedd-systems, edge-computing and IoT devices e.g. for command and controll use-cases. Also the long list of existing [integrations](https://docs.nats.io/compare-nats#integrations) and the plugin-systems brings a great flexibilty. \ No newline at end of file From 18ae2e4759f93562c6d5288b8f38e8a463d9c715 Mon Sep 17 00:00:00 2001 From: jochen Date: Mon, 21 Jun 2021 08:31:20 +0200 Subject: [PATCH 2/4] Update nats.md --- radar/2021-01-01/nats.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radar/2021-01-01/nats.md b/radar/2021-01-01/nats.md index 8b9a12e..c7085a2 100644 --- a/radar/2021-01-01/nats.md +++ b/radar/2021-01-01/nats.md @@ -1,10 +1,10 @@ --- title: "NATS" ring: assess -quadrant: languages-and-frameworks +quadrant: tools featured: true --- NATS is a cloud native messaging and stream-data system for modern distributed software systems. Two design-goals [design-goals](https://github.com/nats-io/nats-general/blob/master/architecture/DESIGN.md) were simplizity and performance. These are adopted by selecting [golang](https://golang.org/) for the server implementation and reducing the memory footprint for both: server- and client-side. -The server-side provides simple and efficient horizontal scaling (e.g. deploying it inside kubernetes) and the small client-footprint allows us to use it im embedd-systems, edge-computing and IoT devices e.g. for command and controll use-cases. Also the long list of existing [integrations](https://docs.nats.io/compare-nats#integrations) and the plugin-systems brings a great flexibilty. \ No newline at end of file +The server-side provides simple and efficient horizontal scaling (e.g. deploying it inside kubernetes) and the small client-footprint allows us to use it im embedd-systems, edge-computing and IoT devices e.g. for command and controll use-cases. Also the long list of existing [integrations](https://docs.nats.io/compare-nats#integrations) and the plugin-systems brings a great flexibilty. From 17336a887a1b8fc3ee78ba9bba8ca08f93d820b2 Mon Sep 17 00:00:00 2001 From: jochen Date: Mon, 21 Jun 2021 08:32:11 +0200 Subject: [PATCH 3/4] Update nats.md --- radar/2021-01-01/nats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radar/2021-01-01/nats.md b/radar/2021-01-01/nats.md index c7085a2..fd4f7ff 100644 --- a/radar/2021-01-01/nats.md +++ b/radar/2021-01-01/nats.md @@ -5,6 +5,6 @@ quadrant: tools featured: true --- -NATS is a cloud native messaging and stream-data system for modern distributed software systems. +[NATS](https://nats.io/) is a cloud native messaging and stream-data system for modern distributed software systems. Two design-goals [design-goals](https://github.com/nats-io/nats-general/blob/master/architecture/DESIGN.md) were simplizity and performance. These are adopted by selecting [golang](https://golang.org/) for the server implementation and reducing the memory footprint for both: server- and client-side. The server-side provides simple and efficient horizontal scaling (e.g. deploying it inside kubernetes) and the small client-footprint allows us to use it im embedd-systems, edge-computing and IoT devices e.g. for command and controll use-cases. Also the long list of existing [integrations](https://docs.nats.io/compare-nats#integrations) and the plugin-systems brings a great flexibilty. From 56958a4403c5793904a15bcf3f9c939ca3eeb666 Mon Sep 17 00:00:00 2001 From: bmsuseluda Date: Fri, 25 Jun 2021 10:04:27 +0200 Subject: [PATCH 4/4] Update nats.md --- radar/2021-01-01/nats.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radar/2021-01-01/nats.md b/radar/2021-01-01/nats.md index fd4f7ff..e6abf20 100644 --- a/radar/2021-01-01/nats.md +++ b/radar/2021-01-01/nats.md @@ -6,5 +6,5 @@ featured: true --- [NATS](https://nats.io/) is a cloud native messaging and stream-data system for modern distributed software systems. -Two design-goals [design-goals](https://github.com/nats-io/nats-general/blob/master/architecture/DESIGN.md) were simplizity and performance. These are adopted by selecting [golang](https://golang.org/) for the server implementation and reducing the memory footprint for both: server- and client-side. -The server-side provides simple and efficient horizontal scaling (e.g. deploying it inside kubernetes) and the small client-footprint allows us to use it im embedd-systems, edge-computing and IoT devices e.g. for command and controll use-cases. Also the long list of existing [integrations](https://docs.nats.io/compare-nats#integrations) and the plugin-systems brings a great flexibilty. +Two design-goals [design-goals](https://github.com/nats-io/nats-general/blob/master/architecture/DESIGN.md) were simplicity and performance. These are adopted by selecting [golang](https://golang.org/) for the server implementation and reducing the memory footprint for both: server- and client-side. +The server-side provides simple and efficient horizontal scaling (e.g. deploying it inside kubernetes) and the small client-footprint allows us to use it in embeded-systems, edge-computing and IoT devices e.g. for command and controll use-cases. Also the long list of existing [integrations](https://docs.nats.io/compare-nats#integrations) and the plugin-systems bring a great flexibilty.