资 源 简 介
version 0.2.2
What is ChaosDB?
ChaosDB
(the DB wrriten by Chao http://t.sina.com/chaojianpeng) is an Open Source NoSQL key-value DBMS, It"s written in c++(you can also build in pure-c easily). It bases on zeromq(http://www.zeromq.org/), you can write client in any zeromq supported language. You can run it on Linux or Windows.
ps: ChaosDB is not test finished. @02/13/2012
Where is the client?
There is a folder named cli-src, I finished the c++ client. If you want to use client in other languege, you can do it by youself. Here is the zeromq supported language list(http://www.zeromq.org/bindings:_start).
You can get the source interpretation(in Chinese) in the Downloads page.
What will be update in next ve