Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pangum/migration
盘古数据迁移集成
https://github.com/pangum/migration
file go golang migrate migration sql
Last synced: about 1 month ago
JSON representation
盘古数据迁移集成
- Host: GitHub
- URL: https://github.com/pangum/migration
- Owner: pangum
- Created: 2021-06-16T09:55:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T13:32:06.000Z (about 1 month ago)
- Last Synced: 2024-11-11T14:28:48.683Z (about 1 month ago)
- Topics: file, go, golang, migrate, migration, sql
- Language: Go
- Homepage:
- Size: 154 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 盘古数据迁移
## 为什么需要数据迁移
数据迁移的本质是为了方便开发者和运维人员在不同的环境不需要做太多事就能产出相同的环境,比如
- 数据库表的生成
- 数据库数据的增、删、改
- Redis数据修改
- Elasticsearch数据修改
- Mongodb数据修改
- 文件修改
- 其它任何形式的数据修改## 盘古数据迁移的特点
`盘古数据迁移`并不立足于数据库的迁移,将支持所有格式的数据迁移,作为一个基础数据平台去使用,而至于你要迁移什么数据,应该是根据项目本身的不同来做修改