Skip to content

Latest commit

 

History

History

live-tweets-graphql-api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Live tweets GraphQL API

This API will stream tweets directly from Kafka into GraphQL subscriptions.

Setup

yarn install

Note: If this doesn't work, please run the following command (based on Blizzard/node-rdkafka#373 (comment)):

CFLAGS=-I/usr/local/opt/openssl/include LDFLAGS=-L/usr/local/opt/openssl/lib yarn install

Run

yarn start

then navigate to http://localhost:4000 to explore the GraphQL playground.