MerginMaps / MerginMaps/python-api-client
Impose geodiff push limits
未关闭
还没有人认领这个 Issue。
enhancement
- 主要语言
- Python
- 星标
- 23
- 派生
- 12
- 平均合并
- 2 天 13 小时
- 30 天内合并 PR
- 7
描述
Let's limit the size of single push by imposing:
- 10 000 changes in all gpkg files / per push
- 10 MB as max size of all gpkg-diff files / per push
And split the work into multiple pushes. For splitting the workload we need https://github.com/MerginMaps/geodiff/issues/224
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
先阅读 geodiff issue 224,该 issue 被确定为拆分工作负载的前置条件,然后跟踪此 Python API 客户端中的 push 实现。完成的标准是强制执行每次 push 的两个限制—GPKG 文件总计 10,000 项更改,以及 10 MB 的 GPKG-diff 文件—并将超出大小的工作拆分为多个 push。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- api
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 25/100