Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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].