all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Benjamin <benjamin@uvy.fr>
To: 67263@debbugs.gnu.org
Cc: Benjamin <benjamin@uvy.fr>
Subject: [bug#67263] [PATCH 0/8] adding nats-server package
Date: Sat, 18 Nov 2023 19:14:30 +0100	[thread overview]
Message-ID: <cover.1700330009.git.benjamin@uvy.fr> (raw)

Hello,

Here is a series of patch that is adding nats-server.
Nats [0] is a nice implementation in go of a message broker that is
memory efficient, really fast and also quite easy to package.

For now, I only added the server part. I am working on the command line
client but it is much more complicated to package (because of the number
of dependencies to add). I will add it in the future.

I added the nats-server in messaging.scm because I saw another message
broker there. The other possible location would be in golang.scm.

Best

Benjamin

[0] https://nats.io/


Benjamin (8):
  gnu: Add go-github-com-minio-highwayhash.
  gnu: Add go-github-com-prashantv-gostub.
  gnu: Add go-go-uber-org-automaxprocs.
  gnu: Add go-github-com-nats-io-nuid.
  gnu: Add go-github-com-nats-io-nkeys.
  gnu: Add go-github-com-nats-io-jwt-v2.
  gnu: Add go-github-com-nats-io-nats-go.
  gnu: Add nats-server.

 gnu/packages/golang-check.scm |  24 ++++++
 gnu/packages/golang.scm       | 148 ++++++++++++++++++++++++++++++++++
 gnu/packages/messaging.scm    |  32 ++++++++
 3 files changed, 204 insertions(+)


base-commit: 2ab5e449246f98b049888dde3c310f5b4a0a64a2
-- 
2.41.0





             reply	other threads:[~2023-11-18 18:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-18 18:14 Benjamin [this message]
2023-11-18 18:17 ` [bug#67263] [PATCH 1/8] gnu: Add go-github-com-minio-highwayhash Benjamin
2023-11-18 18:17 ` [bug#67263] [PATCH 2/8] gnu: Add go-github-com-prashantv-gostub Benjamin
2023-11-18 18:17 ` [bug#67263] [PATCH 3/8] gnu: Add go-go-uber-org-automaxprocs Benjamin
2023-11-18 18:17 ` [bug#67263] [PATCH 4/8] gnu: Add go-github-com-nats-io-nuid Benjamin
2023-11-18 18:17 ` [bug#67263] [PATCH 5/8] gnu: Add go-github-com-nats-io-nkeys Benjamin
2023-11-18 18:17 ` [bug#67263] [PATCH 6/8] gnu: Add go-github-com-nats-io-jwt-v2 Benjamin
2023-11-18 18:17 ` [bug#67263] [PATCH 7/8] gnu: Add go-github-com-nats-io-nats-go Benjamin
2023-11-18 18:17 ` [bug#67263] [PATCH 8/8] gnu: Add nats-server Benjamin
2024-02-01 19:55 ` [bug#67263] [PATCH 0/8] adding nats-server package Sharlatan Hellseher
2024-02-08 21:55 ` bug#67263: " Sharlatan Hellseher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1700330009.git.benjamin@uvy.fr \
    --to=benjamin@uvy.fr \
    --cc=67263@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.