andrewshan / polaris

Service Discovery and Governance Platform for Microservice and Distributed Architecture

Home Page:https://polarismesh.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polaris: Service Discovery and Governance

Build Status codecov.io Go Report Card Docker Pulls Contributors License GitHub release (latest by date)

English | 简体中文

README:

Visit Website to learn more

Introduction

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.

Functions:

  • service management: service discovery, service registry and health check
  • traffic control: customizable routing, load balance, rate limiting and access control
  • fault tolerance: circuit breaker for service, interface and instance
  • config management: config version control, grayscale release and dynamic update

Features:

  • It is a one-stop solution instead of registry center, service mesh and config center.
  • It provides multi-mode data plane, including SDK, development framework, Java agent and sidecar.
  • It is integrated into the most frequently used frameworks, such as Spring Cloud, Dubbo and gRPC.
  • It supports K8s service registry and automatic injection of sidecar for proxy service mesh.

How to install

Visit Installation Guide to learn more

How to develop service

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.

Use Polaris multi-language SDK and call Polaris Client API directly:

Use HTTP or RPC frameworks already integrating Polaris Java SDK:

Use HTTP or RPC frameworks already integrating Polaris Go SDK:

Use K8s service and sidecar:

How to integrate service gateway

You can integrate service gateways with Polaris service discovery and governance.

Chat group

Please scan the QR code to join the chat group.

About

Service Discovery and Governance Platform for Microservice and Distributed Architecture

https://polarismesh.cn

License:Other


Languages

Language:Go 97.4%Language:Shell 1.5%Language:PowerShell 0.6%Language:Batchfile 0.2%Language:Dockerfile 0.1%Language:Makefile 0.1%Language:Smarty 0.0%