Giter Club home page Giter Club logo

seckill's Introduction

ServiceComb Demo - SecKill Build StatusCoverage StatusLicense

Purpose

In order for users to better understand how to develop micro-services using ServiceComb, and learning event sourcing.

Architecture of SecKill

  • Admin Micro-Service (Promotion Management)
  • Command Micro-Service (Active Promotion and Accept Customer Grab Coupon then publish event to Message broker)
    More detail see : Command Micro-Service Architecture
  • Event Micro-Service (Consume Event Message from Message broker)
  • Query Micro-Service (Customer can query current active promotion and acquired coupons)

Alt text

Prerequisites

You will need:

  1. Oracle JDK 1.8+
  2. Maven 3.x
  3. MySQL CE 5.x
  4. Docker
  5. Docker machine(optional)
  6. curl or Postman

Run Services

You can run services follow this steps:

First Build all service images using command mvn package -Pdocker

If run jar mode locally you can change application.properties and then java -jar target/seckill/seckill-xxx-service-xxx-exec.jar

Also you can run all service images using command docker-compose up

If you are using Docker Toolbox, please add an extra profile -Pdocker-machine.

mvn package -Pdocker -Pdocker-machine

Run Integration Tests

mvn verify -Pdocker -Pdocker-machine

Verify services

You can verify the services using Postman by the following steps:

  1. Create promotion Alt text
  2. Query active promotions Alt text
  3. Request grab coupon Alt text
  4. Query acquired coupons Alt text

seckill's People

Contributors

seanyinx avatar mabingo 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.