Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.01 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.01 KB

graphql-redis-pubsub-demo

About

this is a demo project which demonstrates GraphQL query, mutation and subscription with reids

Getting Started

  1. start your local redis server
  2. cd to this project directory
  3. run yarn && yarn start
  4. open your brower with apollo-graphiql or graphcool-playground (recommended)

Current Problems

  1. subscriptions-transport-ws does not tackle the context correctly, link
  2. graphiqlExpress in apollo-server-express does not tackle multiple operation names correctly with subscription, link

Todos

  1. wait for fixture of the context problem
  2. wait for fixture of the multiple operation problem

Branches

  1. mysql branch: built with sequelize ORM and mysql (I prefer mariadb), and you can change the sequelize connection to whatever RDBMS as you like.