roccomuso / node-webhooks

:arrow_right_hook: Node.js module to create and trigger your own webHooks.
190 stars 47 forks source link

Pluggable Storage Adapter #26

Closed manjeshpv closed 2 months ago

manjeshpv commented 3 years ago

@roccomuso thanks for the package, I'm using this node-webhooks in multiple projects/companies from around 3+ years

Simplicity and minimalist design of the node-webhooks helped in wide and faster adoption.

as the application scales, the reliability of the webhook delivery becomes challenging. Migrating from node-webhooks will additional learning for all developers across company.

After so much research, I thought to discuss with node-webhooks contributors to build

This requirement might not be in the code of this repo. but to discuss about overall integrations i created issue here

when there is no storage adapter is specified, automatically fallback to normal module

configurations should be there to tune based on use cases

for Persistence

for Messaging

For Logging

For Debugging

Research

Actions

Phase1:

roccomuso commented 3 years ago

Every PR is welcomed :D

manjeshpv commented 2 months ago

Hasura solves this problem