hookdeck-cli
svix-webhooks
hookdeck-cli | svix-webhooks | |
---|---|---|
24 | 66 | |
283 | 2,503 | |
1.8% | 3.3% | |
8.7 | 9.8 | |
5 days ago | 3 days ago | |
Go | Rust | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
hookdeck-cli
-
Free ngrok alternative for async web dev - the Hookdeck CLI
As per the title of this post, the Hookdeck CLI is built to support asynchronous web development. By this, I mean requests, such as webhooks from an API service, are received and proxied onto the application running locally. However, the response from the local service is not passed back to the API service that made the request.
- Show HN: Hookdeck Event Gateway
-
Ask HN: Who is hiring? (June 2023)
Hookdeck | https://hookdeck.com| Remote- CAN | Backend DevOPs
We are seeking an experienced Backend/DevOps professional who has a passion for working with and optimizing databases, and who has hands-on experience with high concurrency and high throughput systems. We are a small team of 9, operating completely remotely and without a schedule.
We help developers spend less building and troubleshooting issues with their webhooks to focus on their products instead. We offer a complete infrastructure to develop, test, receive, distribute and monitor webhooks and asynchronous events.
If you are looking to be part of an early founding team, fully leverage your knowledge & talent, have an impact and work on hard scaling and concurrency challenges then this might be for you.
We are offering competitive compensation & generous stock options. Here are the roles that are currently open:
- Backend/ Dev OP (must be in Canada)
-
Ask HN: Who is hiring? (March 2023)
Hookdeck | Growth Engineering Team | Remote | https://hookdeck.com/
Hookdeck is building out the Growth Engineering team to help us improve the user experience across the entire funnel. We are a small team of 9, operating completely remotely and without a schedule.
We help developers spend less building and troubleshooting issues with their webhooks to focus on their products instead. We offer a complete infrastructure to develop, test, receive, distribute and monitor webhooks and asynchronous events.
If you are looking to be part of an early founding team, fully leverage your knowledge & talent, have an impact and work on hard scaling and concurrency challenges then this might be for you.
We are offering competitive compensation & generous stock options. Here are the roles that are currently open:
- Growth Engineer
- Hookdeck
-
Ask HN: Who is hiring? (December 2022)
Hookdeck (https://hookdeck.com) | Product Eng, Growth Eng, Backend Eng | Full-Time | Remote (World)
Hookdeck is an infrastructure to consume webhooks simply & reliably. Incoming webhooks are challenging because they require a well-built (and often complex) asynchronous system. We help developers spend less building and troubleshooting issues with their webhooks to focus on their products instead. We offer a complete infrastructure to develop, test, receive, distribute and monitor webhooks and asynchronous events.
If you are looking to be part of a early stage team, fully leverage your knowledge & talent, have an impact on the product experience and implement features from scratch then this might be for you!
We are offering competitive compensation, generous stock options and liberty over your geo & schedule.
We are looking forward to hearing from you! Email me at [email protected]
- Hookdeck: Webhook Infrastructure and Tooling
-
Best Practices for Using Webhooks
Shameless plug: if you like the development experience of webhooks at Stripe we offer the same experience on our platform at https://hookdeck.com/ which you can drop in to help you add reliability and a better developer experience to receiving webhooks from anywhere.
-
Webhooks.fyi
This is a fantastic resource! Thank you to the folks at ngrok for putting this together! As this site makes clear: webhooks are harder than they appear. Even just consuming webhooks it's easy to get bogged down dealing with issues around rate limits or recovering from bugs that cause missed events! Missed events being particularly painful with platforms that don't offer replay / retry.
Disclaimer: I work at https://hookdeck.com/ & I shamelessly plug our tool for giving you an awesome developer experience working with webhooks and helping deal with some of the concerns brought up on webhooks.fyi.
And if you are interested in webhooks at large a couple more resources worth checking out is the awesome-webhooks[1] list and the r/webhooks[2] subreddit (I just got ownership of the sub and started dusting it off this week after being neglected for the past few years! Please, come join!)
[1] https://github.com/realadeel/awesome-webhooks
[2] https://www.reddit.com/r/webhooks/
-
How do you read and understand a new codebase?
and then went throught the codebase: https://github.com/hookdeck/hookdeck-cli
svix-webhooks
-
Show HN: Hatchet – Open-source distributed task queue
That's exactly why we built Svix[1]. Building webhooks services, even with amazing tools like FastAPI, Celery and Redis is still a big pain. So we just built a product to solve it.
Hatchet looks cool nonetheless. Queues are a pain for many other use-cases too.
1: https://www.svix.com
-
Webhooks suck, but here are alternatives
Obviously Deno have vested interest it (and so do I as the founder of Svix[1]), but my take is that webhooks are great, though there are alternatives that could be better or complementary depending on the situation.
At Svix we also support running JS instead of sending webhooks (using Deno!), and it is very useful, but there are many limitations with this approach, and in general oftentimes people just want the data passed to their systems and deal with it there. Not write a bit of JS to do something ad-hoc.
So in short, like always with software engineering: "it depends" and there are tradeoffs to each approach.
1: https://www.svix.com
-
A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
Svix - Webhooks as a Service. Send up to 50,000 messages/month for free.
- Svix – Webhooks as a Service
-
Enhance Rust errors with file and line details
We opted for a more manual approach, we have a ctx!() macro[1] we use for wrapping errors we want to enrich thay we use like this[2]: ctx!(some_fallible_fund(foo))?
I wodner if anyone is doing anything better? The nice thing is that we have relevant fields in our error type, so we get a full backtrace out if it.
1: https://github.com/svix/svix-webhooks/blob/main/server/svix-...
2: https://github.com/svix/svix-webhooks/blob/main/server/svix-...
-
Ask HN: Standard for webhook source IP declaration?
This is what we do at Svix: https://docs.svix.com/receiving/source-ips
I've seen other companies (e.g. Stripe) also offer it via JSON, but I personally think it's not that important to provide it in a machine readable format if you don't plan on changing it; which you shouldn't as it'll break integrations. You should only add new IPs that can only be allocated to new customers.
P.S, if you'd like to start sending webhooks, you should probably check out Svix: https://www.svix.com
-
Looking for something that can create/manage webhooks
If I understand you, you just want some queue system, like kafka.But if you want a whole app who handle all your webhooks usage you can see : https://github.com/svix/svix-webhooks/
-
I need some explanation regarding webhooks?
Might want to look into Svix and HostedHooks
-
Official /r/rust "Who's Hiring" thread for job-seekers and job-offerers [Rust 1.69]
Repository on Github: https://github.com/svix/svix-webhooks
- Open source webhook service
What are some alternatives?
orchest - Build data pipelines, the easy way 🛠️
convoy - The Cloud Native Webhooks Gateway
cost-model - Cross-cloud cost allocation models for Kubernetes workloads [Moved to: https://github.com/kubecost/opencost]
pg-boss - Queueing jobs in Postgres from Node.js like a boss
nodejs-webhook-server-example
Programming-Language-Benchmarks - Yet another implementation of computer language benchmarks game
wallet - The official repository for the Valora mobile cryptocurrency wallet.
meilisearch-js - JavaScript client for the Meilisearch API
RabbitMQ - Open source RabbitMQ: core server and tier 1 (built-in) plugins
fib - Performance Benchmark of top Github languages
dbt-core - dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
python-ksuid - A pure-Python KSUID implementation