An open API service indexing awesome lists of open source software.

https://github.com/cuongndc9/graphql-kafka

Integrating 💩 Kafka with GraphQL.
https://github.com/cuongndc9/graphql-kafka

103cuong graphql graphql-subscriptions kafka

Last synced: 7 months ago
JSON representation

Integrating 💩 Kafka with GraphQL.

Awesome Lists containing this project

README

          

Not using GitHub? Find me on [LinkedIn](https://www.linkedin.com/in/cuong9/)!
# graphql-kafka

Integrating 💩 Kafka with GraphQL.

## How to start the application?

### Run Kafka & ZooKeeper containers

```shell
docker-compose up -d
```

### Run the application

```shell
yarn install
yarn start:dev
```

### Go to http://0.0.0.0:5000 & enjoy it

![demo](./images/demo.gif)