outpost
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseHookdeck Outpost
Hookdeck Outpost
Outpost is open-source infrastructure for delivering events to user-preferred destinations: Webhooks (HTTP), SQS, RabbitMQ, Pub/Sub, EventBridge, Kafka, and more. Apache 2.0 licensed, available as managed by Hookdeck or self-hosted.
Outpost是一款开源基础设施,可将事件交付到用户偏好的目标端:Webhooks(HTTP)、SQS、RabbitMQ、Pub/Sub、EventBridge、Kafka等。采用Apache 2.0许可协议,可通过Hookdeck托管使用,也可自行部署。
When to Use Outpost
何时使用Outpost
- You're building a SaaS or API platform and need to send webhooks to your users
- You need multi-destination support beyond HTTP webhooks (SQS, RabbitMQ, Pub/Sub, EventBridge, Kafka)
- You want self-hostable webhook delivery infrastructure
- You need multi-tenant support with per-user observability
- You want to offer your customers reliable, retryable event delivery
- 你正在构建SaaS或API平台,需要向用户发送webhook
- 你需要除HTTP webhook之外的多目标端支持(SQS、RabbitMQ、Pub/Sub、EventBridge、Kafka)
- 你需要可自行部署的webhook交付基础设施
- 你需要具备每租户可观测性的多租户支持
- 你希望为客户提供可靠的、可重试的事件交付能力
Quick Start
快速开始
Managed (Hookdeck)
托管版(Hookdeck)
The fastest way to get started — Hookdeck hosts and operates Outpost for you:
- Sign up at hookdeck.com
- See the Send Webhooks quickstart
最快速的入门方式 —— Hookdeck为你托管并运行Outpost:
- 在hookdeck.com注册账号
- 查看发送Webhook快速入门指南
Self-Hosted
自部署版
Run Outpost on your own infrastructure:
- See the Outpost documentation
- Clone from GitHub
Supported Destinations
支持的目标端
| Destination | Protocol |
|---|---|
| Webhooks | HTTP/HTTPS |
| Amazon SQS | AWS SQS |
| RabbitMQ | AMQP |
| Google Pub/Sub | gRPC |
| Amazon EventBridge | AWS EventBridge |
| Apache Kafka | Kafka protocol |
| 目标端 | 协议 |
|---|---|
| Webhooks | HTTP/HTTPS |
| Amazon SQS | AWS SQS |
| RabbitMQ | AMQP |
| Google Pub/Sub | gRPC |
| Amazon EventBridge | AWS EventBridge |
| Apache Kafka | Kafka协议 |
Full Product Skills
完整产品技能
For detailed Outpost skills:
Coming soon:npx skills add hookdeck/skillsIn the meantime, see the Outpost documentation and the GitHub repo.
Resources
资源
Related Skills
相关技能
- hookdeck-event-gateway - For receiving and ingesting webhooks (the inbound counterpart)
- hookdeck-event-gateway-webhooks - Verify Hookdeck signatures on forwarded webhooks
- webhook-handler-patterns - Handler sequence, idempotency, error handling, retry logic
- hookdeck-event-gateway - 用于接收和摄入webhook(对应的入站组件)
- hookdeck-event-gateway-webhooks - 验证转发webhook的Hookdeck签名
- webhook-handler-patterns - 处理器序列、幂等性、错误处理、重试逻辑