- A kafka consumer is started and messages are accepted in a special format.
- A memgraph client connects to Memgraph on port 7687.
- The consumer script parses the messages and inserts data from them to Memgraph using Cypher via the bolt protocol.
- Install dependencies
npm install
- Run kafka on port 9092, instructions
- Run memgraph on port 7687, instructions
- Run the app with
npm run backend
- Run a producer, instructions