Skip to content

Latest commit

 

History

History
49 lines (43 loc) · 1.79 KB

README.md

File metadata and controls

49 lines (43 loc) · 1.79 KB

Nezha

Nezha is code name of this project.

哪吒(Nezha)是中国神话故事里的少年战神,我们以其作为基于Tokyo Cabinet的简单分布式KV存储系统原型项目的代号。

Software Architecture of Nezha

Client Side {{{ ***************** * cmdline * ***************** | | ***************** * remotedbapi * ***************** ***************** | |

  • Protocol * ------- |
    ***************** | ***************** * socketwrapper * ***************** }}}

Server Side {{{ ***************** * dbserver * *****************
***************** | |

  • Protocol * ------- |
    ***************** | |
    ----------------------------------- | | ***************** ***************** * socketwrapper * * dbapi * ***************** ***************** | | ***************** * Tokyo Cabinet * *****************
    }}}