✨ [2024-12-17] 添加效能平台调研文档
All checks were successful
Publish to Confluence / confluence (push) Successful in 54s
All checks were successful
Publish to Confluence / confluence (push) Successful in 54s
This commit is contained in:
parent
b4fca780bd
commit
6782e8ffea
@ -146,4 +146,23 @@
|
||||
## 江锦程(外包)
|
||||
- 对项目有理解,清楚项目逻辑和自己做的任务
|
||||
- 对一些基础知识也能回答上来
|
||||
- 综合评价:75(通过)
|
||||
- 综合评价:75(通过)
|
||||
|
||||
## 陈俊仲
|
||||
- 一些基本的知识点都不了解,比如切面执行逻辑,线程池参数及工作流程
|
||||
- 综合评价:不建议
|
||||
|
||||
## 刘继茂
|
||||
- 对自己做过的项目不了解,问的问题回答得自相矛盾
|
||||
- 对用到的技术不清楚具体的作用,比如说用布隆过滤器来替换分布式锁
|
||||
- 总结:不建议
|
||||
|
||||
## 林良基
|
||||
- 对一些优化有自己的看法,但是可能考虑没那么全还是有漏洞
|
||||
- 有做过项目,还接过一些私活
|
||||
- 综合评价:70(强哥二面)
|
||||
|
||||
## 杨恒
|
||||
- 会去思考问题,问的问题思考后会有一些答案
|
||||
- 不懂的就不懂,不会装懂
|
||||
- 综合评价:75
|
@ -14,6 +14,10 @@
|
||||
|
||||
## 20241216 - 20241220
|
||||
- [ ] Track123 对接
|
||||
- [ ] 公司映射管理
|
||||
- 导入模板
|
||||
- 导入接口
|
||||
- 查询接口
|
||||
|
||||
## 20241210 - 20241213
|
||||
- [ ] 国际电子面单打印对接(快递100)
|
||||
|
154
方案/20241217-效能平台调研.md
Normal file
154
方案/20241217-效能平台调研.md
Normal file
@ -0,0 +1,154 @@
|
||||
<!-- Space: qifu -->
|
||||
<!-- Parent: 会议相关 -->
|
||||
<!-- Parent: 共识 -->
|
||||
<!-- Parent: 外部调研 -->
|
||||
<!-- Title: 20241217-效能平台调研 -->
|
||||
|
||||
<!-- Macro: :anchor\((.*)\):
|
||||
Template: ac:anchor
|
||||
Anchor: ${1} -->
|
||||
<!-- Macro: \!\[.*\]\((.+)\)\<\!\-\- width=(.*) \-\-\>
|
||||
Template: ac:image
|
||||
Url: ${1}
|
||||
Width: ${2} -->
|
||||
<!-- Macro: \<\!\-\- :toc: \-\-\>
|
||||
Template: ac:toc
|
||||
Printable: 'false'
|
||||
MinLevel: 2
|
||||
MaxLevel: 4 -->
|
||||
<!-- Include: 杂项/声明文件.md -->
|
||||
|
||||
<!-- :toc: -->
|
||||
|
||||
# 效能平台调研
|
||||
|
||||
> 规划说明:http://confluence.qifu.com/pages/viewpage.action?pageId=3638019
|
||||
|
||||
## DevOps 说明
|
||||
|
||||
DevOps主要分为以下几大模块
|
||||

