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.
- Host: GitHub
- URL: https://github.com/cuongndc9/graphql-kafka
- Owner: cuongndc9
- License: mit
- Created: 2020-12-24T14:34:08.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T19:25:28.000Z (7 months ago)
- Last Synced: 2025-03-07T20:28:33.460Z (7 months ago)
- Topics: 103cuong, graphql, graphql-subscriptions, kafka
- Language: TypeScript
- Homepage:
- Size: 1.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Not using GitHub? Find me on [LinkedIn](https://www.linkedin.com/in/cuong9/)!
# graphql-kafkaIntegrating 💩 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
