MyGit

polarismesh/polaris-go

Fork: 60 Star: 133 (更新于 2024-11-26 09:01:29)

license: NOASSERTION

Language: Go .

Lightweight Go SDK used as Proxyless Service Governance

最后发布版本: v1.5.8 ( 2024-08-26 14:39:51)

GitHub网址

Polaris Go

codecov Go goproxy Go Reference GitHub release (latest by date)

English | 简体中文

README:

Introduction

Polaris-go is golang SDK for Polaris. Polaris is an operation centre that supports multiple programming languages, with high compatibility to different application framework.

Polaris-go provide features listed as below:

  • Service instance registration, and health check

    Provides API on/offline registration instance information, with regular report to inform caller server's healthy status.

  • Service discovery

    Provides multiple API, for users to get a full list of server instance, or get one server instance after route rule filtering and loadbalancing, which can be applied to srevice invocation soon.

  • Service circuitbreaking

    Provide API to report the invocation result, and conduct circuit breaker instance/group insolation based on collected data, eventually recover when the system allows.

  • Service ratelimiting

    Provides API for applications to conduct quota check and deduction, supports rate limit policies that are based on server level and port.

How to use

polaris-go can be referenced by go mod, user can add dependency to go.mod file

go get -u github.com/polarismesh/polaris-go

API quick start guide,can reference:QuickStart

Examples

A polaris-examples module is included in our project for you to get started with polaris-go quickly. It contains an example, and you can refer to the readme file in the example project for a quick walkthrough.

Frameworks

Developers usually use HTTP or RPC frameworks to develop distributed service. Polaris SDK is already integrated into some development frameworks. If using these frameworks, you can enable Polaris Service Governance functions without using Polaris SDK directly.

最近版本更新:(数据更新于 2024-09-10 10:00:55)

2024-08-26 14:39:51 v1.5.8

2024-08-26 12:00:38 v1.5.8-beta.0

2024-08-22 15:06:07 v1.6.0-alpha.9

2024-08-17 15:42:54 v1.5.7

2024-07-19 21:59:47 v1.6.0-alpha.8

2024-07-17 23:24:18 v1.6.0-alpha.7

2024-07-15 22:15:23 v1.6.0-alpha.6

2024-06-21 19:15:59 v1.6.0-beta.5

2024-01-09 00:47:34 v1.6.0-beta.4

2023-12-19 16:44:10 v1.6.0-beta.3

主题(topics):

authenticate, circuit-break, fault-tolerance, health-check, load-balance, rate-limit, request-route, service-discover, service-register, traffic-control

polarismesh/polaris-go同语言 Go最近更新仓库

2024-12-21 20:15:12 SagerNet/sing-box

2024-12-21 13:49:37 navidrome/navidrome

2024-12-21 03:25:54 SpecterOps/BloodHound

2024-12-19 23:11:24 shadow1ng/fscan

2024-12-19 21:50:56 minio/minio

2024-12-19 10:04:39 istio/istio