Skip to content

Commit

Permalink
Add related projects to README. (sofastack#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjboy authored Apr 14, 2018
1 parent beb0ca3 commit a1b6420
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 17 deletions.
25 changes: 16 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)

## 概述

SOFARPC 是一个高可扩展性、高性能、生产级的 Java RPC 框架。在蚂蚁金服 SOFARPC 已经经历了十多年及五代版本的发展。SOFARPC 致力于简化应用之间的 RPC 调用,为应用提供方便透明、稳定高效的点对点远程服务调用方案。为了用户和开发者方便的进行功能扩展,SOFARPC 提供了丰富的模型抽象和可扩展接口,包括过滤器、路由、负载均衡等等。同时围绕 SOFARPC 框架及其周边组件提供丰富的微服务治理方案。

## 功能特性
Expand All @@ -17,22 +18,28 @@ SOFARPC 是一个高可扩展性、高性能、生产级的 Java RPC 框架。
- 支持集群容错、服务预热、自动故障隔离
- 强大的扩展功能,可以按需扩展各个功能组件

## 关联项目

- [sofa-rpc-boot-project](https://github.com/alipay/sofa-rpc-boot-projects) SOFABoot 扩展项目,包括 starter 工程及使用示例。

## 构建
编译需要 JDK 7 及以上、Maven 3.2.5 及以上。

运行需求 JDK 6 及以上。

编译需要 JDK 7 及以上、Maven 3.2.5 及以上。

运行需求 JDK 6 及以上。

## 文档
- [快速开始](https://github.com/alipay/sofa-rpc/wiki/GettingStarted)
- [用户手册](https://github.com/alipay/sofa-rpc/wiki/UserGuide)
- [开发者指南](https://github.com/alipay/sofa-rpc/wiki/DeveloperGuide)
- [发布历史](https://github.com/alipay/sofa-rpc/wiki/ReleaseNotes)
- [发展路线](https://github.com/alipay/sofa-rpc/wiki/RoadMap)

- [快速开始](https://github.com/alipay/sofa-rpc/wiki/GettingStarted)
- [用户手册](https://github.com/alipay/sofa-rpc/wiki/UserGuide)
- [开发者指南](https://github.com/alipay/sofa-rpc/wiki/DeveloperGuide)
- [发布历史](https://github.com/alipay/sofa-rpc/wiki/ReleaseNotes)
- [发展路线](https://github.com/alipay/sofa-rpc/wiki/RoadMap)

## 贡献

[如何参与 SOFARPC 代码贡献](https://github.com/alipay/sofa-rpc/wiki/Contributing)

## 开源许可
基于[Apache License 2.0](https://github.com/alipay/sofa-rpc/blob/master/LICENSE)协议。

基于[Apache License 2.0](https://github.com/alipay/sofa-rpc/blob/master/LICENSE)协议。
24 changes: 16 additions & 8 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)

## Overview

SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework. In Ant Financial, SOFARPC has been used for more than ten years and developing for five generations. SOFARPC is dedicated to simplify RPC calls between applications, and provide convenient, no code intrusion, stable, and efficient point-to-point remote service invocation solutions for applications. For user and developer easy to improve features, SOFARPC provides a wealth of model abstraction and extensible interfaces, including filter, routing, load balancing, and so on. At the same time, it provides a rich MicroService governance solution around the SOFARPC framework and its surrounding components.

## Features

- No code intrusion, high-performance remote service call
- Supports multiple service routing and load balancing policies
- Supports multiple service registries
Expand All @@ -16,23 +18,29 @@ SOFARPC is a high-performance, high-extensibility, production-level Java RPC fra
- Support cluster failover, service warm-up, automatic fault tolerance
- High extensibility for easy to improve features as needed

## Related Projects

- [sofa-rpc-boot-project](https://github.com/alipay/sofa-rpc-boot-projects) SOFABoot projects for SOFARPC, include starter and samples.

## How to build

Build-time requirement: JDK 7 or above and Maven 3.2.5 or above.

Runtime requirement: JDK 6 or above.


## Documents
- [Getting Started](https://github.com/alipay/sofa-rpc/wiki/GettingStarted)
- [User Guide](https://github.com/alipay/sofa-rpc/wiki/UserGuide)
- [Developer Guide](https://github.com/alipay/sofa-rpc/wiki/DeveloperGuide)
- [Release Notes](https://github.com/alipay/sofa-rpc/wiki/ReleaseNotes)
- [Road Map](https://github.com/alipay/sofa-rpc/wiki/RoadMap)

- [Getting Started](https://github.com/alipay/sofa-rpc/wiki/GettingStarted)
- [User Guide](https://github.com/alipay/sofa-rpc/wiki/UserGuide)
- [Developer Guide](https://github.com/alipay/sofa-rpc/wiki/DeveloperGuide)
- [Release Notes](https://github.com/alipay/sofa-rpc/wiki/ReleaseNotes)
- [Road Map](https://github.com/alipay/sofa-rpc/wiki/RoadMap)

## Contribution

[How to Contributing](https://github.com/alipay/sofa-rpc/blob/master/CONTRIBUTING.md)

## License
SOFARPC is released under the [Apache License 2.0](https://github.com/alipay/sofa-rpc/blob/master/LICENSE).

SOFARPC is released under the [Apache License 2.0](https://github.com/alipay/sofa-rpc/blob/master/LICENSE).

0 comments on commit a1b6420

Please sign in to comment.