Skip to content

Commit

Permalink
Clarify the role of the router (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Barlow committed Dec 1, 2021
1 parent 81720e8 commit 4bfa64a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { colors } from 'gatsby-theme-apollo-core';

> 鈿狅笍 **The Apollo Router is in public pre-alpha.** Until it is generally available, do not use it in business-critical graphs. [Learn about release stages.](https://www.apollographql.com/docs/resources/release-stages/#open-source-release-stages)
The **Apollo Router** is a configurable, high-performance **graph router** for a [federated graph](https://www.apollographql.com/docs/federation/):
The **Apollo Router** is a configurable, high-performance **graph router** for a federated graph. It slots into any existing [Apollo Federation](https://www.apollographql.com/docs/federation/) architecture (v1 or v2), replacing your Node.js gateway that uses the `@apollo/gateway` library:

```mermaid
flowchart BT;
Expand All @@ -26,7 +26,7 @@ flowchart BT;
class clients secondary;
```

The Apollo Router is [implemented in Rust](https://github.com/apollographql/router), which provides [performance benefits](https://www.apollographql.com/blog/announcement/backend/apollo-router-our-graphql-federation-runtime-in-rust/) over the TypeScript Apollo Gateway.
The Apollo Router is [implemented in Rust](https://github.com/apollographql/router), which provides [performance benefits](https://www.apollographql.com/blog/announcement/backend/apollo-router-our-graphql-federation-runtime-in-rust/) over Node.js.

<p>
<Button
Expand Down

0 comments on commit 4bfa64a

Please sign in to comment.