基于Golang构建的电商微服务项目概述

电商项目基于grpc+gin技术栈开发,采用consul进行微服务的注册与发现。项目共划分为9个微服务和一个前端客户端,具体如下:

  1. 商品微服务(productcatalogservice):管理商品信息。
  2. 购物车微服务(cartservice):负责购物车的操作。
  3. 货币微服务(currencyservice):处理货币兑换和价格计算。
  4. 广告微服务(adservice):展示商品广告。
  5. 商品推荐微服务(recommendationservice):根据用户行为推荐商品。
  6. 邮件微服务(emailservice):负责发送订单确认等邮件。
  7. 付款微服务(paymentservice):处理支付功能。
  8. 配送微服务(shippingservice):负责物流配送。
  9. 结算微服务(checkoutservice):完成订单的结算。
  10. 前端客户端(frontend):为用户提供交互界面。

通过使用这些微服务,项目实现了电商平台的核心功能。

folder
电商项目 golang微服务 预估大小:119个文件
file
go.work 198B
file
settings.json 33B
file
go.mod 26B
file
adservice.go 2KB
file
adservice.proto 617B
file
adservice.pb.go 12KB
file
main.go 2KB
file
go.mod 38B
file
recommendationservice.go 2KB
file
recommendationservice.proto 2KB
file
recommendationservice.pb.go 36KB
file
main.go 2KB
file
go.mod 28B
file
cartservice.go 947B
file
memory.go 1KB
file
interface.go 511B
file
cartservice.pb.go 21KB
file
cartservice.proto 1KB
file
main.go 2KB
file
go.mod 2KB
file
go.sum 31KB
file
recommendations.html 725B
file
header.html 3KB
file
product.html 2KB
file
home.html 1KB
file
ad.html 261B
file
error.html 804B
file
cart.html 10KB
file
footer.html 854B
file
order.html 2KB
file
microshopping.pb.go 121KB
file
microshopping.proto 5KB
file
handler.go 13KB
file
rpc.go 3KB
file
money.go 2KB
file
order.css 694B
file
cart.css 2KB
file
styles.css 10KB
file
favicon-cymbal.ico 4KB
file
mug.jpg 61KB
file
tank-top.jpg 152KB
file
hairdryer.jpg 65KB
file
candle-holder.jpg 88KB
file
watch.jpg 96KB
file
salt-and-pepper-shakers.jpg 105KB
file
loafers.jpg 128KB
file
bamboo-glass-jar.jpg 74KB
file
sunglasses.jpg 64KB
file
favicon.ico 17KB
file
Hipster_KitchenwareOffer.svg 20KB
file
Hipster_Advert2.svg 19KB
file
Hipster_CurrencyIcon.svg 630B
file
Hipster_SearchIcon.svg 322B
file
logo.png 2KB
file
Hipster_DownArrow.svg 2KB
file
Hipster_FacebookIcon.svg 750B
file
Hipster_CartIcon.svg 3KB
file
Hipster_UpDownControl.svg 259B
file
Hipster_ProfileIcon.svg 455B
file
Hipster_NavLogo.svg 5KB
file
Hipster_CheckOutIcon.svg 462B
file
Hipster_TwitterIcon.svg 469B
file
Hipster_PinterestIcon.svg 539B
file
Hipster_HelpIcon.svg 399B
file
Hipster_YoutubeIcon.svg 838B
file
Hipster_HeroLogoCyan.svg 16KB
file
Hipster_HeroLogo.svg 16KB
file
Hipster_GooglePlayIcon.svg 5KB
file
Hipster_InstagramIcon.svg 1018B
file
Cymbal_NavLogo.svg 9KB
file
Advert2BannerImage.png 653KB
file
folded-clothes-on-white-chair.jpg 526KB
file
AdvertBannerImage.png 510KB
file
VRHeadsets.png 357KB
file
credits.txt 157B
file
HeroBannerImage2.png 254KB
file
HeroBannerImage.png 654KB
file
folded-clothes-on-white-chair-wide.jpg 155KB
file
middleware.go 2KB
file
main.go 4KB
file
go.mod 516B
file
go.sum 9KB
file
paymentservice.go 1KB
file
paymentservice.proto 1KB
file
paymentservice.pb.go 17KB
file
main.go 2KB
file
go.mod 1KB
file
go.sum 26KB
file
currency_conversion.json 671B
file
currencyservice.go 2KB
file
currencyservice.proto 1KB
file
currencyservice.pb.go 18KB
file
main.go 2KB
file
go.mod 29B
file
emailservice.go 480B
file
emailservice.pb.go 25KB
file
emailservice.proto 2KB
file
main.go 1KB
file
go.mod 32B
file
checkoutservice.go 7KB
file
checkoutservice.pb.go 122KB
file
checkoutservice.proto 5KB
file
money.go 2KB
file
main.go 3KB
file
go.work.sum 342B
file
go.mod 32B
file
quote.go 542B
file
shippingservice.go 1KB
file
tracker.go 687B
file
shippingservice.pb.go 26KB
file
shippingservice.proto 2KB
file
main.go 2KB
file
go.mod 1KB
file
go.sum 26KB
file
products.json 4KB
file
productcatalogservice.go 3KB
file
productcatalogservice.proto 2KB
file
productcatalogservice.pb.go 27KB
file
main.go 2KB
...
zip 文件大小:4.02MB