Skip to content

open-hand/choerodon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English | 简体中文 | Home | Documents | Blog | Community · Forum | Cases | Screenshots | Roadmap | Release Notes

Tips: We welcome your input! If you have feedback, please submit an topic in the forum of Choerodon.

And you can also sign up Choerodon and kickstart your journey.

Choerodon - Open source whole value chain multi-cloud agile collaboration platform

Choerodon is an Open source whole value chain multi-cloud agile collaboration platform, which is built on open source technologies, including Kubernetes, Istio, knative, Gitlab and Spring Cloud, to enable integration of local and cloud environments and achieve the consistency of enterprise cloud/hybrid cloud environments. By providing Lean-Agile, continuous delivery, container environments, microservices, DevOps, and other capabilities, the platform helps organizations to manage applications lifecycle, and deliver business value rapidly and frequently.

Choerodon provides:

  • A comprehensive tool chain supporting DevOps best practices, supporting Scrum management from planning, programming, building, testing, publishing, and operations.

  • A suite of Spring Cloud-based microservice application frameworks to help companies become faster and more efficient for microservice development.

Choerodon 2.0: Open source with new capabilities for greater availability and stability! Choerodon 2.0 brings new capabilities for open source code management, artifact library management, CI/CD pipeline, container management, environment resources, application deployment, and more to provide greater availability and stability. Although this release does not include project management, test management, knowledge base etc. you can sign up for a trial environment to experience the project collaboration management features.

It should be noted that Choerodon CE 2.0 does not support upgrades from v1.1. However, we sincerely hope that you can install Choerodon CE 2.0 and experience the excellent performance and functionality brought by Choerodon 2.0. Looking forward to your participation and feedback!

Choerodon 2.0 brings you a brand new open source experience!

The feature of Choerodon

  • Collaboration(Enterprise Edition) - Combine Lean-Agile to manage business requirements and tasks to create an efficient collaborative ecosystem. Provides collaboration tools such as worklist, story map, and knowledge management. It is a value chain that runs through development, test, and deployment. It promotes communication among team members, reduces project management costs, and improves communication and collaboration efficiency.

  • Development -Provides an iterative planning and continuous integration pipeline to help standardize application service development and achieve rapid iteration. Guided by the concept of DevOps, combined with lean Kanban and Gitlab branch management, it provides a continuous integration pipeline, shortens the development cycle of application services, improves team efficiency, and efficiently and frequently delivers new software versions to test teams or users.

  • Deployment -Pipelined multi-environment one-click deployment. Users can easily use the deployment function to manage various application services developed and deployed using Choerodon, including application start and stop, status monitoring, and version control corresponding to application service, container management and so on, as well as includes various involved resources management in application services, such as network, domain name, database service, cache service, etc.

  • Test(Enterprise Edition) -Agile continuous testing tools can effectively improve the efficiency and quality of software testing.Test Management provides users with an agile continuous testing tool, including test case management, test loop, test analysis and so on, which can effectively to improve the efficiency and quality of software testing, improve the testing flexibility and visualization level, and ultimately reduce test time and enable Users focus on building software functions.

  • Operation -Various reports that auxiliary the management of the project are collected, and display project progress details and problems in multiple dimensions. Contain agile reports (cumulative flow diagram, burndown chart, etc.), DevOps reports (code submission chart, code quality chart, etc.), test report.

  • Microservice framework - Microservice framework based on microservice technology platform hzero,with this development framework user can easily build application services.

Also, you can view the screenshots of Choerodon to have a most intuitive understanding of Choerodon, and you can visit the website of Choerodon choerodon.io

Component relationship list

└─ choerodon-parent                                CHOERODON parent
    ├─ choerodon-register                                eureka server
    ├─ choerodon-gateway                                 gateway service
    ├─ choerodon-swagger                                 swagger service
    ├─ choerodon-admin                                   platform administration service
    ├─ choerodon-oauth                                   oauth service
    ├─ choerodon-iam                                     iam service
    ├─ choerodon-platform                                platform management
    ├─ choerodon-file                                    file service
    ├─ choerodon-monitor                                 monitor service
    ├─ choerodon-message                                 message service
    ├─ devops-service-business                           devops service
    ├─ workflow-service                                  workflow
    ├─ gitlab-service                                    gitlab service
    ├─ hrds-prod-repo                                    production repository service
    ├─ hrds-code-repo                                    code repository service
    ├─ hzero-parent                                      hzero parent
    └─ choerodon-starter-parent                          common develop dependency parent
        ├─ choerodon-gitlab4j-api                             choerodon gitlab api
        ├─ choerodon-tool-liquibase                           liquibase initialization tool 
        │  └─ hzero-installer                                 hzero initialization tool
        ├─ choerodon-starter-core                             common helper
        └─ choerodon-starter-asgard                           asgard client