|
||||
|
||||
### 公司 Devops 实施信息
|
||||
|
||||
现在已经拥有的工具及系统
|
||||
- Plan(计划)
|
||||
- [X] [元盟产研协同平台](http://pmsystem.qifu.com/my/dashboard)
|
||||
- Code(编码)
|
||||
- [X] [Gitlab 代码及版本管理](http://pmsystem.qifu.com/my/dashboard)
|
||||
- [X] IDEA 开发工具
|
||||
- [X] VS Code 开发工具
|
||||
- Build(构建)
|
||||
- [X] [Jenkins CI/CD](http://test.jenkins.qifu.com/login?from=%2F)
|
||||
- [X] Maven 依赖管理及项目构建
|
||||
- [X] Vite/Webpack 前端构建工具
|
||||
- Test(测试)
|
||||
- [X] [Yapi 接口文档及 Mock](http://yapi.qifu.com/)
|
||||
- [X] JUnit 单元测试
|
||||
- Release(发布)
|
||||
- [X] [Jenkins CI/CD](http://test.jenkins.qifu.com/login?from=%2F)
|
||||
- [X] [Harbor](http://harbor.qifu.com)
|
||||
- Deploy(部署)
|
||||
- [X] [Yarning SQL审核平台](http://yearning.qifu.com)
|
||||
- [X] [Nacos 配置管理](http://nacos.qifu.com/nacos)
|
||||
- [X] kubectl
|
||||
- Operate(运维)
|
||||
- [X] [KubeSphere](http://kubesphere.qifu.com)
|
||||
- [X] K8s
|
||||
- Monitor(监控)
|
||||
- [X] [Grafana](http://grafana.qifu.com)
|
||||
- [X] [Graylog](http://graylog.keyfil.com)
|
||||
|
||||
### 后续规划
|
||||
|
||||
需要完善及规划的工具及系统
|
||||
|
||||
- Plan(计划)
|
||||
- Code(编码)
|
||||
- Build(构建)
|
||||
- Test(测试)
|
||||
- [ ] JUnit test
|
||||
- [ ] SonaQube(代码质量分析)
|
||||
- [ ] 自动化测试
|
||||
- [ ] 接口自动化
|
||||
- [ ] UI自动化
|
||||
- [ ] 集成自动化
|
||||
- Release(发布)
|
||||
- Deploy(部署)
|
||||
- [ ] 生产环境应该使用Uat已经验证过的镜像发布
|
||||
- Operate(运维)
|
||||
- Monitor(监控)
|
||||
- [ ] 服务告警(Grafana集成企业微信实现告警)
|
||||
- [X] 链路追踪(已有 SkyWalking)
|
||||
- [X] 日志管理(Graylog,建议用 ELK,使用 Kibana 作为检索看板)
|
||||
|
||||
- 效能平台
|
||||
- [ ] 采集各环节指标
|
||||
- [ ] 效能报表
|
||||
- [ ] 效能大屏
|
||||
- [ ] 统一门户入口
|
||||
- [ ] SSO/域账户
|
||||
|
||||
## 研发效能平台
|
||||
|
||||
- [思码易](https://www.merico.cn/)
|
||||
- [PingCode](https://pingcode.com/product/project)
|
||||
- 价格页面:https://pingcode.com/pricing
|
||||
- 25人以下免费
|
||||
- 支持私有化部署
|
||||
- 
|
||||
- [Ones](https://ones.cn/project/#/signup_personalize)
|
||||
- 价格页面:https://ones.cn/pricing
|
||||
- 50 人及以下 · 免费使用
|
||||
- 支持私有化部署
|
||||
- 
|
||||
- [华为云效能洞察](https://console.huaweicloud.com/devcloud/?agencyId=91b0b8b5572d4a7ea38428df5f78c1dd®ion=cn-east-3&locale=zh-cn#/codearts-build/list)
|
||||
- 价格计算器:https://www.huaweicloud.com/pricing/calculator.html#/devcloud
|
||||
- [Codes](https://icodes.work/blogPage/twelve)
|
||||
- 价格页面:https://icodes.work/buy/buyUse
|
||||
- 30 人以下免费
|
||||
- 支持私有化部署
|
||||
- 
|
||||
- [阿里云效](https://devops.aliyun.com/workbench)
|
||||
- 价格页面:https://help.aliyun.com/zh/yunxiao/product-overview/package-and-billing-adjustment-announcement?spm=a2c4g.11186623.help-menu-150040.d_0_0_0.3ac31fa84jtKHR&scm=20140722.H_2858118._.OR_help-V_1
|
||||
- 5 人以下免费
|
||||
- 
|
||||
- [研发效能数据平台 DevLake](https://devlake.apache.org/)
|
||||
- Apache DevLake 是一个开源开发数据平台,用于从 DevOps 工具中提取、分析和可视化碎片化数据,从而提取见解以实现卓越工程、开发人员体验和社区发展
|
||||
- 开源
|
||||
- 可以用来做效能平台效能分析和大屏
|
||||
- [Gitee企业版](https://e.gitee.com/texous_1/projects/714726/pipelines/355387/5/edit)
|
||||
- 只能体验 31 天
|
||||
- 
|
||||
- [面向开发者自助式云原生 DevOps 平台](https://koderover.com/zadig)
|
||||
- 价格页面:https://koderover.com/pricing
|
||||
- 有开源版本
|
||||
- [ 普兰能效平台 研发协作一站式管理平台](https://testerhome.com/topics/21620)
|
||||
- 开源项目
|
||||
- 有一段时间没有维护了
|
||||
- [tiklab](https://github.com/tiklab-project)
|
||||
- 开源项目
|
||||
- 
|
||||
- [CDS是一个企业级的持续交付和DevOps自动化开源平台](https://ovh.github.io/cds/)
|
||||
- 开源项目
|
||||
- [hygieia](https://github.com/hygieia/hygieia)
|
||||
- 从本质上讲,Hygieia 本身是一个聚合器,它从团队在其 CICD 管道中使用的各种 DevOps 工具中提取数据,使其在仪表板视图中易于理解。
|
||||
- 支持的采集器:https://hygieia.github.io/hygieia/collectors.html
|
||||
- 可以用来做效能平台效能分析和大屏,和 Apache DevLake 类似
|
||||
|
||||
## 文档
|
||||
|
||||
- [研发效能平台哪个好](https://docs.pingcode.com/blog/effectiveness/14792.html)
|
||||
- [覆盖数万研发人员,字节跳动首次公开效能度量核心技术](https://www.infoq.cn/article/oiYyLTdpp4Yx1iFhs4A8)
|
||||
- [DevOps全面综述:从概念到实践](https://mp.weixin.qq.com/s/aTJyg0j9yQzmDtg4xnNOfQ)
|
||||
- [DevOps如何帮助PM构建数字化的项目管理](https://mp.weixin.qq.com/s/cBQjMWkf9rWzPArrqwqiqA)
|
||||
|
||||
## 参考
|
||||
|
||||
### 工具
|
||||
|
||||

|
||||
|
||||
### 线路
|
||||
|
||||

|
54
杂项/test.json
54
杂项/test.json
@ -1,3 +1,51 @@
|
||||
[
|
||||
"{\"data\":[{\"id\":null,\"code\":\"test1\",\"updatetime\":\"2024-11-22 10:04:31.000\"},{\"id\":null,\"code\":\"test2\",\"updatetime\":\"2024-11-22 10:04:31.000\"},{\"id\":null,\"code\":\"test3\",\"updatetime\":\"2024-11-22 10:04:31.000\"}],\"database\":\"testdb\",\"es\":1732241071000,\"gtid\":\"\",\"id\":15,\"isDdl\":false,\"mysqlType\":{\"id\":\"INT\",\"code\":\"VARCHAR(10)\",\"updatetime\":\"timestamp(3)\"},\"old\":null,\"pkNames\":null,\"sql\":\"\",\"sqlType\":{\"id\":4,\"code\":12,\"updatetime\":93},\"table\":\"canaltest\",\"ts\":1732241071760,\"type\":\"INSERT\"}"
|
||||
]
|
||||
{
|
||||
"id": 11511967,
|
||||
"createUserId": 1383666,
|
||||
"createTime": 1734343259,
|
||||
"createBy": "lijinfeng",
|
||||
"deleted": 0,
|
||||
"indexCode": "scm_agency_order",
|
||||
"tenantId": 7,
|
||||
"customerId": 1373084,
|
||||
"customerName": "客户3",
|
||||
"code": "A2024121600001",
|
||||
"status": "PLACED_ORDER",
|
||||
"splitStatus": 0,
|
||||
"vouchingStatus": 0,
|
||||
"transportAcceptStatus": 0,
|
||||
"intoWarehouseStatus": 0,
|
||||
"customsClearanceStatus": 50,
|
||||
"customsLiquidationStatus": 50,
|
||||
"accountReceivableStatus": 0,
|
||||
"accountPayableStatus": 0,
|
||||
"taxInclusiveStatus": 0,
|
||||
"needTransport": 1,
|
||||
"needCheckGoods": 1,
|
||||
"needInspectionGoods": 1,
|
||||
"supplierSupportDelivery": 0,
|
||||
"orderingGoodsTime": 1734342996,
|
||||
"currency": "CNY",
|
||||
"transportPrecondition": 0,
|
||||
"deposit": 0.01,
|
||||
"depositRatio": 1.0,
|
||||
"depositCalType": 0,
|
||||
"depositType": 1,
|
||||
"balancePayment": 0.99,
|
||||
"balancePaymentCalType": 0,
|
||||
"balancePaymentRatio": 99.0,
|
||||
"balancePaymentType": 1,
|
||||
"brokerage": 0.01,
|
||||
"brokerageRatio": 1.0,
|
||||
"brokerageType": 0,
|
||||
"creatorOrgId": 1188409,
|
||||
"creatorOrgName": "美丽无线公司",
|
||||
"trackerList": "[{\"trackerId\":1383666,\"trackerName\":\"lijinfeng\"}]",
|
||||
"bizUnitId": 1188412,
|
||||
"shipmentStatus": 0,
|
||||
"exceptionFlag": 0,
|
||||
"addressInputType": 2,
|
||||
"settleStatus": 0,
|
||||
"packSkuRelated": 0,
|
||||
"region": "{\"regionCountryId\": null, \"regionCountryName\": null}",
|
||||
"draftTag": 0
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user