1010[ ![ Latest] ( https://img.shields.io/badge/Latest-v0.2.1-f28500 )] ( ./fluxon_release )
1111[ ![ Interfaces] ( https://img.shields.io/badge/Interfaces-KV%2FRPC%20%7C%20MQ%20%7C%20FS-1f6feb )] ( #interface-capabilities )
1212
13- [ English] ( ./README.md ) | [ 中文] ( ./README_CN.md ) | [ User Docs] ( https://tele-ai.github.io/Fluxon/user_doc/ )
13+ [ English] ( ./README.md ) | [ 中文] ( ./README_CN.md ) | [ Docs] ( ./README.md ) | [ 中文文档 ] ( ./README_CN.md )
1414
1515</div >
1616
@@ -33,7 +33,7 @@ Fluxon is a high-performance distributed communication and caching substrate for
3333
3434![ ] ( ./pics/topology_ui.png )
3535
36- For more usage details, see [ User Docs] ( ./fluxon_doc /user_doc/ ) .
36+ For more usage details, see [ User Docs] ( ./fluxon_doc_en /user_doc/ ) .
3737
3838## Interface Capabilities
3939
@@ -107,7 +107,7 @@ The benchmark results show that small-file reads and large-file writes are alrea
107107
108108## Quick Start
109109
110- Quick Start is the shortest path to try Fluxon. For formal installation, deployment, and operations, see [ User Docs] ( ./fluxon_doc /user_doc/ ) .
110+ Quick Start is the shortest path to try Fluxon. For formal installation, deployment, and operations, see [ User Docs] ( ./fluxon_doc_en /user_doc/ ) .
111111
112112### KV Quick Start
113113
@@ -132,15 +132,15 @@ del demo:hello
132132
133133Runtime view:
134134
135- ![ ] ( ./fluxon_doc/ pics/quickstart_kv.png )
135+ ![ ] ( ./pics/quickstart_kv.png )
136136
137137Open the printed link to view the KV Web UI:
138138
139- ![ ] ( ./fluxon_doc/ pics/quickstart_kvui.gif )
139+ ![ ] ( ./pics/quickstart_kvui.gif )
140140
141141Related interface docs:
142142
143- - [ KV and RPC Interface] ( < ./fluxon_doc /user_doc/用户 - 3 - KV-RPC接口 .md > )
143+ - [ KV and RPC Interface] ( < ./fluxon_doc_en /user_doc/User - 3 - KV and RPC Interface .md > )
144144
145145### MQ Quick Start
146146
@@ -167,11 +167,11 @@ Startup also prints the `MQ Web UI` address.
167167
168168Runtime view:
169169
170- ![ ] ( ./fluxon_doc/ pics/quickstart_mq.png )
170+ ![ ] ( ./pics/quickstart_mq.png )
171171
172172Related interface docs:
173173
174- - [ MQ Interface] ( < ./fluxon_doc /user_doc/用户 - 4 - MQ接口 .md > )
174+ - [ MQ Interface] ( < ./fluxon_doc_en /user_doc/User - 4 - MQ Interface .md > )
175175
176176### FS Quick Start
177177
@@ -201,15 +201,15 @@ FS Quick Start additionally prints:
201201
202202Runtime view:
203203
204- ![ ] ( ./fluxon_doc/ pics/quickstart_fs.png )
204+ ![ ] ( ./pics/quickstart_fs.png )
205205
206206Open the printed link to view the FS Web UI:
207207
208- ![ ] ( ./fluxon_doc/ pics/quickstart_fsui.gif )
208+ ![ ] ( ./pics/quickstart_fsui.gif )
209209
210210Related interface docs:
211211
212- - [ FS Interface] ( < ./fluxon_doc /user_doc/用户 - 5 - FS接口 .md > )
212+ - [ FS Interface] ( < ./fluxon_doc_en /user_doc/User - 5 - FS Interface .md > )
213213
214214## Repository Structure
215215
@@ -225,9 +225,55 @@ Related interface docs:
225225
226226Thank you for your contribution. Start with the local developer docs:
227227
228- - [ Developer Docs] ( ./fluxon_doc/dev_doc/ )
229- - [ Developer - 1 - Package core install artifacts] ( < ./fluxon_doc/dev_doc/开发者 - 1 - 打包核心安装包.md > )
230- - [ Developer - 2 - Package middleware and images] ( < ./fluxon_doc/dev_doc/开发者 - 2 - 打包中间件和镜像.md > )
228+ - [ Developer Docs] ( ./fluxon_doc_en/dev_doc/ )
229+ - [ Developer - 1 - Package core install artifacts] ( < ./fluxon_doc_en/dev_doc/Developer - 1 - Package Core Install Artifacts.md > )
230+ - [ Developer - 2 - Package middleware and images] ( < ./fluxon_doc_en/dev_doc/Developer - 2 - Package Middleware and Images.md > )
231+
232+ ## Contributors
233+
234+ <a href =" https://github.com/Tele-AI/fluxon/graphs/contributors " >
235+ <img src =" https://contrib.rocks/image?repo=Tele-AI/fluxon " />
236+ </a >
237+
238+ Some earlier contribution records are no longer fully reflected in the current commit history. Historical highlights:
239+
240+ <div >
241+ <a href =" https://github.com/yxrxy " title =" yxrxy - FluxonFS implementation and optimization " style =" display : inline-block ; width : 128px ; margin : 0 10px 14px 0 ; vertical-align : top ; text-align : center ; text-decoration : none ; color : inherit ; font-size : 0 ;" >
242+ <img src="https://github.com/yxrxy.png?size=64" width="64" height="64" alt="yxrxy" style="display: block; margin: 0 auto 8px; border-radius: 50%;" />
243+ <div style="font-size: 0.95rem; font-weight: 600; line-height: 1.25;">yxrxy</div>
244+ <div style="font-size: 0.8rem; line-height: 1.35;">FluxonFS implementation and optimization</div>
245+ </a >
246+ <a href =" https://github.com/zTz01 " title =" zTz01 - KVCache optimization " style =" display : inline-block ; width : 128px ; margin : 0 10px 14px 0 ; vertical-align : top ; text-align : center ; text-decoration : none ; color : inherit ; font-size : 0 ;" >
247+ <img src="https://github.com/zTz01.png?size=64" width="64" height="64" alt="zTz01" style="display: block; margin: 0 auto 8px; border-radius: 50%;" />
248+ <div style="font-size: 0.95rem; font-weight: 600; line-height: 1.25;">zTz01</div>
249+ <div style="font-size: 0.8rem; line-height: 1.35;">KVCache optimization</div>
250+ </a >
251+ <a href =" https://github.com/pakkah " title =" pakkah - RDMA support, VLM exploration " style =" display : inline-block ; width : 128px ; margin : 0 10px 14px 0 ; vertical-align : top ; text-align : center ; text-decoration : none ; color : inherit ; font-size : 0 ;" >
252+ <img src="https://github.com/pakkah.png?size=64" width="64" height="64" alt="pakkah" style="display: block; margin: 0 auto 8px; border-radius: 50%;" />
253+ <div style="font-size: 0.95rem; font-weight: 600; line-height: 1.25;">pakkah</div>
254+ <div style="font-size: 0.8rem; line-height: 1.35;">RDMA support, VLM exploration</div>
255+ </a >
256+ <a href =" https://github.com/mumupika " title =" mumupika - Initial MQ implementation " style =" display : inline-block ; width : 128px ; margin : 0 10px 14px 0 ; vertical-align : top ; text-align : center ; text-decoration : none ; color : inherit ; font-size : 0 ;" >
257+ <img src="https://github.com/mumupika.png?size=64" width="64" height="64" alt="mumupika" style="display: block; margin: 0 auto 8px; border-radius: 50%;" />
258+ <div style="font-size: 0.95rem; font-weight: 600; line-height: 1.25;">mumupika</div>
259+ <div style="font-size: 0.8rem; line-height: 1.35;">Initial MQ implementation</div>
260+ </a >
261+ <a href =" https://github.com/maplestarplayl " title =" maplestarplayl - IPC integration, SPDK integration " style =" display : inline-block ; width : 128px ; margin : 0 10px 14px 0 ; vertical-align : top ; text-align : center ; text-decoration : none ; color : inherit ; font-size : 0 ;" >
262+ <img src="https://github.com/maplestarplayl.png?size=64" width="64" height="64" alt="maplestarplayl" style="display: block; margin: 0 auto 8px; border-radius: 50%;" />
263+ <div style="font-size: 0.95rem; font-weight: 600; line-height: 1.25;">maplestarplayl</div>
264+ <div style="font-size: 0.8rem; line-height: 1.35;">IPC integration, SPDK integration</div>
265+ </a >
266+ <a href =" https://github.com/RuileLu " title =" RuileLu - KV lease support " style =" display : inline-block ; width : 128px ; margin : 0 10px 14px 0 ; vertical-align : top ; text-align : center ; text-decoration : none ; color : inherit ; font-size : 0 ;" >
267+ <img src="https://github.com/RuileLu.png?size=64" width="64" height="64" alt="RuileLu" style="display: block; margin: 0 auto 8px; border-radius: 50%;" />
268+ <div style="font-size: 0.95rem; font-weight: 600; line-height: 1.25;">RuileLu</div>
269+ <div style="font-size: 0.8rem; line-height: 1.35;">KV lease support</div>
270+ </a >
271+ <a href =" https://github.com/Summage " title =" Summage - Initial KV architecture optimization " style =" display : inline-block ; width : 128px ; margin : 0 10px 14px 0 ; vertical-align : top ; text-align : center ; text-decoration : none ; color : inherit ; font-size : 0 ;" >
272+ <img src="https://github.com/Summage.png?size=64" width="64" height="64" alt="Summage" style="display: block; margin: 0 auto 8px; border-radius: 50%;" />
273+ <div style="font-size: 0.95rem; font-weight: 600; line-height: 1.25;">Summage</div>
274+ <div style="font-size: 0.8rem; line-height: 1.35;">Initial KV architecture optimization</div>
275+ </a >
276+ </div >
231277
232278## License
233279
0 commit comments