github.com/alibaba/sentinel-golang@v1.0.4/README.md (about)

     1  <p align="center">
     2  	<img src="https://user-images.githubusercontent.com/9434884/43697219-3cb4ef3a-9975-11e8-9a9c-73f4f537442d.png" alt="Sentinel Logo" width="50%">
     3  <p align="center">
     4    
     5  # Sentinel: The Sentinel of Your Microservices
     6  
     7  ![CI](https://github.com/alibaba/sentinel-golang/workflows/CI/badge.svg?branch=master)
     8  [![Build Status](https://travis-ci.org/alibaba/sentinel-golang.svg?branch=master)](https://travis-ci.org/alibaba/sentinel-golang)
     9  [![codecov](https://codecov.io/gh/alibaba/sentinel-golang/branch/master/graph/badge.svg)](https://codecov.io/gh/alibaba/sentinel-golang)
    10  [![Go Report Card](https://goreportcard.com/badge/github.com/alibaba/sentinel-golang)](https://goreportcard.com/report/github.com/alibaba/sentinel-golang)
    11  [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
    12  [![Gitter](https://badges.gitter.im/alibaba/Sentinel.svg)](https://gitter.im/alibaba/Sentinel)
    13  [![GitHub last commit](https://img.shields.io/github/last-commit/alibaba/sentinel-golang.svg?style=flat-square)](https://github.com/alibaba/sentinel-golang/commits/dev)
    14  [![GitHub repo size](https://img.shields.io/github/repo-size/alibaba/sentinel-golang)](https://github.com/alibaba/sentinel-golang)
    15  [![GitHub closed issues](https://img.shields.io/github/issues-closed/alibaba/sentinel-golang.svg?style=flat-square)](alibaba/sentinel-golang/issues?q=is%3Aissue+is%3Aclosed)
    16  
    17  ## Introduction
    18  
    19  As distributed systems become increasingly popular, the reliability between services is becoming more important than ever before.
    20  Sentinel takes "flow" as breakthrough point, and works on multiple fields including **flow control**,
    21  **circuit breaking** and **system adaptive protection**, to guarantee reliability and resiliency of microservices.
    22  
    23  ![flow-overview](https://raw.githubusercontent.com/sentinel-group/sentinel-website/master/img/sentinel-flow-index-overview-en.jpg)
    24  
    25  Sentinel provides the following features:
    26  
    27  - **Rich applicable scenarios**: Sentinel has been wildly used in Alibaba, and has covered almost all the core-scenarios in Double-11 (11.11) Shopping Festivals in the past 10 years, such as “Second Kill” which needs to limit burst flow traffic to meet the system capacity, throttling, circuit breaking for unreliable downstream services, distributed rate limiting, etc.
    28  - **Real-time monitoring**: Sentinel also provides real-time monitoring ability. You can see the runtime information of a single machine in real-time, and pump the metrics to outside metric components like Prometheus.
    29  - **Cloud-native ecosystem**: Sentinel Go provides out-of-box integrations with cloud-native components.
    30  
    31  ## Documentation
    32  
    33  See the [中文文档](https://sentinelguard.io/zh-cn/docs/golang/basic-api-usage.html) for document in Chinese.
    34  
    35  See the [Wiki](https://github.com/alibaba/sentinel-golang/wiki) for full documentation, examples, blog posts, and other information.
    36  
    37  If you are using Sentinel, please [**leave a comment here**](https://github.com/alibaba/Sentinel/issues/18) to tell us your scenario to make Sentinel better.
    38  It's also encouraged to add the link of your blog post, tutorial, demo or customized components to [**Awesome Sentinel**](https://github.com/alibaba/sentinel-awesome).
    39  
    40  ## Sub-projects
    41  
    42  All integration modules and sub-projects are located in [sentinel-group](https://github.com/sentinel-group).
    43  
    44  - [Sentinel Go adapters for frameworks](https://github.com/sentinel-group/sentinel-go-adapters)
    45  - [Sentinel Go dynamic data-source modules](https://github.com/sentinel-group/sentinel-go-datasources)
    46  - [Kubernetes CRD data-source for Sentinel Go](https://github.com/sentinel-group/sentinel-go-datasource-k8s-crd)
    47  
    48  ## Bugs and Feedback
    49  
    50  For bug report, questions and discussions please submit [GitHub Issues](https://github.com/alibaba/sentinel-golang/issues).
    51  
    52  ## Contributing
    53  
    54  Contributions are always welcomed! Please see [CONTRIBUTING](./CONTRIBUTING.md) for detailed guidelines.
    55  
    56  You can start with the issues labeled with [`good first issue`](https://github.com/alibaba/sentinel-golang/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).
    57  
    58  ## Communication
    59  
    60  - DingTalk Group (钉钉群): 23339422
    61  - [Gitter](https://gitter.im/alibaba/Sentinel)