- Notifications
You must be signed in to change notification settings - Fork13
License
NotificationsYou must be signed in to change notification settings
camsjams/rust-actix-graphql-sqlx-postgresql
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Using GraphQL with Rust and Apollo Federation
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
SeeCargo.toml version
$ ./scripts/docker/init-db.sh
$ cargo install sqlx-cli
$ cd ./svc-user $ sqlx database create $ sqlx migrate run $ cargo run
$ cd ./svc-skill $ sqlx migrate run $ cargo run
$ cd ./gateway $ npm install $ npm run dev
About
No description, website, or topics provided.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.