An open API service indexing awesome lists of open source software.

https://github.com/ahmetozlu/sample_spring_microservice_case_study

:eagle: An inventory management project for providing a sample microservice case study which contains Spring Cloud Eureka server & client, feign client, error handling & fault tolerance, API gateway, Spring Actuator, distributed log trace with Zipkin, centralized configuration and vault integration with Spring Cloud Config.
https://github.com/ahmetozlu/sample_spring_microservice_case_study

cetralized-configuration distributed-log-tracing error-handling eureka-server fault-tolerance feign-client microservices-architecture service-discovery spring-boot spring-cloud-config spring-cloud-gateway vault-integration

Last synced: about 2 months ago
JSON representation

:eagle: An inventory management project for providing a sample microservice case study which contains Spring Cloud Eureka server & client, feign client, error handling & fault tolerance, API gateway, Spring Actuator, distributed log trace with Zipkin, centralized configuration and vault integration with Spring Cloud Config.

Awesome Lists containing this project

README

          

# Sample Spring Microservice Case Study
This project focues on implementing a case study with microservice architecture using the most popular open source frameworks, tools and libraries on java programming language. The project source codes and clear documentation provide best practice implementations:
- Spring Cloud Eureka Server & Client, Feign Client
- Spring Boot Feign Client Error Handling & Fault Tolerance
- API Gateway, Spring Actuator, Distributed Log Trace, Zipkin
- Centralized Configuration with Spring Cloud Config
- Vault Integration with Spring Cloud Config
- Communication between Microservices with gRPC



Inventory management project is determined as a case study in this repo.

## Architectural Software Design