Skip to content

chore(docs): highlight event destination types #339

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pages/features/event-topics-and-subscriptions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ curl --location 'localhost:3333/api/v1/<TENANT_ID>/destinations' \
Destinations must be asynchronous and not run any business logic. At release, multiple "Event Gateways" and message buses will be supported.

- Webhooks
- Hookdeck Event Gateway
- AWS SQS
- RabbitMQ
- Hookdeck Event Gateway

Plans for additional event destination types include:

Expand Down
13 changes: 11 additions & 2 deletions docs/pages/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@
title: "Outpost Documentation"
---

Outpost is the first open source and self-hostable implementation of [Event Destinations](https://event-destinations.org) that enables delivery of your platform events directly to your user's preferred event destinations. It supports destinations such Webhooks, Hookdeck, AWS SQS, RabbitMQ, Kafka, GCP Pub/Sub, AWS EventBridge, and Kafka.
Outpost is open source and self-hostable outbound webhooks infrastructure and the first implementation of [Event Destinations](https://event-destinations.org) that enables delivery of your platform events directly to your users preferred event destinations.

Outpost is built and maintained by [Hookdeck](https://hookdeck.com?ref=github-outpost). It's written in Golang and distributed as a binary and Docker container under the Apache-2.0 license.
Outpost supports event delivery to:

- Webhook endpoints
- Hookdeck Event Gateway
- AWS SQS
- RabbitMQ

Planned destination types include GCP Pub/Sub, AWS EventBridge, AWS Kinesis, and Kafka.

Outpost is built and maintained by [Hookdeck](https://hookdeck.com?ref=github-outpost). It's written in Go and distributed as a binary and Docker container under the Apache-2.0 license.

Outpost has minimal dependencies (Redis, PostgreSQL and one of the supported message queues), is 100% backward compatible with your existing webhooks implementation and is highly optimized for high throughput low-cost operation.

Expand Down