Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/alipay/sofa-mesh)](https://goreportcard.com/report/github.com/alipay/sofa-mesh)
[![codecov.io](https://codecov.io/github/alipay/sofa-mosn/coverage.svg?branch=master)](https://codecov.io/github/alipay/sofa-mesh?branch=master)

SOFAMesh �ǻ��� Istio �Ľ�����չ������ Service Mesh ���ģ���ʵ���������ڼ̳� Istio ǿ���ܺͷḻ���ԵĻ����ϣ�Ϊ������ģ�����µ�����Ҫ���Լ�Ӧ�����ʵ���е�ʵ������������¸Ľ���
SOFAMesh 是基于 Istio 改进和扩展而来的 Service Mesh 大规模落地实践方案。在继承 Istio 强大功能和丰富特性的基础上,为满足大规模部署下的性能要求以及应对落地实践中的实际情况,有如下改进:

- ���� Golang ��д�� [MOSN](https://github.com/alipay/sofa-mosn) ȡ�� [Envoy](https://github.com/envoyproxy/envoy)
- �ϲ�Mixer������ƽ���Խ������ƿ��
- ��ǿ Pilot ��ʵ�ָ����ķ����ֻ���
- ���Ӷ� [SOFA RPC](https://github.com/alipay/sofa-rpc)��Dubbo ��֧��
- 采用 Golang 编写的 [MOSN](https://github.com/alipay/sofa-mosn) 取代 [Envoy](https://github.com/envoyproxy/envoy)
- 合并Mixer到数据平面以解决性能瓶颈
- 增强 Pilot 以实现更灵活的服务发现机制
- 增加对 [SOFA RPC](https://github.com/alipay/sofa-rpc)Dubbo 的支持

��ʼ�汾�����Ͻ���Ͱ��������UC��ҵ��Я�ֹ��ף��ڴ�����һ���������������������һ����Դ��Ʒ��Ŀ��
初始版本由蚂蚁金服和阿里大文娱UC事业部携手贡献,期待社区一起来参与后续开发,共建一个开源精品项目。

- [SOFAMesh �ĵ�](http://www.sofastack.tech/sofa-mesh/docs/Home)
- [SOFAMesh 文档](http://www.sofastack.tech/sofa-mesh/docs/Home)
- [SOFAMosn 文档](http://www.sofastack.tech/sofa-mosn/docs/Home)
- [Istio Community](https://github.com/istio/community) - describes how to get involved and contribute to the Istio project
- [Istio Developer's Guide](https://github.com/istio/istio/wiki/Dev-Guide) - explains how to set up and use an Istio development environment
- [Project Conventions](https://github.com/istio/istio/wiki/Dev-Conventions) - describes the conventions we use within the code base
Expand Down