Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
docs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
backend
docs
Commits
cc0bd580
Commit
cc0bd580
authored
Jun 03, 2015
by
郑伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
格式调整
parent
3583525c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
rpc.md
rpc.md
+6
-6
No files found.
rpc.md
View file @
cc0bd580
# rpc规范
##gaia的设计目标
##
gaia的设计目标
### 数据源管理
我们会使用mysql, postgresql, elasticsearch, redis 以后可能还会有cassendra hadoop等数据源, 同时mysql postgresql也可能会是集群部署 分库分表。
我们不希望向业务方暴露数据源的复杂度,需要一个统一的方案来管理各种数据源和数据源之间的同步。
###服务的远程调用
###
服务的远程调用
随着业务的复杂(我们现在有新后台, 医生版, 移动网页版,pc网页版, 客户端, 以后可能还会增加其他的业务模块), 很难用一个服务来实现所有的业务形态。
这些不同功能的业务可能由不同的开发团队开发,甚至会使用不同的开发语言。 所以需要一个统一的抽象层来共享业务逻辑。 需要一个统一风格的api,协议以及远程调用的实现,
具有完善的文档调用,同时具备良好的性能,让业务方专注实现业务逻辑而不用关心具体的性能优化。
###统一的缓存管理
###
统一的缓存管理
我们会使用统一的缓存方案,让尽可能多的用户读请求落到缓存里,写时更新。 保证数据源和缓存的数据最终一致性。
###集群管理
###
集群管理
尽可能保证数据源,缓存,rpc服务器没有单点,保障系统的稳定性和扩展性。能够在任何一台服务器挂掉的情况下不影响系统的整体运行状态
###统一的监控管理
###
统一的监控管理
会通过统一的日志方案,来对服务进行各种监控,一旦系统某一方面出现问题(服务器宕机,性能变慢,压力过大,磁盘占满,业务无法正常使用),
监控系统能够第一时间发现问题并报警。通知相关业务人员处理问题。
##面临的问题
##
面临的问题
### 开发风格混乱
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment