github.com/polarismesh/polaris@v1.17.8/README.md (about)

     1  # Polaris: Service Discovery and Governance
     2  
     3  [![Build Status](https://github.com/polarismesh/polaris/actions/workflows/codecov.yaml/badge.svg)](https://github.com/PolarisMesh/polaris/actions/workflows/codecov.yaml)
     4  [![codecov.io](https://codecov.io/gh/polarismesh/polaris/branch/main/graph/badge.svg)](https://codecov.io/gh/polarismesh/polaris?branch=main)
     5  [![Go Report Card](https://goreportcard.com/badge/github.com/polarismesh/polaris)](https://goreportcard.com/report/github.com/polarismesh/polaris)
     6  [![Docker Pulls](https://img.shields.io/docker/pulls/polarismesh/polaris-server)](https://hub.docker.com/repository/docker/polarismesh/polaris-server/general)
     7  [![Contributors](https://img.shields.io/github/contributors/polarismesh/polaris)](https://github.com/polarismesh/polaris/graphs/contributors)
     8  [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
     9  [![GitHub release (latest by date)](https://img.shields.io/github/v/release/polarismesh/polaris?style=flat-square)](https://github.com/polarismesh/polaris)
    10  
    11  <img src="logo.svg" width="10%" height="10%" />
    12  
    13  English | [简体中文](./README-zh.md)
    14  
    15  README:
    16  
    17  - [Polaris: Service Discovery and Governance](#polaris-service-discovery-and-governance)
    18    - [Introduction](#introduction)
    19    - [How to install](#how-to-install)
    20    - [How to develop service](#how-to-develop-service)
    21    - [How to integrate service gateway](#how-to-integrate-service-gateway)
    22    - [Chat group](#chat-group)
    23  
    24  Visit [Website](https://polarismesh.cn/) to learn more
    25  
    26  ## Introduction
    27  
    28  Polaris is an open source system for service discovery and governance. It can be used to solve the problem of service management, traffic control, fault tolerance and config management in distributed and microservice architecture.
    29  
    30  <img src="https://raw.githubusercontent.com/polarismesh/website/main/content/en/docs/What%20is%20Polaris/Picture/function.png" width="80%" />
    31  
    32  **Functions**:
    33  
    34  - service management: service discovery, service registry and health check 
    35  - traffic control: customizable routing, load balance, rate limiting and access control
    36  - fault tolerance: circuit breaker for service, interface and instance
    37  - config management: config version control, grayscale release and dynamic update
    38  
    39  **Features**:
    40  
    41  - It is a one-stop solution instead of registry center, service mesh and config center.
    42  - It provides multi-mode data plane, including SDK, development framework, Java agent and sidecar.
    43  - It is integrated into the most frequently used frameworks, such as Spring Cloud, Dubbo and gRPC.
    44  - It supports K8s service registry and automatic injection of sidecar for proxy service mesh.
    45  
    46  ## How to install 
    47  
    48  Visit [Installation Guide](https://github.com/polarismesh/polaris/tree/main/release) to learn more
    49  
    50  ## How to develop service
    51  
    52  Polaris provides multi-mode data plane including SDK, development framework, Java agent and sidecar. You can select one or more mode to develop service according to business requirements. 
    53  
    54  Use Polaris multi-language SDK and call Polaris Client API directly:
    55  
    56  - [Polaris Java](https://github.com/polarismesh/polaris-java)
    57  - [Polaris Go](https://github.com/polarismesh/polaris-go)
    58  - [Polaris C/C++](https://github.com/polarismesh/polaris-cpp)
    59  - [Polaris PHP](https://github.com/polarismesh/polaris-php)
    60  - [Polaris Lua](https://github.com/polarismesh/polaris-lua)
    61  
    62  Use HTTP or RPC frameworks already integrating Polaris Java SDK:
    63  
    64  - [spring cloud](https://github.com/Tencent/spring-cloud-tencent)
    65  - [spring boot](https://github.com/polarismesh/spring-boot-polaris)
    66  - dubbo-java
    67    - [registry and discovery](https://github.com/apache/dubbo-spi-extensions/tree/master/dubbo-registry-extensions)
    68    - [routing and load balance](https://github.com/apache/dubbo-spi-extensions/tree/master/dubbo-cluster-extensions)
    69    - [circuit breaker and rate limiter](https://github.com/apache/dubbo-spi-extensions/tree/master/dubbo-filter-extensions)
    70  - [grpc-java](https://github.com/polarismesh/grpc-java-polaris)
    71  
    72  Use HTTP or RPC frameworks already integrating Polaris Go SDK:
    73  
    74  - dubbo-go
    75    - [registry and discovery](https://github.com/apache/dubbo-go/tree/main/registry)
    76    - [routing](https://github.com/apache/dubbo-go/tree/main/cluster/router)
    77    - [circuit breaker and rate limiter](https://github.com/apache/dubbo-go/tree/main/filter)
    78    - [examples](https://github.com/apache/dubbo-go-samples/tree/master/polaris)
    79  - [grpc-go](https://github.com/polarismesh/grpc-go-polaris)
    80  
    81  Use K8s service and sidecar:
    82  
    83  - [Polaris Controller](https://github.com/polarismesh/polaris-controller)
    84  - [Polaris Sidecar](https://github.com/polarismesh/polaris-sidecar)
    85  
    86  ## How to integrate service gateway
    87  
    88  You can integrate service gateways with Polaris service discovery and governance.
    89  
    90  - [spring cloud gateway](https://github.com/Tencent/spring-cloud-tencent)
    91  - [nginx gateway](https://github.com/polarismesh/nginx-gateway)
    92  
    93  ## Chat group
    94  
    95  Please scan the QR code to join the chat group.
    96  
    97  <img src="./qrcode.png" width="20%" height="20%" />