{"id":13461444,"url":"https://github.com/erda-project/erda","last_synced_at":"2025-05-13T21:12:13.644Z","repository":{"id":36950224,"uuid":"344676663","full_name":"erda-project/erda","owner":"erda-project","description":"An enterprise-grade Cloud-Native application platform for Kubernetes.","archived":false,"fork":false,"pushed_at":"2025-05-08T06:05:54.000Z","size":58200,"stargazers_count":2700,"open_issues_count":5,"forks_count":377,"subscribers_count":47,"default_branch":"master","last_synced_at":"2025-05-08T07:20:52.452Z","etag":null,"topics":["apm","ci-cd","cmp","containers","devops","docker","go","golang","kubernetes","microservice"],"latest_commit_sha":null,"homepage":"http://www.erda.cloud","language":"Go","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/erda-project.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG/CHANGELOG-1.x.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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}},"created_at":"2021-03-05T02:58:27.000Z","updated_at":"2025-05-08T06:05:58.000Z","dependencies_parsed_at":"2023-09-23T03:44:02.713Z","dependency_job_id":"eb8ffc97-e2cd-42ea-ad66-e0d1b3138a2a","html_url":"https://github.com/erda-project/erda","commit_stats":{"total_commits":3818,"total_committers":50,"mean_commits":76.36,"dds":0.9062336301728654,"last_synced_commit":"c42bd967260fe26f8b3ceb92a60bfce437308f9e"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erda-project%2Ferda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erda-project%2Ferda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erda-project%2Ferda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erda-project%2Ferda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erda-project","download_url":"https://codeload.github.com/erda-project/erda/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254029008,"owners_count":22002284,"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":["apm","ci-cd","cmp","containers","devops","docker","go","golang","kubernetes","microservice"],"created_at":"2024-07-31T11:00:39.051Z","updated_at":"2025-05-13T21:12:08.631Z","avatar_url":"https://github.com/erda-project.png","language":"Go","readme":"![Erda logo](./docs/assets/logo-small.jpg)\n\n## An enterprise-grade Cloud-Native application platform\n\n[![license](https://img.shields.io/github/license/erda-project/erda.svg)](https://github.com/erda-project/erda/blob/main/LICENSE)\n[![Go Report Card](https://goreportcard.com/badge/github.com/erda-project/erda)](https://goreportcard.com/report/github.com/erda-project/erda)\n[![release](https://img.shields.io/github/release/erda-project/erda/all.svg)](https://github.com/erda-project/erda/releases)\n###  [Introduction](#Introduction) | [Quick Start](#Quick-Start) | [Installation](#Installation) | [Documentation](#User-Manual) | [CHANGELOG](./CHANGELOG/README.md) | [Contributing](#Contributing) \n\n## Demo\n![Screenshot](https://static.erda.cloud/images/erda.gif)\n\n## Introduction\n\nErda is an open-source platform created by [Terminus](https://www.terminus.io/) to ensure the development of microservice applications. It provides DevOps, microservice governance, and multi-cloud management capabilities. The multi-cloud architecture based on Kubernetes and application-centric DevOps and microservice governance can make the development, operation, monitoring, and problem diagnosis of complex business applications simpler and more efficient.\n\n**Functional Architecture**\n\n![](./docs/assets/functional_architecture.png)\n\nErda is mainly composed of the following parts:\n- DevOps\n- Microservice Governance, including Application Performance Management, Monitoring, Log Analysis, API Gateway, etc.\n- Multi-Cloud Management\n- Edge Computing\n- FastData Management\n\n## Vision: Build any application, Deploy anywhere, Monitor anything\n![](./docs/assets/vision.png)\n\n## Architecture\n\n![](./docs/assets/arch.png)\n\nThe Erda project consists of multiple repsitories according to different functions. The key repositories are [erda](https://github.com/erda-project/erda), [erda-ui](https://github.com/erda-project/erda-ui), [erda-proto](https://github.com/erda-project/erda-proto), [erda-infra](https://github.com/erda-project/erda-infra), [erda-actions](https://github.com/erda-project/erda-actions), [erda-addons](https://github.com/erda-project/erda-addons).\n\n### **[erda](https://github.com/erda-project/erda)** \n\nIt is the core repository that implements all the RESTful and gRPC interfaces of the backend services of Erda platform by multiple components in microservice architecture. \n\n### **[erda-ui](https://github.com/erda-project/erda-ui)** \n\nIt is the graphical user portal of Erda platform built with [React](https://github.com/facebook/react) with the help of which users can work upon Erda platform very easily. It talks with [erda](https://github.com/erda-project/erda) backend services in RESTful APIs.\n\n### **[erda-proto](https://github.com/erda-project/erda-proto)** \n\nIt defines a part of the communication protocols among erda backend services using [Protocol Buffers](https://developers.google.com/protocol-buffers). All the other protocols among erda backend services will be migrated here in the near future.\n\n### **[erda-infra](https://github.com/erda-project/erda-infra)** \n\nIt is a lightweight microservices framework implements by golang. It provides many popular middleware providers such as Redis, KafKa, etcd, etc.,  so that developers can build a module-driven application quickly with help of it. It is also integrated into almost all the backend components in [erda](https://github.com/erda-project/erda). \n\n### **[erda-actions](https://github.com/erda-project/erda-actions)**\n\nIt holds the definition for the official Pipeline Actions of the Erda Action Marketplace as found at https://www.erda.cloud/market/action. A Pipeline Action plays as a mininal runnable unit in [Erda Pipelines](https://docs.erda.cloud/latest/manual/dop/concepts/pipeline.html) such as checking out source code in github, buiding a docker image, creating a deployment in a Kubernetes cluster etc.\n\n### **[erda-addons](https://github.com/erda-project/erda-addons)** \n\nIt holds the definition for the official Addons of the Erda Addon Marketplace as found at https://www.erda.cloud/market/addon. An Addon holds the configration of a middleware like MySQL, Redis, etc. or a third-party service and it can be shared to different environments of applications, so that developers would not need to import the same configurations again and again in different environments.\n\nThere are some extra repositories that plays as customized third-partiy independent components and tools in Erda project such as \n* [erda-proto-go](https://github.com/erda-project/erda-proto-go) generated code for Erda protobuf data modals and protocols.\n* [erda-analyzer](https://github.com/erda-project/erda-analyzer) is the streaming aggregator for metrics and alert data.\n* [erda-java-agent](https://github.com/erda-project/erda-java-agent) is the apm java agent in Erda platform.\n* [telegraf](https://github.com/erda-project/telegraf) is the plugin-driven server agent for collecting \u0026 reporting metrics.\n* [kubeprober](https://github.com/erda-project/kubeprober) is a large-scale Kubernetes cluster diagnostic tool.\n* [beats](https://github.com/erda-project/beats) is the lightweight shippers for Elasticsearch \u0026 Logstash.\n* [remotedialer](https://github.com/erda-project/remotedialer) is a reverse tunneling dialer.\n* [erda-bot](https://github.com/erda-project/erda-bot) is the bot handing Github webhooks.\n\n## Quick Start\n\nTo get started, see [Local installation](https://docs.erda.cloud/latest/manual/install/docker-install.html).\n\n## Installation\n\nErda can be deployed in either a single node or multi-node setup. \nPlease download binaries of [Erda release](https://github.com/erda-project/erda/releases) and follow [Installation \u0026 Configuration Guide](https://docs.erda.cloud/latest/manual/install/helm-install/introduction.html) to install Erda.\n\n## User Manual\n\nTo start using Erda, please refer to the following documentation.\n\n- English\n- [简体中文](https://docs.erda.cloud)\n\n## Contributing\n\nContributions are always welcomed. Please refer to [Contributing to Erda](CONTRIBUTING.md) for details.\n\n## Contact Us\n\nIf you have any questions, please feel free to contact us.\n\n- Email: erda@terminus.io\n- Twitter: [@ErdaProject](https://twitter.com/ErdaProject)\n- Zhihu：[Erda技术团队](https://www.zhihu.com/people/erda-project) (A Chinese knowledge community, similar to Quora.)\n- WeChat Official Account:\n\n    ![Erda WeChat](./docs/assets/wechat-small.jpg)\n- DingTalk Group:\n  \n    ![Erda DingTalk](./docs/assets/dingtalk.png)\n\n## License\n\nErda is under the Apache 2.0 license. See the [LICENSE](LICENSE) file for details.\n","funding_links":[],"categories":["Go","开源类库","Open source library","武器库","microservice","kubernetes","Continuous Delivery \u0026 GitOps"],"sub_categories":["微服务","Microservices","云原生"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferda-project%2Ferda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferda-project%2Ferda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferda-project%2Ferda/lists"}