Giter Club home page Giter Club logo

simple-instagram's Introduction

极简版Instagram

一个基于用户关系的社交媒体平台,实现了用户登录、上传博客、滚动分页查询博客、查看排行、好友关注、点赞评论、优惠券秒杀等功能

开发环境:

SpringBoot,MyBatis,MySQL,Redis,Lombok,Hutool

技术要点:

1.使用 Redis 的 Hash 存储登录的用户信息,解决 Session 共享问题

2.使用 Redis 缓存热点数据,缓解数据库读写压力,同时解决缓存击穿、缓存雪崩和缓存穿透等问题

3.采用全局唯一 ID 解决库存超卖问题并实现优惠券秒杀,并利用 Redission 实现分布式锁

4.采用 Redis 的 Zset 存储每篇博客的点赞用户,根据点赞时间排序实现点赞排行榜,采用 Set 存储用户粉丝,利用 Set 交集实现查看共同关注

simple-instagram's People

Contributors

kanaria09 avatar

Stargazers

Senagee avatar

Watchers

 avatar

Forkers

xuyangluo666

simple-instagram's Issues

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.