From c22fb3dc4467ee3c42ea350c07bec901d9facf75 Mon Sep 17 00:00:00 2001 From: didil <1284255+didil@users.noreply.github.com> Date: Fri, 19 May 2023 16:02:18 +0100 Subject: [PATCH] README fixes --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8aab361..d80f5ef 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Inhooks aims to be a lightweight incoming webhooks gateway solution. Written in Go and runnable as a single binary or docker container. Only requires a redis database for storage/queueing. +You can read more about inhooks in the [launch blog post](https://didil.medium.com/inhooks-3983b68274e1). + *Note: This software is still early in its development cycle / not battle-tested. Test thoroughly before using in production systems.* ## Architecture @@ -18,7 +20,7 @@ Inhooks aims to be a lightweight incoming webhooks gateway solution. Written in Inhooks listens to HTTP webhooks and saves the messages to Redis. A processing module retrieves the messages and sends them reliably to the defined targets. ## Features -- Receives HTTP Webhooks and saves to queue +- Receive HTTP Webhooks and save them to a Redis database - Fanout messages to multiple HTTP targets - Fast, concurrent processing - Supports delayed processing