Skip to content

robaho/cpp_leveldbr

Repository files navigation

summary

This is the C++ port of my keydbr key/value database client/server module.

background

leveldb itself does not support multi-process access. This is a "wrapper" process that exposes leveldb databases via gRPC.

building

Set the location of the cpp_leveldb project in the Makefile using the CPP_LEVELDB variable.

The cpp_leveldb project must be built prior to building cpp_leveldbr.

make all

running server

bin/cpp_leveldb_server

running remote client test

bin/cpp_leveldb_client

About

client/server module for cpp_leveldbr

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published