Coder Social home page Coder Social logo

shop-micro's Introduction

mall-micro 基于单体应用重构更新中 年底有点忙,要隔段时间继续更新...

申明: 个人作品,写的不好的地方望交流谢谢

简易架构图

功能点

  • 使用rabbitmq中间件, 实现延迟队列
  • 重试,限流,熔断,健康检查
  • consul务发现
  • JWT Authorization token认证
  • redis连接池,实现缓存
  • MongoDB范围数据查询
  • elastic stack 实现数据搜索, 日志分析
  • ......

运行步骤

  • make build
  • docker-compose build
  • docker-compose up

内容

  • 登陆: 短信 微信 facebook
  • 视频: 视频播放
  • 新闻: 新闻详情,资讯列表
  • 发布广告
  • 上传图片七牛
  • 支付宝支付
  • 银联支付
  • ......

前端部分页面展示

govendor命令使用

  • init 初始化 vendor 目录
  • list 列出所有的依赖包
  • add 添加包到 vendor 目录,如 govendor add +external 添加所有外部包
  • add PKG_PATH 添加指定的依赖包到 vendor 目录
  • update 从 $GOPATH 更新依赖包到 vendor 目录
  • remove 从 vendor 管理中删除依赖
  • status 列出所有缺失、过期和修改过的包
  • fetch 添加或更新包到本地 vendor 目录
  • sync 本地存在 vendor.json 时候拉去依赖包,匹配所记录的版本
  • get 类似 go get 目录,拉取依赖包到 vendor 目录

交流方式-微信

shop-micro's People

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.