For detailed component information on HZERO-PARENT,seeHZERO.

Installation

Please follow the documentation of installation to install Choerodon.

To start using Choerodon

For operation manual, please read the documentation choerodon.io.

If you have any questions, you can post in forum.

To start developing with Choerodon

There are two parties, microservice backend and frontend, in Choerodon microservice development framework.

If you want to develop microservice backend, please refer to the microservices developer's documentation.

Also, with the help of frontend developer's documentation , you can use the Choerodon`s frontend style.

The components of Choerodon

This repository contains the source code for Choerodon documentation. If you're looking for individual components, they live in their own repositories.

  • choerodon-starter [GitHub]|[Gitee] - Is a toolkit developed by Choerodon, which provides some of the basic dependencies used in the development process.

  • choerodon-framework [GitHub]|[Gitee] - Choerodon microservices framework.

  • choerodon-register [GitHub]|[Gitee] - The service Choerodon's Platform registry service is based on Eureka.

  • choerodon-platform [GitHub]|[Gitee]  - This service is Choerodon as the basic management service of the platform, mainly providing some basic capabilities for the platform, such as system configuration, development configuration, etc.

  • choerodon-oauth [GitHub]|[Gitee]  - This service is the Choerodon microservice architecture authorization center and is mainly responsible for user permission setting and authorization.

  • choerodon-swagger [GitHub]|[Gitee]  - This service is Choerodon's API document management service, which is mainly responsible for interface document, API document of platform development test and debugging management.

  • choerodon-gateway [GitHub]|[Gitee]  - This service is Choerodon's Spring Cloud Gateway based microservice Gateway service.

  • choerodon-file [GitHub]|[Gitee]  - The service is Choerodon file management, which provides file storage services for the platform.

  • choerodon-message [GitHub]|[Gitee]  - The service is Choerodon message management, a unified messaging push portal for the platform.

  • choerodon-admin [GitHub]|[Gitee]  - This service is Choerodon's platform governance service and provides automated routing refresh, authority refresh, swagger information refresh.

  • choerodon-iam [GitHub]|[Gitee]  - This service is the core back-end service of Choerodon, with administrative functions such as user, role, permission, organization, project, password policy, client, menu, icon, multi-language, etc., supporting the import of third-party users through LDAP.

  • choerodon-asgard [GitHub]|[Gitee]  - This service is Choerodon's distributed timing task and distributed transaction management service.

  • choerodon-monitor [GitHub]|[Gitee]  - This service is Choerodon's audit monitoring service and provides monitoring audit capabilities, including data audit and operational audit.

  • devops-service-business [GitHub]|[Gitee] - - DevOps Service is the core service of Choerodon. Integrated several open source tools to automate the process of planning, coding, building, testing, and deployment, operation, monitoring.

  • gitlab-service [GitHub]|[Gitee] - The service interacts with Gitlab by introducing an external Java client. This client handles Gitlab requests from other services by directly invoking the API provided by Gitlab.

  • workflow-service [GitHub]|[Gitee] - The Activiti7-based workflow service enables dynamic and flexible creation, initiation, monitoring and management of processes.

  • code-repo-service [GitHub]|[Gitee] - The service is a code base management module that provides functions such as authority management through integration with Gitlab, through the Choerodon platform one-stop management of the code base.

  • prod-repo-service [GitHub]|[Gitee] - This service is a product library module that integrates With Nexus and Harbor to provide management of Maven packages, NPM packages, Docker images, etc.

  • choerodon-ui [GitHub]|[Gitee]  - An enterprise-class UI design language and React-based implementation.Realize the react component of Material Design of Google based on Ant Design Components , which is used to develop and serve the enterprise level back-end products.

  • choerodon-front [GitHub]|[Gitee]  - The project is an overall front-end project that combines Choerodon base, Choerodon devops Choerodon agile, etc.

  • choerodon-front-hzero [GitHub]|[Gitee]  - This front-end service is the front-end service of Partial functions transplanted to HZero system after the fusion of Choerodon and HZero, including user management, interface, API testing and other functions.

  • choerodon-cluster-agent [GitHub]|[Gitee] - It is a core component of the continuous delivery of Choerodon, deployment pipeline through active connections, and interacting directly with Kubernetes clusters, such as cluster status checks, application environment status checks, updates, and more.

Demo environment

And you can also experience the demo environment of Choerodon.

Contribute

We welcome your input! If you have feedback, please submit an topic. If you'd like to participate in development, please read the documentation of contribution and submit a pull request.

Support

If you have any questions and need our support, reach out to us one way or another.