Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

License

NotificationsYou must be signed in to change notification settings

camsjams/rust-actix-graphql-sqlx-postgresql

Repository files navigation

Using GraphQL with Rust and Apollo Federation

Image of rusty chain

Walkthrough

This repo and accompanying information was presented atRustLang Los Angeles February 2021 - see video

This talk covered:

  • Core concepts of GraphQL
  • Core concepts of GraphQL federation vs schema stitching
  • Rust
  • SQLx + PostgreSQL
  • async-graphql
  • actix
  • Apollo Federation with Node.js

Version

SeeCargo.toml version

Platforms / Technologies

Servers

Optional - Setup Local PostGreSQL database

 $ ./scripts/docker/init-db.sh

Optional - Setup SQLx cli

 $ cargo install sqlx-cli

Run user microservice

 $ cd ./svc-user $ sqlx database create $ sqlx migrate run $ cargo run

Run skill microservice

 $ cd ./svc-skill $ sqlx migrate run $ cargo run

Run Gateway

 $ cd ./gateway $ npm install $ npm run dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp