Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashtech15/graphql-in-rust
A GraphQL backend using Rust and its ecosystem. The project provides examples of an implementation of the most common tasks that can be encountered while creating GraphQL API. Finally, three microservices will be combined into a single endpoint using Apollo Server and Apollo Federation.
https://github.com/ashtech15/graphql-in-rust
actix-web apache-kafka apollo-server async-graphql docker-compose postgresql rust
Last synced: 6 days ago
JSON representation
A GraphQL backend using Rust and its ecosystem. The project provides examples of an implementation of the most common tasks that can be encountered while creating GraphQL API. Finally, three microservices will be combined into a single endpoint using Apollo Server and Apollo Federation.
- Host: GitHub
- URL: https://github.com/ashtech15/graphql-in-rust
- Owner: ashtech15
- License: mit
- Created: 2024-09-04T20:16:54.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T20:17:22.000Z (5 months ago)
- Last Synced: 2024-11-17T07:15:31.528Z (2 months ago)
- Topics: actix-web, apache-kafka, apollo-server, async-graphql, docker-compose, postgresql, rust
- Language: Rust
- Homepage:
- Size: 524 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.adoc
- License: LICENSE
Awesome Lists containing this project
README
= GraphQL Rust Demo
image:https://github.com/rkudryashov/graphql-rust-demo/actions/workflows/workflow.yml/badge.svg[CI/CD,link=https://github.com/rkudryashov/graphql-rust-demo/actions]
image:https://romankudryashov.com/blog/2022/07/apollo-router/images/architecture.png[Architecture,800]
Articles:
* https://romankudryashov.com/blog/2020/12/graphql-rust/[GraphQL in Rust]
* https://romankudryashov.com/blog/2022/07/apollo-router/[Building a unified GraphQL API with Apollo Router]The source code is available on https://github.com/rkudryashov/graphql-rust-demo[GitHub] and https://gitlab.com/romankudryashov/graphql-rust-demo[GitLab].