From 3f096a8e3191648b6523d237bc44e2e0d646d68b Mon Sep 17 00:00:00 2001 From: Sunli Date: Fri, 24 Sep 2021 11:20:47 +0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5ce50d73..6954e70f 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ cd examples && cargo run --bin [name] ## Who's using Async-graphql in production? - [Vector](https://vector.dev/) +- [DiveDB](https://divedb.net) - [Kairos Sports tech](https://kairostech.io/) - [AxieInfinity](https://axieinfinity.com/) - [Nando's](https://www.nandos.co.uk/) @@ -118,6 +119,15 @@ cd examples && cargo run --bin [name] - [Brevz](https://brevz.io/) - [thorndyke](https://www.thorndyke.ai/) +## Community Showcase + +- [rust-actix-graphql-sqlx-postgresql](https://github.com/camsjams/rust-actix-graphql-sqlx-postgresql) + Using GraphQL with Rust and Apollo Federation +- [entity-rs](https://github.com/chipsenkbeil/entity-rs) A simplistic framework based on TAO, Facebook's distributed database for Social Graph. +- [vimwiki-server](https://github.com/chipsenkbeil/vimwiki-rs/tree/master/vimwiki-server) Provides graphql server to inspect and manipulate vimwiki files. +- [Diana](https://github.com/arctic-hen7/diana) Diana is a GraphQL system for Rust that's designed to work as simply as possible out of the box, without sacrificing configuration ability. +- [cindythink](https://www.cindythink.com/) + ## Blog Posts - [GraphQL in Rust](https://romankudryashov.com/blog/2020/12/graphql-rust/)