Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shilohooo/learn-shardingsphere
learn everything about Apache ShardingSphere
https://github.com/shilohooo/learn-shardingsphere
examples java mysql shardingsphere shardingsphere-jdbc sql-server
Last synced: 11 days ago
JSON representation
learn everything about Apache ShardingSphere
- Host: GitHub
- URL: https://github.com/shilohooo/learn-shardingsphere
- Owner: shilohooo
- License: mit
- Created: 2024-09-23T08:01:07.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T08:05:26.000Z (2 months ago)
- Last Synced: 2024-10-20T10:11:39.406Z (2 months ago)
- Topics: examples, java, mysql, shardingsphere, shardingsphere-jdbc, sql-server
- Language: Java
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache ShardingSphere 分库分表学习记录
> [!TIP]
> 参考资料:[Apache ShardingSphere官网](https://shardingsphere.apache.org/document/current/en/overview/)## 开发环境
| 名称 | 版本 | 备注 |
|:-------------:|:---------:|:---------:|
| OpenJDK | 1.8.0_402 | Azul Zulu |
| Apache Maven | 3.6.3 | 项目构建工具 |
| Intellij IDEA | 2024.2.2 | IDE |
| Docker | 26.0.0 | 容器管理 |
| Git | 2.45.2 | 版本控制 |## 技术栈
| 名称 | 版本 | 备注 |
|:--------------------------:|:-------:|:----------------------:|
| SpringBoot | 2.6.13 | 基础框架 |
| MyBatis | 2.2.2 | DAO 框架 |
| Apache ShardingSphere JDBC | 5.5.0 | 分库分表 |
| Lombok | 1.18.24 | |
| Snakeyaml | 1.33 | 覆盖默认版本,避免缺少指定方法报错 |
| IdGenerator | 1.0.6 | 雪花 ID 生成库 |
| MySQL | 8.3.0 | |
| MSSQL Server | 2022 | 开发版(Developer Edition) |## 示例导航
### MySQL
- [x] [单库单数据源分表](./mysql-single-db-sharding)
- [ ] 单库多数据源分表
- [ ] 多库单数据源分库分表
- [ ] 多库多数据源分库分表### MSSQL Server
- [ ] 单库单数据源分表
- [ ] 单库多数据源分表
- [ ] 多库单数据源分库分表
- [ ] 多库多数据源分库分表## 贡献者
| [shiloh](https://github.com/shilohooo) |
|:---------------------------------------------------------------:|
| ![shiloh](https://avatars.githubusercontent.com/u/46670399?v=4) |## License
[MIT](./LICENSE) Copyright (c) 2024 shiloh