Giter Site home page Giter Site logo

dtekluva / convoy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from frain-dev/convoy

0.0 0.0 0.0 70.24 MB

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

Home Page: https://getconvoy.io

License: Mozilla Public License 2.0

Shell 0.39% JavaScript 3.18% Go 54.58% TypeScript 22.41% CSS 0.13% Makefile 0.02% HTML 15.96% Vue 2.48% Dockerfile 0.04% SCSS 0.83%

convoy's Introduction

Convoy

golangci-lint Build and run all tests

convoy image

Convoy is a fast & secure webhooks proxy. It enables you to receive webhook events from providers and publish them to users.. To get started download the openapi spec into Postman or Insomnia.

Convoy includes the following features:

  • Security: Convoy signs the payload of events, so applications ensure the events have not been tampered with. You can configure your desired hash function to use as well as the name of the header E.g. X-Stripe-Signature to enable backward compatible migrations from custom-built systems to Convoy.

  • URL per Events: Convoy is able to receive one event and fan-out the event to multiple endpoints based on the configuration by the endpoint owner. On subscription, the endpoint owner configures what events should go to each endpoint. Overlaps are allowed.

  • Retries: Convoy currently supports two retry mechanisms: Constant time retries and exponential backoff. You can configure which retry mechanism works best for your application.

  • Management UI: Visibility and easy debugging are one of highly coveted features of a webhook delivery system. Convoy provides a UI to view your delivery attempt logs, filter by application, event status, date & time and perform flexible batch retries during downtimes.

  • Application Portal: Application Portal allows API providers embed Convoy dashboard directly into their API dashboard. With the API, users can build their own webhooks portal if you care so much about whitelisting. :)

Installation, Getting Started

There are several ways to get started using Convoy.

Option 1: Download our Binaries or Docker Image

Convoy binaries can be downloaded with your package manager of choice. You can head over to Downloads Page to proceed.

$ docker run \
	-p 5005:5005 \
	--name convoy-server \
    --network=host \
	-v `pwd`/convoy.json:/convoy.json \
	docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:latest

Option 2: Spin up an instance with third-party dependencies on a Linux VM

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

Option 3: If you don't wish to self-host

Sign up for a free Convoy Cloud account

Option 4: Building from source

To build Convoy from source code, you need:

$ git clone https://github.com/frain-dev/convoy.git && cd convoy
$ make build

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

convoy's People

Contributors

subomi avatar horlah avatar jirevwe avatar danvixent avatar oluwadaminiola avatar dotunj avatar ogbanugot avatar adelowo avatar mekilis avatar oneeyedsunday avatar obbap1 avatar youngestdev avatar alob-mtc avatar djperrefort avatar creamymilk avatar stevewdamesjr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.