/rustql

Playing with Juniper

Primary LanguageRust

RustQL

GraphQL server exploration using Juniper

Dependencies

Running Locally

  1. Run docker-compose up to start the dependencies.
  2. Run cargo run to startup of the server.
  3. Navigate to localhost:8080 to for graphiql.
  4. Profit!

TODO

  • Connection Pooling
  • Add Dataloader
  • SQL Mapping crate or ORM
  • Interface w/ Redis