{"id":21518184,"url":"https://github.com/ucloud/ucloud-developer-tools","last_synced_at":"2025-09-04T19:09:17.170Z","repository":{"id":45212441,"uuid":"421331955","full_name":"ucloud/ucloud-developer-tools","owner":"ucloud","description":"The landscape of UCloud Developer Tools","archived":false,"fork":false,"pushed_at":"2021-12-31T11:00:39.000Z","size":6391,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-01-31T04:09:33.292Z","etag":null,"topics":["ucloud"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ucloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-26T07:54:21.000Z","updated_at":"2024-09-24T10:14:45.000Z","dependencies_parsed_at":"2022-09-07T17:10:38.344Z","dependency_job_id":null,"html_url":"https://github.com/ucloud/ucloud-developer-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ucloud%2Fucloud-developer-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ucloud%2Fucloud-developer-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ucloud%2Fucloud-developer-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ucloud%2Fucloud-developer-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ucloud","download_url":"https://codeload.github.com/ucloud/ucloud-developer-tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244071160,"owners_count":20393351,"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":["ucloud"],"created_at":"2024-11-24T00:50:27.175Z","updated_at":"2025-03-17T16:42:05.380Z","avatar_url":"https://github.com/ucloud.png","language":null,"readme":"# UCloud Developer Tools\n\nEnglish | [简体中文](./README_CN.md)\n\nUCloud is a cloud vendor in China. We provide many developer tools to help users manage cloud resources.\n\n## Table of Content\n\n- [Landscape](#Landscape)\n- [Introduction](#Introdution)\n- Concept\n  - [Imperative vs Declarative vs Interactive](./concept/architectural-styles.md)\n  - [Code Generation Pipeline](./concept/code-generation-pipeline.md)\n- Culture\n  - [Open Source and Gift Culture](./culture/open-source.md)\n  - [Response Time Maximum for Community](./culture/rtm-for-community.md)\n- [Contribution Guideline](#Contribution)\n- [Design Documentations](./design)\n- [Proposals](./proposals)\n- [Roadmap](https://github.com/ucloud/ucloud-developer-tools/milestone/2)\n\n## Landscape\n\nUCloud has developed and contributed to many open-source tools.\n\n![Landscape](./images/landscape.png)\n\n## Introdution\n\n| Categories | Name             | Hosted by | Style       | Document                                               | Repository                                                   | State                                                     |\n| ---------- | ---------------- | --------- | ----------- | ------------------------------------------------------ | ------------------------------------------------------------ | --------------------------------------------------------- |\n| Landing    | Developer Center | Self      | Interactive | ~                                                      | ~                                                            | [Prototyping](./culture/rtm-for-community.md#Prototyping) |\n| SaaS       | UAPI             | Self      | Interactive | [Doc](https://docs.ucloud.cn/uapi/README)              | ~                                                            | [Active](./culture/rtm-for-community.md#Active)           |\n| SaaS       | CloudShell       | Self      | Interactive | [Doc](https://docs.ucloud.cn/cloudshell/README)        | ~                                                            | [Refactoring](./culture/rtm-for-community.md#Refactoring) |\n| CDK        | CDKTF            | Community | Declarative | ~                                                      | [Github](https://github.com/hashicorp/terraform-cdk)         | [Active](./culture/rtm-for-community.md#Active)           |\n| CDK        | Pulumi           | Community | Declarative | ~                                                      | [Github](https://github.com/pulumi/pulumi-ucloud)            | [Prototyping](./culture/rtm-for-community.md#Prototyping) |\n| CLI        | CLI              | Self      | Mixed       | [Doc](https://docs.ucloud.cn/cli/README)               | [Github](https://github.com/ucloud/cli)                      | [Refactoring](./culture/rtm-for-community.md#Refactoring) |\n| CLI        | Terraform        | Community | Declarative | [Doc](https://docs.ucloud.cn/terraform/README)         | [Github](https://github.com/ucloud/terraform-provider-ucloud) | [Active](./culture/rtm-for-community.md#Active)           |\n| CLI        | Packer           | Community | Declarative | [Doc](https://docs.ucloud.cn/uhost/guide/image/packer) | [Github](https://github.com/hashicorp/packer/blob/master/website/content/docs/builders/ucloud-uhost.mdx) | [Active](./culture/rtm-for-community.md#Active)           |\n| SDK        | Go               | Self      | Imperative  | [Doc](https://docs.ucloud.cn/opensdk-go/)              | [Github](https://github.com/ucloud/ucloud-sdk-go)            | [Active](./culture/rtm-for-community.md#Active)           |\n| SDK        | Python           | Self      | Imperative  | [Doc](https://docs.ucloud.cn/opensdk-python/)          | [Github](https://github.com/ucloud/ucloud-sdk-python3)       | [Active](./culture/rtm-for-community.md#Active)           |\n| SDK        | Java             | Self      | Imperative  | [Doc](https://docs.ucloud.cn/opensdk-java/)            | [Github](https://github.com/ucloud/ucloud-sdk-java)          | [Refactoring](./culture/rtm-for-community.md#Refactoring)           |\n| SDK        | PHP              | Self      | Imperative  | [Doc](https://docs.ucloud.cn/opensdk-php/)             | [Github](https://github.com/ucloud/ucloud-sdk-php)           | [Active](./culture/rtm-for-community.md#Active)           |\n| SDK        | JS/TS            | Self      | Imperative  | [Doc](https://docs.ucloud.cn/opensdk-js/)              | [Github](https://github.com/ucloud/ucloud-sdk-js)            | [Active](./culture/rtm-for-community.md#Active)           |\n\n## Contribution\n\nUCloud developer tools is an collection of open source tools. We will publish my design and roadmap into this repository.\n\nIf you have any proposal for our tools, create an **issue** for free. We will convert the major inspire as an **proposal** draft, and push it forward.\n\nWhen any **proposal** done, it will be convert as a **design documentation**. You can see all the documentation at here.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fucloud%2Fucloud-developer-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fucloud%2Fucloud-developer-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fucloud%2Fucloud-developer-tools/lists"}