Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wundergraph/cosmo
The open-source solution to building, maintaining, and collaborating on GraphQL Federation at Scale. The alternative to Apollo Studio and GraphOS.
https://github.com/wundergraph/cosmo
apollo apollo-federation gateway graphql graphql-federation graphql-router
Last synced: 3 months ago
JSON representation
The open-source solution to building, maintaining, and collaborating on GraphQL Federation at Scale. The alternative to Apollo Studio and GraphOS.
- Host: GitHub
- URL: https://github.com/wundergraph/cosmo
- Owner: wundergraph
- License: apache-2.0
- Created: 2023-08-23T09:31:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T14:21:58.000Z (3 months ago)
- Last Synced: 2024-11-12T14:36:13.882Z (3 months ago)
- Topics: apollo, apollo-federation, gateway, graphql, graphql-federation, graphql-router
- Language: TypeScript
- Homepage: https://cosmo-docs.wundergraph.com/
- Size: 43 MB
- Stars: 734
- Watchers: 5
- Forks: 105
- Open Issues: 55
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-graphql - WunderGraph Cosmo - The Open-Source GraphQL Federation Solution with Full Lifecycle API Management for (Federated) GraphQL. Schema Registry, composition checks, analytics, metrics, tracing and routing. (Implementations / JavaScript/TypeScript)
README
![]()
WunderGraph Cosmo - The GraphQL Federation Platform
Reach for the stars, ignite your cosmo!
Quickstart ·
Examples ·
Docs ·
CLI ·
Community ·
Changelog ·
Hiring## Overview
WunderGraph Cosmo is a comprehensive Lifecycle API Management platform tailored for Federated GraphQL. It encompasses everything from Schema Registry, composition checks, and analytics, to metrics, tracing, and routing. Whether you’re looking to deploy 100% on-prem or prefer a [Managed Service](https://cosmo.wundergraph.com/login), Cosmo offers flexibility without vendor lock-in, all under the Apache 2.0 license.
### Why Federated GraphQL?
GraphQL Federation empowers organizations to break down their GraphQL schema into multiple smaller, manageable schemas, each maintained by different teams or services. These individual schemas are then combined into a single, unified graph, ensuring that all teams have consistent access to the data they need. In today's data-driven world, where information is often referred to as the new oil, building a unified API that can be consumed by both internal and external teams is more crucial than ever.
Not all companies start with a federated architecture, Cosmo supports both monolithic and federated architectures.
## Getting Started
To get started with WunderGraph Cosmo, follow these steps:
1. **Clone the Repository**: `git clone https://github.com/wundergraph/cosmo.git`
2. **Choose your Example**: Select the example that best fits your role and use case from the [Try Cosmo Now](#try-cosmo-now) section and follow the instructions.
3. **Explore Further**: Check out the [Docs](https://cosmo-docs.wundergraph.com) for more information on Cosmo's features and capabilities.## Try Cosmo Now! :rocket:
Get started with Cosmo by choosing the example that best fits your role and use case:
- [**Developer**](examples/router-simple/README.md): Quickly start with Cosmo by composing a federated GraphQL schema locally from multiple services and running the Cosmo Router.
- [**Architect**](./examples/full-cosmo-docker/README.md): Evaluate the entire Cosmo Platform for your organization by running it locally with Docker Compose.
- [**Platform Engineer**](examples/full-cosmo-helm/README.md): Deploy the entire Cosmo Platform to Kubernetes through our official Helm Chart.
- [**Decision Maker (e.g. Engineering Manager, CTO)**](https://wundergraph.com/contact/sales): Get in touch with the founders to discuss how Cosmo can help your organization._For any questions, feedback, or support, please [contact](https://wundergraph.com/contact/sales) us._
## Contributing
We welcome contributions from the community! Whether it's fixing a bug, adding new features, or improving documentation, your help is greatly appreciated. Please take a look in our [Contributing Guide](CONTRIBUTING.md) to get started.
## License
Cosmo is licensed under the [Apache License, Version 2.0](LICENSE).