Miaosha is a high-concurrency “flash sale” (秒杀) demo that explores how to design a backend capable of withstanding extreme, bursty traffic during limited-time events. It illustrates patterns like cache-first reads for hot data, request rate limiting, and asynchronous order processing to protect databases under load. The project demonstrates stock deduction strategies designed to avoid overselling, combining pre-decrement in cache with reliable persistence and message-driven confirmation. Security hardening is addressed with ideas such as dynamic request paths, anti-bot measures, and one-time tokens to reduce automated abuse. The code showcases a typical Spring Boot stack that cleanly separates controllers, services, and persistence, making bottlenecks and optimization points easy to identify. As a study case, it provides a practical blueprint for building resilient sale/booking endpoints where fairness and correctness matter as much as raw throughput.

Features

  • Microservices architecture with modules like admin, order, RPC service, frontend v1/v2
  • High concurrency support using Redis, RabbitMQ, and ZooKeeper for messaging and coordination
  • Integration with Spring Boot, Spring MVC, Dubbo for modular service organization
  • Use of maven wrapper (mvnw) to simplify build and dependency management
  • Detailed documentation and structure for deployment and experimentation
  • Rich educational resource for engineering interviews and system design practice

Project Samples

Project Activity

See All Activity >

Categories

eCommerce

Follow Miaosha

Miaosha Web Site

Other Useful Business Software
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Miaosha!

Additional Project Details

Operating Systems

Linux, Mac, Windows

Programming Language

Java

Related Categories

Java eCommerce Software

Registered

2025-09-05