> For the complete documentation index, see [llms.txt](https://metalbear.com/mirrord/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://metalbear.com/mirrord/docs/release-stages/feature-matrix.md).

# Feature Support Matrix

Some of mirrord's advanced features - DB Branching, Queue Splitting, Preview Environments, and Multi-cluster - work across a range of platforms and infrastructure setups. Support levels vary by platform. The table below shows the current status for each combination.

#### The columns reflect the different contexts in which a feature can be used:

* Preview Env: using the feature inside a [preview environment](https://github.com/metalbear-co/docs/blob/main/docs/reference/use-cases/preview-environments.md). Each developer or agent gets an isolated slice of the dependency - for example, their own queue partition or database branch — within a shared staging cluster, without affecting others.
* Multi-cluster: using the feature across [multiple clusters](https://github.com/metalbear-co/docs/blob/main/docs/reference/using-mirrord/multi-cluster.md). Traffic, queue messages, or database connections are routed across cluster boundaries, useful when your infrastructure spans more than one cluster.
* mirrord up: using the feature when running multiple services together via [mirrord up](https://github.com/metalbear-co/docs/blob/main/docs/reference/using-mirrord/multiple-concurrent-sessions.md). Similar to how `docker compose` orchestrates containers, mirrord up lets you define and launch several interdependent microservices in a single `mirrord-up` file, managing their lifecycle as a group.

| Feature                                                                       | Platform                                                                                                                           | Preview Env | Multi-cluster | mirrord up |
| ----------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ----------- | ------------- | ---------- |
| [**DB Branching**](/mirrord/docs/sharing-the-cluster/db-branching.md)         | [**PostgreSQL**](/mirrord/docs/sharing-the-cluster/db-branching.md)                                                                | `Alpha`     | `Alpha`       | Planned    |
|                                                                               | [**MongoDB**](/mirrord/docs/sharing-the-cluster/db-branching.md)                                                                   | `Alpha`     | `Alpha`       | Planned    |
|                                                                               | [**MySQL**](/mirrord/docs/sharing-the-cluster/db-branching.md)                                                                     | `Alpha`     | `Alpha`       | Planned    |
|                                                                               | [**MSSQL**](/mirrord/docs/sharing-the-cluster/db-branching.md)                                                                     | `Alpha`     | `Alpha`       | Planned    |
|                                                                               | [**Redis**](/mirrord/docs/sharing-the-cluster/db-branching.md) (both local and remote)                                             | `Alpha`     | `Alpha`       | Planned    |
| [**Queue Splitting**](/mirrord/docs/sharing-the-cluster/queue-splitting.md)   | [**SQS**](/mirrord/docs/sharing-the-cluster/queue-splitting.md#enable-sqs-splitting-in-the-helm-chart)                             | `Alpha`     | `Alpha`       | Planned    |
|                                                                               | [**Kafka**](/mirrord/docs/sharing-the-cluster/queue-splitting.md#enable-kafka-splitting-in-the-helm-chart)                         | `Alpha`     | Planned       | Planned    |
|                                                                               | **Temporal**                                                                                                                       | Planned     | Planned       | Planned    |
|                                                                               | [**Google Pub/Sub**](/mirrord/docs/sharing-the-cluster/queue-splitting.md#enable-gcp-pubsub-splitting-in-the-helm-chart)           | `Alpha`     | `Alpha`       | Planned    |
|                                                                               | [**Azure Service Bus**](/mirrord/docs/sharing-the-cluster/queue-splitting.md#enable-azure-service-bus-splitting-in-the-helm-chart) | `Alpha`     | `Alpha`       | Planned    |
|                                                                               | **NATS**                                                                                                                           | Planned     | Planned       | Planned    |
|                                                                               | **Redis Pub/Sub**                                                                                                                  | Planned     | Planned       | Planned    |
| [**Preview Env**](/mirrord/docs/use-cases/preview-environments.md)            | —                                                                                                                                  | —           | `Alpha`       | Planned    |
| [**Multi-cluster**](/mirrord/docs/using-mirrord/multi-cluster.md)             | —                                                                                                                                  | `Alpha`     | —             | Planned    |
| [**mirrord up**](/mirrord/docs/using-mirrord/multiple-concurrent-sessions.md) | —                                                                                                                                  | `Alpha`     | `Alpha`       | —          |

*Not sure what Alpha, Beta, or GA means? See* [*Release Status*](/mirrord/docs/release-stages.md)

#### Didn't find what you are looking for?

[Open a GitHub issue](https://github.com/metalbear-co/mirrord/issues) or reach out in the [mirrord Slack community](https://metalbearcommunity.slack.com/ssb/redirect) and tell us what you're working with, we prioritize based on demand.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://metalbear.com/mirrord/docs/release-stages/feature-matrix.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
