Transfa / sendhooks-engine

Open Source Webhooks Engine Written in Go
https://sendhooks.com
MIT License
38 stars 9 forks source link
go golang webhooks

SendHooks Engine

GitHub Tag Build and Release Go CodeQL

⚠️ Warning: This project is not stable yet. Feel free to join the Discord so we can build together https://discord.gg/w2fBSz3j

Introduction

SendHooks Engine is a high-performance, scalable tool for managing and delivering webhooks. It uses modern architectural patterns to efficiently handle webhook processing, making it an ideal choice for applications requiring reliable and quick webhook delivery. Written in Go, SendHooks takes full advantage of the language's concurrency and performance features.

Key Features

Installation

Using Docker

To run SendHooks using Docker, a config.json file is required. This file contains necessary configurations including the Redis server address.

  1. Pull the Docker Image:

    docker pull transfa/sendhooks:latest
  2. Run the Docker Image with config.json:

    docker run -v /path/to/config.json:/app/config.json -t transfa/sendhooks

    Replace /path/to/config.json with the path to your configuration file.

Using the Compiled Binary (macOS and Linux)

Ensure that the config.json file is located in the same directory as the binary.

  1. Download and Run the Binary:
    curl -LO https://github.com/Transfa/sendhooks-engine/releases/latest/download/sendhooks
    chmod +x sendhooks
    ./sendhooks

Components

Concurrency Handling

Security

Contributors

We welcome contributions from the community. If you'd like to contribute, please check out our list of issues to see how you can help.

You can find how to contribute in the CONTRIBUTING file.

Security

You can find our security policies on SECURITY.