Szerző szerinti böngészés "Mingda, Zhong"
Megjelenítve 1 - 2 (Összesen 2)
Találat egy oldalon
Rendezési lehetőségek
Tétel Korlátozottan hozzáférhető eBook management systemMingda, Zhong; Vágner, Anikó; DE--Informatikai KarIn this paper, we have built an e-book management system from scratch. This e-book management system has many useful functions, it can automatically recognize the information of uploaded books, generate the corresponding covers and catalogs, you can also read your uploaded e-books, modify your e-books and delete your e-books. We use many technologies that are well known in the industry, such as Vue.js, Express.js, MySQL, Nginx, and element-UI.Tétel Korlátozottan hozzáférhető High availability and high concurrency distributed system architecture and its use caseMingda, Zhong; Vágner, Anikó; DE--Informatikai KarWith the widespread popularity of online shopping, consumers are paying more and more attention to the shopping experience of the platform when shopping online, and the shopping platform is facing an increasing number of concurrent visits, which undoubtedly puts higher demands on the online shopping system. In this paper, we use Spring Cloud and Spring Cloud Alibaba microservice framework to build a shopping mall system, the basic process is as follows: first, for different scenarios of online shopping requirements analysis, using diagrams for system modeling, the system core design into six microservices: product microservice, search microservice, user microservice, shopping cart microservice, order microservice, and payment microservices. Second, the overall architecture design and microservice function design were carried out. The overall architecture introduced Nginx reverse proxy and SpringCloud Gateway to achieve load balancing and forwarding, and the microservice function design used the diagram to sort out the key business logic and determine the technology stack to be used. Then, according to the requirements analysis and system design requirements, we implemented the business functions of the system based on Redis, Elasticsearch, and distributed locks, and showed the implementation details through screenshots. Finally, using JMeter to simulate high concurrent access for testing, the results show that the microservices-based shopping mall system has more advantages in high concurrency and distributed development, with greater flexibility and scalability, while ensuring system functionality.