Distributed key / value storage in C / C ++ with pluggable storage

I am looking for a C / C ++ based distributed key / value store that has a fairly clean design, so I can plug in my own in-memory storage engine. This is normal, even if I need to make code changes to do this.

Does anyone have any recommendations? Or a similar experience with this? The Voldemort Java project ( http://www.project-voldemort.com/voldemort/ ) is a good example, except that it is written in JAVA and I am looking for something in C ++ or C.

+4
source share
1 answer

Berkeley DB - C (kinda ++) api. , " ", .

, . Berkeley DB, , , .

SQLite. C/++, SQL-, , , . ORM .

ORM Wt .

, .

0

Source: https://habr.com/ru/post/1524101/


All Articles