GraphQL server exploration using Juniper
- juniper GraphQL library
- warp Web server framework
- tokio async/await runtime
- tokio-postgres async postgres database driver
- deadpool Connection pool for postgreR
- refinery Database migrations
- Run
docker-compose up
to start the dependencies. - Run
cargo run
to startup of the server. - Navigate to
localhost:8080
to for graphiql. - Profit!
- Connection Pooling
- Add Dataloader
- SQL Mapping crate or ORM
- Interface w/ Redis