{"id":31688516,"url":"https://github.com/tencentblueking/bk-apigateway-framework","last_synced_at":"2025-10-08T10:56:41.784Z","repository":{"id":292969638,"uuid":"971783353","full_name":"TencentBlueKing/bk-apigateway-framework","owner":"TencentBlueKing","description":"蓝鲸 API 网关-可编程网关开发框架","archived":false,"fork":false,"pushed_at":"2025-09-04T02:54:22.000Z","size":621,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-09-04T04:42:17.216Z","etag":null,"topics":["apigateway","framework"],"latest_commit_sha":null,"homepage":"","language":"Go","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":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-24T03:54:26.000Z","updated_at":"2025-09-04T02:54:26.000Z","dependencies_parsed_at":"2025-06-27T07:30:06.648Z","dependency_job_id":"8ac661bf-ca40-42cb-bb9d-6957ab70ee92","html_url":"https://github.com/TencentBlueKing/bk-apigateway-framework","commit_stats":null,"previous_names":["tencentblueking/bk-apigateway-framework"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TencentBlueKing/bk-apigateway-framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TencentBlueKing%2Fbk-apigateway-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TencentBlueKing%2Fbk-apigateway-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TencentBlueKing%2Fbk-apigateway-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TencentBlueKing%2Fbk-apigateway-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TencentBlueKing","download_url":"https://codeload.github.com/TencentBlueKing/bk-apigateway-framework/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TencentBlueKing%2Fbk-apigateway-framework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278931653,"owners_count":26070789,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["apigateway","framework"],"created_at":"2025-10-08T10:56:33.446Z","updated_at":"2025-10-08T10:56:41.779Z","avatar_url":"https://github.com/TencentBlueKing.png","language":"Go","readme":"# bk-apigateway-framework\n\n![img](https://github.com/TencentBlueKing/blueking-apigateway/blob/master/docs/resource/img/blueking_apigateway_zh.png)\n---\n\n[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://github.com/TencentBlueKing/bk-apigateway-framework/blob/main/LICENSE.txt) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/TencentBlueKing/bk-apigateway-framework/pulls)\n\n[English](README_EN.md)\n\n## 简介\n\n该仓库包含蓝鲸 API 网关-可编程网关开发框架， 提供了 Go/Python 两种语言的框架，开发者可以基于该框架构建自己的可编程网关。\n\n## 总览\n\n- [设计文档](./docs/design.md)\n- Python 框架\n  - [文档](./docs/python.md)\n  - [框架模板](./templates/python/)\n- Golang 框架\n  - [文档](./docs/golang.md)\n  - [框架模板](./templates/golang/)\n\n## 使用方式\n\n依赖于 [cookiecutter](https://github.com/cookiecutter/cookiecutter) 工具\n\n```bash\npip install cookiecutter\n\ncookiecutter https://github.com/TencentBlueKing/bk-apigateway-framework/ --directory templates/python\n\ncookiecutter https://github.com/TencentBlueKing/bk-apigateway-framework/ --directory templates/golang\n```\n\n## 蓝鲸社区\n\n- [BK-APIGateway](https://github.com/TencentBlueKing/blueking-apigateway): 蓝鲸API网关提供了高性能、高可用的 API 托管服务。\n- [BK-CI](https://github.com/Tencent/bk-ci)：蓝鲸持续集成平台是一个开源的持续集成和持续交付系统，可以轻松将你的研发流程呈现到你面前。\n- [BK-BCS](https://github.com/Tencent/bk-bcs)：蓝鲸容器管理平台是以容器技术为基础，为微服务业务提供编排管理的基础服务平台。\n- [BK-PaaS](https://github.com/Tencent/bk-PaaS)：蓝鲸PaaS平台是一个开放式的开发平台，让开发者可以方便快捷地创建、开发、部署和管理SaaS应用。\n- [BK-SOPS](https://github.com/Tencent/bk-sops)：标准运维（SOPS）是通过可视化的图形界面进行任务流程编排和执行的系统，是蓝鲸体系中一款轻量级的调度编排类SaaS产品。\n- [BK-CMDB](https://github.com/Tencent/bk-cmdb)：蓝鲸配置平台是一个面向资产及应用的企业级配置管理平台。\n\n## 贡献\n\n如果你有好的意见或建议，欢迎给我们提 Issues 或 Pull Requests，为蓝鲸开源社区贡献力量。\n\n## 协议\n\n基于 MIT 协议，详细请参考[LICENSE](LICENSE.txt)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftencentblueking%2Fbk-apigateway-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftencentblueking%2Fbk-apigateway-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftencentblueking%2Fbk-apigateway-framework/lists"}