Skip to content
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
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

Sequin is the [fastest](#performance) change data capture (CDC) platform for Postgres. Sequin makes it easy to stream Postgres to streaming platforms, queues, search indexes, and more (e.g. Kafka, GCP Pub/Sub, another Postgres, etc.). You can backfill existing rows and stream new changes in real-time.

Sequin is a standalone Docker container that you can deploy next to your Postgres database. Alternatively, you can use [our hosted offering](https://console.sequinstream.com) or we'll [manage Sequin](https://sequinstream.com/docs/sequin-managed/overview) for you in your cloud.
Sequin is a standalone Docker container that you can deploy next to your Postgres database.

For production deployments on AWS, see the [`deployment/`](./deployment) directory for Terraform infrastructure-as-code templates.

Expand Down Expand Up @@ -55,8 +55,6 @@ Sequin works great for change data capture use cases like:

## Sinks

We're adding new destinations almost [every week](CHANGELOG.md).

| Icon | Sink | Docs | Description |
|------|------|------|-------------|
| <img src="docs/images/introduction/azure.png" alt="Azure EventHubs" width="24" height="24" /> | [Azure EventHubs](https://sequinstream.com/docs/quickstart/azure-event-hubs) | [Reference](https://sequinstream.com/docs/reference/sinks/azure-event-hubs) | Publish messages to Azure EventHubs |
Expand Down
4 changes: 4 additions & 0 deletions docs/sequin-managed/aws.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ sidebarTitle: "Sequin Managed on AWS"
description: "Sequin offers a single-tenant deployment of Sequin within your own AWS account."
---

<Warning>
Sequin Managed is no longer available. For details, see the [Sequin Cloud shutdown notice](https://sequinstream.com/docs/cloud-shutdown).
</Warning>

[Sequin Managed](/sequin-managed/overview) on Amazon Web Services (AWS) creates a dedicated environment within your AWS organization. It runs in a separate sub-account that you own, but which Sequin manages on your behalf. You still access Sequin through the same web console and CLI, but now the infrastructure is fully contained in your AWS environment.

## Architecture
Expand Down
4 changes: 4 additions & 0 deletions docs/sequin-managed/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ sidebarTitle: "Sequin Managed Overview"
description: "Overview of Sequin's enterprise-grade deployment option in your own AWS account. Get SaaS simplicity with the security and control of your own infrastructure for CDC workloads."
---

<Warning>
Sequin Managed is no longer available. For details, see the [Sequin Cloud shutdown notice](https://sequinstream.com/docs/cloud-shutdown).
</Warning>

# What is Sequin Managed?

Sequin Managed provides a single-tenant deployment of Sequin within your own AWS account. You can still enjoy the same web console and CLI features, but in a dedicated environment running in your own cloud infrastructure.
Expand Down
Loading