# data-manage-parent
**Repository Path**: Posture/data-manage-parent
## Basic Information
- **Project Name**: data-manage-parent
- **Description**: 数据源管理,数据分析,数仓应用,分类模块。
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 72
- **Created**: 2021-04-09
- **Last Updated**: 2022-05-24
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## 阅读标签
【[Java基础](https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzU4Njg0MzYwNw==&action=getalbum&album_id=1342230680016683009#wechat_redirect)】【[设计模式](https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzU4Njg0MzYwNw==&action=getalbum&album_id=1709518416274833422#wechat_redirect)】【[结构与算法](https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzU4Njg0MzYwNw==&action=getalbum&album_id=1709518416274833422#wechat_redirect)】【[Linux系统](https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzU4Njg0MzYwNw==&action=getalbum&album_id=1334314473573744641#wechat_redirect)】【[数据库](https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzU4Njg0MzYwNw==&action=getalbum&album_id=1376212870744358913#wechat_redirect)】
【[分布式架构](https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzU4Njg0MzYwNw==&action=getalbum&album_id=1327025063014596608#wechat_redirect)】【[微服务](https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzU4Njg0MzYwNw==&action=getalbum&album_id=1460269376221200386#wechat_redirect)】【[大数据组件](https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzU4Njg0MzYwNw==&action=getalbum&album_id=1701021199339667459#wechat_redirect)】【[SpringBoot进阶](https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzU4Njg0MzYwNw==&action=getalbum&album_id=1425309486268661760#wechat_redirect)】【[Spring&Boot基础](https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzU4Njg0MzYwNw==&action=getalbum&album_id=1461797173297135618#wechat_redirect)】
【[数据分析](https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzU4Njg0MzYwNw==&action=getalbum&album_id=1695231212027428866#wechat_redirect)】【[技术导图](https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzU4Njg0MzYwNw==&action=getalbum&album_id=1506615482391511042#wechat_redirect)】【 [职场](https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzU4Njg0MzYwNw==&action=getalbum&album_id=1719834087936278530#wechat_redirect)】
### 架构设计
|序号| 标题| 源码 |
|:---|:---|:---|
|01 | [架构设计:单服务.集群.分布式,基本区别和联系](https://mp.weixin.qq.com/s/NGxI3rC-6mWMDnrClaOR3Q)|...|
|02 | [架构设计:分布式业务系统中,全局ID生成策略](https://mp.weixin.qq.com/s/1TKAwr99rKEHSxqXFixEhQ)|[GitHub](https://github.com/cicadasmile/data-manage-parent/tree/master/heap03-frame-design/case01-global-uuid)|
|03 | [架构设计:分布式系统调度,Zookeeper集群化管理](https://mp.weixin.qq.com/s/Yr4A95poVjlFsQ-Q0dF7hA)|[GitHub](https://github.com/cicadasmile/data-manage-parent/tree/master/heap03-frame-design/case02-zkper-cluster)|
|04 | [架构设计:接口幂等性原则,防重复提交Token管理](https://mp.weixin.qq.com/s/o9sxN6GwxdNYTKZvRexwjg)|[GitHub](https://github.com/cicadasmile/data-manage-parent/tree/master/heap03-frame-design/case03-idem-potent)|
|05 | [架构设计:缓存管理模式,监控和内存回收策略](https://mp.weixin.qq.com/s/jBu-OZ69DbXfmdIf5VC7kQ)|[GitHub](https://github.com/cicadasmile/data-manage-parent/tree/master/heap03-frame-design/case04-cache-redis)|
|06 | [架构设计:异步处理流程,多种实现模式详解](https://mp.weixin.qq.com/s/RQm1vPJak0rCGW8dll4oAA)|[GitHub](https://github.com/cicadasmile/data-manage-parent/tree/master/heap03-frame-design/case05-async-deal)|
|07 | [架构设计:高并发流量削峰,共享资源加锁机制](https://mp.weixin.qq.com/s/T13aak6us7ZF36qooQ-YPQ)|[GitHub](https://github.com/cicadasmile/data-manage-parent/tree/master/heap03-frame-design/case06-lock-strategy)|
|08 | [架构设计:分布式服务,库表拆分模式详解](https://mp.weixin.qq.com/s/EZCIgZ4EWvFKgKlCYej68g)|[GitHub](https://github.com/cicadasmile/data-manage-parent/tree/master/heap03-frame-design/case07-service-data)|
|09 | [架构设计:分布式事务①概念简介和基础理论](https://mp.weixin.qq.com/s/7ppTArAcu_i8ENa-tNo76A)|...|
|10 | [架构设计:基于电商交易流程,图解TCC事务分段提交](https://mp.weixin.qq.com/s/-vevjP5z2BMnrKn-8cYY7Q)|...|
|11 | [架构设计:基于消息中间件,图解柔性事务一致性](https://mp.weixin.qq.com/s/T6NVFeHxp1h2OXsjAyh9Eg)|...|
|12 | [架构设计:基于Seata中间件,微服务模式下事务管理](https://mp.weixin.qq.com/s/NoQaQUDQcdGIXbHwcJZPkw)|[GitHub](https://github.com/cicadasmile/spring-cloud-base/tree/master/cloud-node11-parent)|
|13 | [架构设计:分布式体系下,服务分层监控策略](https://mp.weixin.qq.com/s/A-5385joT9HY_iYOpufJSg)|...|
|14 | [架构设计:分布式结构下,服务部署发布](https://mp.weixin.qq.com/s/NUTzTeg2entXLSEgd2fYVQ)|...|
|15 | [架构设计:微服务模式下,实现灰度发布模式](https://mp.weixin.qq.com/s/0yrKkeEdRAZFxJLYJmYR3g)|[GitHub](https://github.com/cicadasmile/spring-cloud-base/tree/master/cloud-node12-parent)|
|16 | [架构设计:服务自动化部署和管理流程](https://mp.weixin.qq.com/s/kzcqGeZ8paRodFn7NZaf1w)|...|
|17 | [架构设计:数据服务系统0到1落地实现方案](https://mp.weixin.qq.com/s/Xwn3IdDz4i_caMPICGrlrg)|...|
### 数据管理
|序号| 标题 | 源码 |
|:---|:---|:---|
|01 | [数据源管理:主从库动态路由,AOP模式读写分离](https://mp.weixin.qq.com/s/FlRwouBgqEJEDLqffo_z6A)|[GitHub](https://github.com/cicadasmile/data-manage-parent/tree/master/heap01-data-source/case01-master-slave)|
|02 | [数据源管理:基于JDBC模式,适配和管理动态数据源](https://mp.weixin.qq.com/s/_mOvZp0-LMEvcBpLuI2p7w)|[GitHub](https://github.com/cicadasmile/data-manage-parent/tree/master/heap01-data-source/case02-dynamic-add)|
|03 | [数据源管理:动态权限校验,表结构和数据迁移流程](https://mp.weixin.qq.com/s/Acrff9vopDj67jH17f9FUg)|[GitHub](https://github.com/cicadasmile/data-manage-parent/tree/master/heap01-data-source/case03-read-write)|
|04 | [数据源管理:关系型分库分表,列式库分布式计算](https://mp.weixin.qq.com/s/Ej39uHHgJIeyDmxDVJGvMQ)|[GitHub](https://github.com/cicadasmile/data-manage-parent/tree/master/heap01-data-source/case04-shard-ing)|
|05 | [数据源管理:PostGreSQL环境整合,JSON类型应用](https://mp.weixin.qq.com/s/GqFJCoWiEtgG-LXY3Cb54w)|...|
|06 | [数据源管理:基于DataX组件,同步数据和源码分析](https://mp.weixin.qq.com/s/FZz-0Q5d1ZLi4nLE2uIchQ)|...|
|07 | [数据源管理:OLAP查询引擎,ClickHouse集群化管理](https://mp.weixin.qq.com/s/8D9XfWlVUSusoPgsbRFuiw)|...|
|08 | [数据源管理:Kafka集群环境搭建,消息存储机制详解](https://mp.weixin.qq.com/s/ygVFjtpbk4cNdl3VI7DHpQ)|...|
|09 | [数据源管理:搜索引擎框架,ElasticSearch集群模式](https://mp.weixin.qq.com/s/Qgear9nCwXn8W98SHkXJZw)|...|
|10 | [数据源管理:分布式NoSQL系统,Cassandra集群管理](https://mp.weixin.qq.com/s/LffhFui3YfouUAxPL_rCsg)|...|
### 数据分析
|序号| 标题|
|:---|:---|
|01 | [数据分析:基于智能标签,精准管理数据](https://mp.weixin.qq.com/s/Tg_AirB-ewWym6MOhRkwjw)|
|02 | [数据分析:数据可视化图表,BI工具构建逻辑](https://mp.weixin.qq.com/s/W86TbvYD_i9h23ZSNeh1Ag)|
|03 | [数据分析:复杂业务场景下,量化评估流程](https://mp.weixin.qq.com/s/5FragJud2yh2LVE_ev-szA)|
### 常用中间件
|序号| 标题|
|:---|:---|
|01 | [中间件:ES组件RestHighLevelClient用法详解](https://mp.weixin.qq.com/s/rAnyxNq2vXfTgu7L70vXgw)|
### 规范与工具
|序号| 标题|
|:---|:---|
|01 | [开发工具:Mybatis.Plus.插件三种方式的逆向工程](https://mp.weixin.qq.com/s/IGcSMw3lmcOSTS-8a-AVGw)|
|02 | [编码风格:Mvc模式下SSM环境,代码分层管理](https://mp.weixin.qq.com/s/O4w4ojM-RFqikTW-N2nleQ)|
持续更新...
## 项目简介
数据管理、分布式、架构设计、开发组件工具等基础案例。
## 关于作者