A microservices demo implemented with stacks:
- Spring and Spring Cloud
- React
- React Native
- Spring
- Spring Cloud Config
- Eureka
- Zuul
- Spring Cassandra
- Spring Kafka
- Kafka
- Zookeeper
- RabbitMQ Stomp
- Mysql
- Redis
- Cassandra
-
Security: service to authentication with Spring Secrutiy and JWT
-
Message: service for Chat application API: create room, send message.
Client (web/mobile) will receive by Websocket.
-
Storage: service to upload and download file (Client web and mobile is not implement UI)
-
Contact: service to add and get contact of use. (Client web and mobile is not implement UI)
After signup user with service security, service security sends messages to Kafka, servie contact receive the message and create data about contact.
All service has Api Documentation which written by Swagger.
The demo can be run with Docker Compose.
How to run includes more details
Demo use ELK Stack for logging in microservices at branch elk
This demo get inspired from