You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
description: 'Apollo GraphQL server connecting to MongoDB database with Apache Kafka for subscriptions. This is a preview template - we are continuing to enhance it - we welcome your feedback.',
Copy file name to clipboardExpand all lines: templates/ts-apollo-mongo-apache-kafka-backend/README.md
+5-11Lines changed: 5 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,17 @@
1
1
## Graphback MongoDB + Apollo Server with Apache Kafka Template
2
2
3
-
A template that provides you with an easy setup for your application's backend using MongoDB and Apollo server with TypeScript, and Apache Kafka for GraphQL subscriptions.
3
+
> NOTE: This is a preview template - we are continuing to enhance it - we welcome your feedback.
4
+
5
+
A template that provides you with an easy setup for your application's backend using MongoDB and Apollo server with TypeScript, and Apache Kafka for GraphQL Subscriptions.
4
6
5
7
### Quickstart Guide
6
8
7
9
The project has been created using Graphback. Run the project using the following steps:
8
10
9
-
- Start the database
10
-
11
-
```shell
12
-
HOST_IP=your-host-ip-address && docker-compose up -d
13
-
```
14
-
15
-
> HOST_IP is the ipv4 address of your machine.
16
-
17
-
You can use the helper script to set `HOST_IP`:
11
+
- Start the database, Apache Kafka and Zookeeper
18
12
19
13
```shell
20
-
./set-host-ip.sh &&docker-compose up -d
14
+
docker-compose up -d
21
15
```
22
16
23
17
- Inspect your schema in the `model/datamodel.graphql` file.
0 commit comments