GitHub user giriraj-singh-couchbase added a comment to the discussion: Workflow changes when new feature is added
Hi Weibing, Currently I am working on implementation of couchbase support in bRPC using couchbase c++ SDK. I will share the link of my repository: [cb_bRPC](https://github.com/couchbaselabs/cb_brpc/pull/3). The overview of the changes are as follows: 1. Actions & workflows are updated to install couchbase-cxx-client SDK before building and it's required dependencies. 2. Added couchbase.h and couchbaes.cpp which acts as a wrapper in using couchbase SDK. 3. Added examples on how to use the couchbase SDK, single and multi-threaded both. 4. Added the functionality to do the CRUD & Query operations using couchbase SDK. However, the build using bazel is causing trouble in linux and needs to be tested more. make, make with protobuf is working fine in linux and macOS. GitHub link: https://github.com/apache/brpc/discussions/3085#discussioncomment-14360726 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
