Skip to content

Commit 2c8844a

Browse files
authoredJan 29, 2025··
Create apollo-router.md (#1946)
1 parent 9873ee9 commit 2c8844a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Apollo Router
3+
description: A configurable, high-performance routing runtime for Apollo Federation
4+
url: https://www.apollographql.com/
5+
github: apollographql/router
6+
---
7+
8+
# Apollo Router Core
9+
10+
The **Apollo Router Core** is a configurable, high-performance **graph router** written in Rust to run a [federated supergraph](https://www.apollographql.com/docs/federation/) that uses [Apollo Federation 2](https://www.apollographql.com/docs/federation/v2/federation-2/new-in-federation-2).
11+
12+
Apollo Router Core is free, source-available, well-tested, regularly benchmarked, includes most major features of Apollo Gateway and is able to serve production-scale workloads.
13+
14+
## GraphOS Router
15+
16+
In conjunction with the [Apollo GraphOS platform](https://www.apollographql.com/docs/graphos/platform), GraphOS Router is the enterprise-grade runtime plane and a client's entry point to your federated supergraph.
17+
Configure it to secure your supergraph, monitor and optimize performance, extend functionality, and more.

0 commit comments

Comments
 (0)
Please sign in to comment.