press0 / convoy

Open Source Webhooks Gateway; For both incoming & outgoing events.

Home Page:https://getconvoy.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

convoy image

golangci-lint Build and run all tests

Convoy is the Fastest Webhooks Gateway developers use to securely ingest, persist, debug, deliver and manage millions of events reliably with rich features such as retries, rate limiting, static ips, circuit breaking, rolling secrets and more. It was built for Engineers that value efficiency in their workflow, to get started download the openapi spec into Postman or Insomnia. Convoy is FREE for developers forever.

Convoy provides several key features:

  • Webhooks Gateway: As a webhooks gateway, Convoy lives at the edge of your network to stream webhooks from your micoservices, and send them out to your users as well as receive webhooks from your providers and route them to the required services. With this your internal systems are never exposed to the public internet.

  • Scalability: Convoy acts as a dedicated message queue for webhooks, and was designed to be horizontally scalable. It includes several components like the api server, workers, scheduler, and socket server which can be scaled independently to fit the need.

  • Security: Convoy ships with several security features for webhooks, such as payload signing to ensure message integrity, bearer token authentication for authenticated webhook endpoints, and static ips for network environments with strict firewall rules.

  • Fan Out: Convoy is able to route an events to multiple endpoints based on the event type or payload structure. It relies on a subset of MongoDB's Extended JSON v2 to match event payload structure and route events to their respective destination(s).

  • Rate Limiting: While Convoy is able to ingest events at a massive rate, it throttles the delivery of these events to the endpoints at a configurable rate per endpoint.

  • Retries & Batch Retries: Convoy supports two retry algorithms; constant time and exponential backoff with jitter. Where automatic retries are not sufficient, convoy provides batch retries for endpoints are consecutively failed to process retried events.

  • Customer-Facing Dashboards: Convoy allows you to generate customer facing webhooks dashboard to embed into your applications using an iframe. On this dashboard, users can debug webhooks, retry events, add endpoints, and configure each endpoint's subscription.

  • Endpoint Failure Notifications: When endpoints consecutively fails to process events, convoy disables the endpoint and sends out a notification. Two types of notifications are supported: Email and Slack Notifications.

Installation, Getting Started

There are several ways to get started using Convoy.

Option 1: Using our Install Script on Linux

 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/frain-dev/convoy/main/deploy/vm-deploy.sh)"

Option 2: Convoy Cloud

Get started with our free Cloud version -- Sign up for Convoy Cloud account

Option 3: Deploy Locally

To do this make sure you have Docker 20+ installed.

# Get the code
$ git clone https://github.com/frain-dev/convoy.git

# Go to the Convoy folder
$ cd convoy

# Start Services
docker compose -f configs/local/docker-compose.yml up

Contributing

Thank you for your interest in contributing! Please refer to CONTRIBUTING.md for guidance. For contributions to the Convoy dashboard, please refer to the web/ui directory.

License

Mozilla Public License v2.0

About

Open Source Webhooks Gateway; For both incoming & outgoing events.

https://getconvoy.io

License:Mozilla Public License 2.0


Languages

Language:Go 56.3%Language:TypeScript 21.8%Language:HTML 15.5%Language:JavaScript 2.9%Language:Vue 2.2%Language:SCSS 0.7%Language:Shell 0.4%Language:CSS 0.1%Language:Dockerfile 0.0%Language:Makefile 0.0%