Coder Social home page Coder Social logo

mihttpserver's Introduction

miHttpServer

本项目为使用Golang编写的Http服务,提供商品信息管理功能。

开发目标

  • 增加商品信息(利用 Redis 分布式锁防止并发问题)
  • 修改商品信息 (利用 Redis 分布式锁防止并发问题)
  • 查询商品信息(利用 Mysql持久化数据,redis和本地缓存实现双层缓存)
  • 删除商品信息(符合幂等性,响应结果给出删除时间)

开发进度

  • 需求分析
  • 设计项目架构
  • 实现基础日志功能
  • 增加商品信息(未使用Redis)
  • 修改商品信息(未使用Redis)
  • 查询商品信息(未使用Redis)
  • 删除商品信息(未考虑不同时区)
  • 删除商品信息(响应时间和时区关联)
  • 添加Redis缓存
  • 实现Redis分布式锁

mihttpserver's People

Contributors

kantlee avatar

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.