Giter VIP home page Giter VIP logo

microservice's Introduction

Microservice Project

What are microservices ?

Microservices - also known as the microservice architecture - is an architectural style that structures an application as a collection of services that are

  • Highly maintainable and testable
  • Loosely coupled
  • Independently deployable
  • Organized around business capabilities
  • Owned by a small team

The microservice architecture enables the rapid, frequent and reliable delivery of large, complex applications. It also enables an organization to evolve its technology stack.

Also see : https://microservices.io/

Tech Stack

  • Java 11
  • Spring Framework(Spring Boot , Spring Cloud , Spring Data)
  • REST-API
  • API-Gateway
  • Config-server
  • Eureka-server & Eureka-client
  • Admin-server
  • Zipkin-server
  • Netflix-Hystrix
  • Cassandra
  • Elasticsearch
  • MySQL
  • RabbitMQ
  • Docker
  • Lombok

Design

DesignPhoto

Json

  • api/v1/account
  {
     "firstName":"Mehmet",
     "lastName":"Pekdemir",
     "username":"MehmetPekdemir",
     "email":"[email protected]",
     "password":"Test123+"
  }
  • api/v1/ticket
  {
     "description":"Test Description",
     "notes":"Test notes",
     "assignee":"9cb66eca-78d4-4c6b-9d13-a03e239cde82",
     "priorityType":"HIGH",
     "ticketStatus":"OPEN",
     "ticketDate":"2017-01-01"
  }

Requirements

For building and running the application you need:

Build & Run

  docker-compose -f "YOUR_LOCATION\docs\docker-compose.yml" up -d 
  mvn clean install 
  CREATE KEYSPACE springcloud WITH replication = {'class':'SimpleStrategy','replication_factor':3};
  CREATE SCHEMA `microserviceapp`

Ports

  Config server port : http://localhost:8888
  
  Eureka server port : http://localhost:8500
  
  Zipkin server port : http://localhost:9411
  
  Gateway port : http://localhost:8088
  
  HystrixDasboard port: http://localhost:8080
  
  Admin server : http://localhost:8508
  
  Account service : http://localhost:8501
  
  Ticket service : http://localhost:8502
  
  Notification service : http://localhost:8503
  

microservice's People

Contributors

mehmetpekdemir avatar

Watchers

James Cloos avatar

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.