flinden68 / streams-demo

Demo application for my presentation about Spring Cloud Streams and NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Streams Demo

Demo application for my presentation about Spring Cloud Streams and a NodJS. How to produce and consume messages from a Event Bus. It uses RabbitMQ with Spring Cloud Streams and NodeJS and Redis and MongoDb as datastore.

Event Bus

RabbitMQ and Kafka is one of the most used event bus. RabbitMQ can be easily installed locally or configured in the Cloud. more information RabbbitMQ has a builtin management console, see

Datastore

I have used MongoDb and Redis as Datastore.

Mongodb

MongoDb can be installed locally. For more infomation, see A very good GUI is MongoDb Compass Community edition

Redis

Redis can also be installed locally For more information, see A nice GUI is Redily

Demo applications

Spring Cloud Stream demo

In the directory 'my-streams-application' you can find a Spring demo application More details

NodeJS demo

In the directory 'nodejs-streams' you can find a NodeJS demo application More details

About

Demo application for my presentation about Spring Cloud Streams and NodeJS

License:Apache License 2.0


Languages

Language:TypeScript 41.6%Language:Java 40.1%Language:HTML 10.7%Language:JavaScript 7.6%