From 75d28ad54c33f5bffd354b9f354909ca393a0f22 Mon Sep 17 00:00:00 2001 From: Shane Myrick Date: Thu, 23 Jan 2025 18:16:51 -0800 Subject: [PATCH] Create apollo-router.md --- .../gateways-supergraphs/apollo-router.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/code/tools/apollo/gateways-supergraphs/apollo-router.md diff --git a/src/code/tools/apollo/gateways-supergraphs/apollo-router.md b/src/code/tools/apollo/gateways-supergraphs/apollo-router.md new file mode 100644 index 0000000000..673799714a --- /dev/null +++ b/src/code/tools/apollo/gateways-supergraphs/apollo-router.md @@ -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.