{"id":19283820,"url":"https://github.com/tencentblueking/bk-repo","last_synced_at":"2025-04-05T12:07:24.843Z","repository":{"id":63168521,"uuid":"548243758","full_name":"TencentBlueKing/bk-repo","owner":"TencentBlueKing","description":"蓝鲸制品库平台(BlueKing REPO)","archived":false,"fork":false,"pushed_at":"2025-01-07T08:16:48.000Z","size":129366,"stargazers_count":72,"open_issues_count":401,"forks_count":39,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-01-07T08:50:01.746Z","etag":null,"topics":["artifacts-repository","cloud-native","generic","helm","java","kotlin","kubernetes","maven","oci","spring-boot"],"latest_commit_sha":null,"homepage":"https://bk.tencent.com/","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TencentBlueKing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":"support-files/README.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-09T07:05:00.000Z","updated_at":"2025-01-07T08:16:53.000Z","dependencies_parsed_at":"2023-02-19T15:45:58.256Z","dependency_job_id":"8629f495-ca1a-46b0-a1da-74e70b155487","html_url":"https://github.com/TencentBlueKing/bk-repo","commit_stats":null,"previous_names":[],"tags_count":94,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TencentBlueKing%2Fbk-repo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TencentBlueKing%2Fbk-repo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TencentBlueKing%2Fbk-repo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TencentBlueKing%2Fbk-repo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TencentBlueKing","download_url":"https://codeload.github.com/TencentBlueKing/bk-repo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332609,"owners_count":20921853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["artifacts-repository","cloud-native","generic","helm","java","kotlin","kubernetes","maven","oci","spring-boot"],"created_at":"2024-11-09T21:35:21.189Z","updated_at":"2025-04-05T12:07:24.822Z","avatar_url":"https://github.com/TencentBlueKing.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"![LOGO](docs/resource/logo.png)\n\n---\n\n[![license](https://img.shields.io/badge/license-mit-brightgreen.svg?style=flat)](https://github.com/TencentBlueKing/bk-repo/blob/master/LICENSE.txt)\n[![Release Version](https://img.shields.io/github/v/release/TencentBlueKing/bk-repo?include_prereleases)](https://github.com/TencentBlueKing/bk-repo/releases)\n[![Backend CI](https://github.com/TencentBlueKing/bk-repo/actions/workflows/backend.yml/badge.svg)](https://github.com/TencentBlueKing/bk-repo/actions/workflows/backend.yml)\n[![Frontend CI](https://github.com/TencentBlueKing/bk-repo/actions/workflows/frontend.yml/badge.svg)](https://github.com/TencentBlueKing/bk-repo/actions/workflows/frontend.yml)\n\n\u003e **重要提示**: `master` 分支在开发过程中可能处于 *不稳定或者不可用状态* 。\n请通过[releases](https://github.com/TencentBlueKing/bk-repo/releases) 而非 `master` 去获取稳定的二进制文件。\n\nbk-repo是一个基于微服务架构设计的制品管理平台\n- 架构层面使用spring boot+ spring cloud的技术栈，是一个kotlin作为主要的开发语言的gradle工程，微服务网关基于openresty。\n- 功能层面提供各种类型的制品存储协议、制品代理、分发、晋级、扫描、包管理等。\n- 存储层面制品库采用多级分层的策略去接收制品文件，使用对象存储去永久的存储制品文件，使用mongodb去存储节点信息与元数据信息，对外提供高于4个9的可用性。\n\n\n## Overview\n制品库架构图\n\n![制品库架构图](docs/resource/bkrepo.png)\n\n- 应用场景层\n- oss(运营支撑)层\n- 接入协议层\n- 存储与调度层\n\n\n## Features\n- auth 统一账号、权限管理，对接bk-user、bk-iam等账号权限体系\n- repository 项目、仓库、节点管理、元数据管理\n- generic 通用制品管理\n- git git code服务\n- rpm rpm包管理\n- docker image、helm chart、oci 云原生镜像仓库\n- npm、composer、pypi、maven、nuget依赖源微服务\n- opdata 制品库admin服务\n- replication 制品分发服务\n- webhook服务 webhook的订阅与推送\n- analyst analyst-executor 制品分析\n\n## Experience\n- [bk-repo in docker](https://hub.docker.com/r/bkrepo/bkrepo)\n\n## Getting started\n* [下载与编译](docs/install/compile.md)\n* [安装部署](docs/install/binary/README.md)\n* [API使用说明见这里](docs/apidoc/)\n* [使用Helm部署BKREPO到K8S环境](support-files/kubernetes/README.md)\n\n## Support\n1. [GitHub讨论区](https://github.com/TencentBlueKing/bk-repo/discussions)\n2. QQ群：495299374\n\n## BlueKing Community\n- [BK-BCS](https://github.com/Tencent/bk-bcs)：蓝鲸容器管理平台是以容器技术为基础，为微服务业务提供编排管理的基础服务平台。\n- [BK-CMDB](https://github.com/Tencent/bk-cmdb)：蓝鲸配置平台（蓝鲸CMDB）是一个面向资产及应用的企业级配置管理平台。\n- [BK-JOB](https://github.com/Tencent/bk-job)：蓝鲸作业平台(Job)是一套运维脚本管理系统，具备海量任务并发处理能力。\n- [BK-PaaS](https://github.com/Tencent/bk-PaaS)：蓝鲸PaaS平台是一个开放式的开发平台，让开发者可以方便快捷地创建、开发、部署和管理SaaS应用。\n- [BK-SOPS](https://github.com/Tencent/bk-sops)：蓝鲸标准运维（SOPS）是通过可视化的图形界面进行任务流程编排和执行的系统，是蓝鲸体系中一款轻量级的调度编排类SaaS产品。\n\n## Contributing\n- 关于 bk-repo 分支管理、issue 以及 pr 规范，请阅读 [Contributing](CONTRIBUTING.md)\n- [腾讯开源激励计划](https://opensource.tencent.com/contribution) 鼓励开发者的参与和贡献，期待你的加入\n\n\n## License\nBK-CI/BK-REPO 是基于 MIT 协议， 详细请参考 [LICENSE](LICENSE.txt)\n\n我们承诺未来不会更改适用于交付给任何人的当前项目版本的开源许可证（MIT 协议）。\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftencentblueking%2Fbk-repo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftencentblueking%2Fbk-repo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftencentblueking%2Fbk-repo/lists"}