/moments_v2_backend

backend for a sharing app using SpringBoot, Redis, MySQL, and AWS S3.

Primary LanguageJava

moments_v2_backend (Work In Progress)

backend for a sharing app using SpringBoot, Redis, MySQL, and AWS S3.

This is the second version of my project ShareOurDays's backend. I added more features like getting most-popular users or posts. I built this project while learning and using SpringBoot, Redis, and MySQL.

How to Maintain the Consistency between MySQL and Redis?

Query Data Process

Query Data Process

Delete Data Process

Delete Data Process

Insert/Update Data Process

Insert/Update Data Process

TODOS

  1. add ElasticSearch for user & post searching feature;
  2. use SpringBoot AOP to complete logging & exception handling feature;
  3. configure MySQL clusters to separate db-read and db-write to MySQL master node and slave node;