goodsKill is a simulated flash sale microservices project built with Spring Cloud 2023.x, Spring Boot 3.x, and Dubbo 3.x. It provides a unified API for testing high-concurrency seckill scenarios while demonstrating modern backend architecture patterns. goodsKill integrates key components such as Nacos for service discovery and configuration, Redis and MongoDB for data handling, and Kafka or RabbitMQ for messaging. It supports distributed transactions, database sharding, and multiple concurrency control strategies including distributed locks and message queues. It includes modular services like gateway, authentication, order management, and seckill processing, along with a Vue 3-based admin UI. It also incorporates AI-driven simulation capabilities for automated testing. Designed primarily as a learning reference, it showcases scalable system design, microservices communication, and real-world tradeoffs in handling high-traffic transactional systems.
Features
- Simulated flash sale system with unified testing API for high-concurrency scenarios
- Microservices architecture using Spring Cloud, Dubbo, and Nacos for service management
- Multiple concurrency strategies including Redis locks, Kafka queues, and database atomic updates
- Distributed transaction support with Seata and database sharding capabilities
- Integrated AI module for automated seckill simulation and testing
- Modular system with gateway, auth, order services, and Vue 3 admin interface