Coder Social home page Coder Social logo

cloud-store-management's Introduction

Cloud Store Management

Design

Store Management system within a microservices architecture produced in an agile workflow environment.

Tech Stack & Dependencies

  • Java 8
  • Spring Frameworks, Dependencies & Spring Boot
  • MySQL
  • Maven

Cloud-Native Design

The design incorporates many elements of a modern cloud-native architecture including:

  • Configuration Server
  • Service Registry
  • Queues
  • Circuit Breaker
  • Caching
  • Micoservices
  • Backend for Frontend (BFF) edge services

Features and Functional Requirements

Configuration Server

Port

This service runs on port 9999.

Service Registry

Port

This service runs on port 8761.


Architecture

Configuration Server

All services in the system must use the Configuration Server for all of their configuration files.

Service Registry

All backing services registerd with the Service Registry through Netflix Eureka.

Interaction with Backing Services

Communication to backing services from the Retail API and Admin API web services done using Open Feign clients in a Service Layer component.

Database Interaction

Primary Database used with MYSQL, written with JDBC.

Caching

Spring Caching support with caches done in the Backend services.

Circuit Breaker

Circuit Breakers set for fallback measures with Netflix Hystrix.

Error Handling

  • Implemented ControllerAdvice to handle exceptions and return propery HTTP status codes and data when exception occur. This includes handling all violoations of business rules.
  • Uses JSR 303 validation.

Documentation

Your REST APIs must be documented with Swagger. YAML file

Contributions

  1. Barbara Hernandez Github
  2. Richard Fenix Github

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.