Skip to content

Simple and Fun Learn English App using Microservices driven by Spring Cloud and Devops (Docker, K8S)

Notifications You must be signed in to change notification settings

vikrambindal/microservice-learn-english

Repository files navigation

microservice-learn-english

About

This ia very simple yet illustrative application that demonstrates the user of various libraries in Spring Cloud eco-system along with integrating Devops using container and orchestration technologies like Docker and Kubernetes.

The application constructs a sentence using a combination of subject, noun, article, verb, adjective with each of these entities picking a word at random from their own properties file that aids in forming a sentence.

Stack

Code Base Application Cloud Stack
discovery-server discovery-server Eureka
config-server config-server Config
entity-service adjective,noun,verb,subject,article REST
sentence-service sentence REST, Ribbon,Feign
sentence-dashboard monitoring Hystrix, Turbine
devops-k8s devops docker, kubernetes

Getting Started

Code Base Port (docker-compose) Port (k8s) End-point
discovery-server 8888 30000
config-server 8761 30001
entity-service
- adjective 9020 30003 /word
- noun 9040 30005 /word
- verb 9000 30007 /word
- article 9030 30004 /word
sentence-service 9050 30010 /sentence
sentence-dashboard
  • NOTE: The above assumes you have kubernetes, docker installed on your machine.

About

Simple and Fun Learn English App using Microservices driven by Spring Cloud and Devops (Docker, K8S)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published