Skip to content
Merged
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
17 changes: 17 additions & 0 deletions src/code/tools/apollo/gateways-supergraphs/apollo-router.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Apollo Router
description: A configurable, high-performance routing runtime for Apollo Federation
url: https://www.apollographql.com/
github: apollographql/router
---

# Apollo Router Core

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).

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.

## GraphOS Router

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.
Configure it to secure your supergraph, monitor and optimize performance, extend functionality, and more.
Loading