28 lines
576 B
Markdown
Executable File
28 lines
576 B
Markdown
Executable File
xczero_frame是宙斯微服务平台的核心基础库。
|
||
|
||
提供如下能力:
|
||
|
||
1、Basic service infrastructure
|
||
|
||
(1)Base library, math, time, threading, etc
|
||
|
||
(2)HTTP/RPC service infrastructure
|
||
|
||
(3)Default Internal error code standard
|
||
|
||
2、Code automated generation
|
||
|
||
(1)HTTP/RPC request parse
|
||
|
||
(2)HTTP/RPC call execution
|
||
|
||
(3)Logic operators arrangement
|
||
|
||
3、Common components
|
||
|
||
(1)HTTP/RPC client, support Service Discovery, Load Balance, etc
|
||
|
||
(2)Stroage client, MongDB, Redis, etc
|
||
|
||
(3)Other utilities, message queue, trace, metrics, etc
|