Code Monkey home page Code Monkey logo

foodie-raiders's Introduction

foodie-raiders

一个吃货攻略平台,用户可以再这里寻找周围的美食店铺,写美食评论,抢美食卷,发现志同道合的食友们,还可以成为美食up...

项目描述:

基于Spring Boot + Redis 的吃货攻略APP,实现了找美食店 => 写评论 => 看热评 => 点赞关注 => 关注Feed流 的完整业务流程。

分为以下模块

  • 短信登录

使用redis共享session来实现。

  • 商户查询缓存

解决缓存击穿,缓存穿透,缓存雪崩等问题。

  • 优惠卷秒杀

Redis的计数器功能, 结合Lua完成高性能的redis操作,Redis分布式锁的原理,包括Redis的三种消息队列

  • 附近的商户

利用Redis的GEOHash来完成对于地理坐标的操作

  • UV统计

主要是使用Redis来完成统计功能

  • 用户签到

使用Redis的BitMap数据统计功能

  • 好友关注

基于Set集合的关注、取消关注,共同关注等等功能,这一块知识咱们之前就讲过,这次我们在项目中来使用一下

  • 打人探店

基于List来完成点赞列表的操作,同时基于SortedSet来完成点赞的排行榜功能

结束

觉得还不错,就请Star一下啦。

foodie-raiders's People

Contributors

djianhua 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.