Crates.io | lets-see-if-this-builds-on-docs-rs |
lib.rs | lets-see-if-this-builds-on-docs-rs |
version | 0.0.2 |
source | src |
created_at | 2022-09-20 15:27:37.495005 |
updated_at | 2022-09-20 16:58:14.531418 |
description | A configurable, high-performance routing runtime for Apollo Federation 🚀 |
homepage | |
repository | https://github.com/apollographql/router/ |
max_upload_size | |
id | 669966 |
size | 1,894,104 |
The Apollo Router is a configurable, high-performance graph router written in Rust to run a federated supergraph that uses Apollo Federation 2.
Apollo Router is well-tested, regularly benchmarked, includes most major features of Apollo Gateway and is able to serve production-scale workloads. Please note that the (pre-1.0) version is not yet "semver stable" and we may still make breaking changes. Generally speaking, we expect most breaking changes to be on the plugin API and the configuration file format. We will clearly convey such changes in the release notes.
New releases and their release notes (along with notes about any breaking changes) can be found on the Releases page, and the latest release can always be found on the latest page.
Follow the quickstart tutorial to get up and running with the Apollo Router.
See the documentation for more details.
See our section on native customizations for information on how to use apollo-router
as a library.