Skip to content

A key-value memory store. It used shared memory, so multiple processes can read while a process is writing to it. The performance of reading and writing is quite good, as all the operations are in the memory! So far,the bindings of nodejs, python and lua have been developed. And the nginx C module 'ngx_touchdb' has also been developed, which can…

Notifications You must be signed in to change notification settings

chosen0ne/touchdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

touchdb

A key-value memory store. It used shared memory, so multiple processes can read while a process is writing to it. The performance of reading and writing is quite good, as all the operations are in the memory! So far,the bindings of nodejs, python and lua have been developed. And the nginx C module 'ngx_touchdb' has also been developed, which can make nginx reads from touchdb.

About

A key-value memory store. It used shared memory, so multiple processes can read while a process is writing to it. The performance of reading and writing is quite good, as all the operations are in the memory! So far,the bindings of nodejs, python and lua have been developed. And the nginx C module 'ngx_touchdb' has also been developed, which can…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published