14 releases (1 stable)

new 1.47.0 May 21, 2024
1.47.0-rc.0 May 16, 2024
0.0.11 Apr 12, 2024
0.0.9 Mar 25, 2024
0.0.2 Oct 24, 2023

#52 in Database interfaces

Download history 1094/week @ 2024-01-29 1039/week @ 2024-02-05 1295/week @ 2024-02-12 1332/week @ 2024-02-19 910/week @ 2024-02-26 1272/week @ 2024-03-04 934/week @ 2024-03-11 1080/week @ 2024-03-18 1260/week @ 2024-03-25 1446/week @ 2024-04-01 1496/week @ 2024-04-08 1377/week @ 2024-04-15 1197/week @ 2024-04-22 1024/week @ 2024-04-29 1066/week @ 2024-05-06 951/week @ 2024-05-13

4,262 downloads per month
Used in 3 crates (2 directly)

Elastic-2.0

1.5MB
35K SLoC

Crates.io docs Join the community forum Join our Discord server

Apollo Federation

Apollo Federation is an architecture for declaratively composing APIs into a unified graph. Each team can own their slice of the graph independently, empowering them to deliver autonomously and incrementally.

Federation 2 is an evolution of the original Apollo Federation with an improved shared ownership model, enhanced type merging, and cleaner syntax for a smoother developer experience. It’s backwards compatible, requiring no major changes to your subgraphs.

Checkout the Federation 2 docs and demo repo to take it for a spin and let us know what you think!

Usage

This crate is internal to Apollo Router and not intended to be used directly.

Crate versioning

The apollo-federation crate does not adhere to Semantic Versioning. Any version may have breaking API changes, as this API is expected to only be used by apollo-router. Instead, the version number matches exactly that of the apollo-router crate version using it.

This version number is not that of the Apollo Federation specification being implemented. See Router documentation for which Federation versions are supported by which Router versions.

Contributing

See contributing to the apollo-router repository

Security

For more info on how to contact the team for security issues, see our Security Policy.

License

Source code in this repository is covered by the Elastic License 2.0. The default throughout the repository is a license under the Elastic License 2.0, unless a file header or a license file in a subdirectory specifies another license. See the LICENSE for the full license text.

Dependencies

~9MB
~195K SLoC