# 学习笔记
**Repository Path**: dingjunjun_codeSpace/study-notes
## Basic Information
- **Project Name**: 学习笔记
- **Description**: 学习笔记
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 14
- **Created**: 2022-09-29
- **Last Updated**: 2022-09-29
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
apache相关软件下载地址:`https://archive.apache.org/dist`
├─大数据
├─微服务
│ ├─服务中心
│ │ └─eureka
│ ├─服务容错
│ │ └─Hystrix
│ ├─服务调用
│ │ └─Feign
│ ├─消息驱动
│ │ └─Stream
│ ├─网关服务
│ │ ├─gateway
│ │ └─nginx
│ ├─负载均衡
│ │ └─ribbon
│ ├─配置中心
│ │ └─config
│ └─链路追踪
│ └─sleuth
├─搜索引擎
│ └─Elasticsearch
├─数据库
│ └─分库分表
├─文件系统
│ └─FastDFS
├─消息队列
│ ├─kafka
│ └─rabbitMQ
└─缓存
└─redis