微服务开发系列 第十二篇:MongoDB

 总概

A、技术栈

  • 开发语言:Java 1.8
  • 数据库:MySQL、Redis、MongoDB、Elasticsearch
  • 微服务框架:Spring Cloud Alibaba
  • 微服务网关:Spring Cloud Gateway
  • 服务注册和配置中心:Nacos
  • 分布式事务:Seata
  • 链路追踪框架:Sleuth
  • 服务降级与熔断:Sentinel
  • ORM框架:MyBatis-Plus
  • 分布式任务调度平台:XXL-JOB
  • 消息中间件:RocketMQ
  • 分布式锁:Redisson
  • 权限:OAuth2
  • DevOps:Jenkins、Docker、K8S

B、源码地址

alanchenyan/ac-mall2-cloud

C、本节实现目标

  • 用MongoDB实现商品评价功能
  • 封装MongoDB工具类

一、MongoDB安装

下载地址

https://www.mongodb.com/try/download//community

微服务开发系列 第十二篇:MongoDB_第1张图片

下载

我们版本选择4.4.8&

你可能感兴趣的:(微服务,mongodb,微服务,数据库)