From f04db4ba3d95940b862ff4d9b48e0fd3f0660dad Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 20 May 2024 01:00:51 +0200 Subject: [PATCH] remove NATS (already listed at CNCF.io) - https://landscape.cncf.io/?group=projects-and-products&view-mode=card&item=app-definition-and-development--streaming-messaging--nats#app-definition-and-development--application-definition-image-build - I was going to move it to https://github.com/awesome-foss/awesome-sysadmin?tab=readme-ov-file#queuing but awesom-sysadmin doesn't allow duplicates with CNCF.io --- software/nats.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 software/nats.yml diff --git a/software/nats.yml b/software/nats.yml deleted file mode 100644 index a5f25e697d..0000000000 --- a/software/nats.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: NATS -website_url: https://nats.io/ -description: Publish/Subscribe event bus, durable queues, key-value store, object store, and more. Native multi-tenancy, multiple authentication and authorization mechanisms. Easy to self-host and federate. -licenses: - - Apache-2.0 -platforms: - - Go - - deb - - Docker - - K8S -tags: - - Miscellaneous -source_code_url: https://github.com/nats-io/nats-server -related_software_url: https://github.com/nats-io -stargazers_count: 14885 -updated_at: '2024-05-18' -archived: false