xiaozhenliang / choerodon

The open source PaaS for Kubernetes.

Home Page:http://choerodon.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Choerodon

Choerodon is an open source enterprise service platform based on container orchestration and management capabilities of Kubernetes. It integrates the tool chain of DevOps, microservices, and mobile application framework to help companies achieve Scrum application delivery and automated operations management, and provide business components such as IoT, payment, data, smart insight, and enterprise application market to help companies focus on business and accelerate digital transformation.

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.

The feature of Choerodon

  • Agile - Choerodon provides a set of tools to help users manage the flow of user value in an agile manner which consists of story map, user story, sprint, kanban.

  • Development Pipeline - Guided by the concept of DevOps, using Gitlab-CI as a continuous integration tool, combined with the Gitflow branch management model to provide continuous integration of the pipeline.

  • Deployment Pipeline - With the help of the Choerodon, users can easily manage a variety of application services that use the development and deployment of Choerodon.

  • Operation Management - Choerodon provides a complete set of operational management tools to monitor development indicators, server logs, application system logs, and micro service call chains.

  • Microservice Development - Choerodon provides a complete microservice development framework of Spring Cloud-based,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

Installation

Please follow the documentation of installation to install Choerodon.

To start using Choerodon

To get started with Choerodon, please read the Quick Start Guide.

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

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 - The is the toolkit developed by Choerodon and provides some basic dependency for use in the development process.

  • choerodon-framework - The is the Choerodon Microservices Framework.

  • go-register-server - The microservice registration center is implemented in the go language, by tightly integrating the kubinertes, the microservice registration is implemented by monitoring the state changes of the k8s pod, and pull the interface in the spring cloud eureka client service list.

  • api-gateway - Choerodon's gateway service is responsible for routing requests to real services.

  • register-server - The microservice registration center is implemented in the go language, by tightly integrating the kubinertes, the microservice registration is implemented by monitoring the state changes of the k8s pod, and pull the interface in the spring cloud eureka client service list.

  • config-server - Choerodon's configuration service is the configuration center for unified management of service configuration files.

  • manager-service - This service is the management center of the choerodon microservices framework. Its main functions include configuration management, route management, and swagger management.

  • gateway-helper - Permissions check, stream-limiting

  • oauth-server - This service is the authorized authentication center of the choerodon microservices framework and is mainly responsible for user privilege and authorization.

  • eureka-server - Locally initiated registration services. Eureka registration center, for local testing only, please using go-register-server if you are online. The API send the message of server starting to "register-server" topic of kafka, after receiving the message, manager-service do the corresponding processing, such as refresh permissions.

  • iam-service - With management functions of user, role, permission, organization, project, password policy, fast code, client, menu, icon, multi-language , and support for importing third-party users through idap.

  • event-store-service - Event-store-service for data consistency support. It is necessary to cooperate with choerodon-starter-event-producer and choerodon-starter-event-consumer to implement data consistency. Currently, the message queue kafka is supported.

  • file-service - The file service is built on minio server, we can use minio client to upload and delete files.

  • hystrix-turbine - Hystrix Turbine integrates each service's data of Hystrix Dashboard. The use of Hystrix Turbine is very simple and requires only the introduction of appropriate dependencies, annotations and configurations.

  • hystrix-dashboard - Hystrix Dashboard is a dashboard component of Hystrix. It is mainly used to monitor Hystrix's index information in real time. Information fed back through the interface can quickly discover problems in the system.

  • choerodon-ui - An enterprise-class UI design language and React-based implementation.

  • choerodon-front - The project is an overall front-end project that combines Choerodon iam and Choerodon devops.

  • choerodon-front-boot - Front end package management, startup, compilation.

  • choerodon-front-iam - The project is an overall front-end project that combines Choerodon Boot and Choerodon iam.

  • choerodon-front-devops - DevOps Front is the core front service of Choerodon. The service is responsible for all front pages of continuous delivery and providing users with a better user experience through rich display.

  • devops-service - 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 - Gitlab Service is responsible for establishing communication with GitLab, handling GitLab related logic and forwarding it to other services.

  • choerodon-agent - The environment client connects to the choerodon platform through websocket.

  • zipkin-ui - zipkin UI Application.

  • zipkin-collector - Zipkin Call chain collector. Read the Zipkin call information from the Kafka, store the call information in the Elasticsearch, and facilitate the Zipkin front-end display.

Contribute

We welcome your input! If you have feedback, please submit an issue. 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.

About

The open source PaaS for Kubernetes.

http://choerodon.io

License:Apache License 2.0