Thanks to visit codestin.com
Credit goes to github.com

Skip to content

pooyaw/couchbase_pooler

Repository files navigation

cb couchbase conn pool

build notes

  1. couchbase-rs had build issues, so it's vendored here
  2. modify the /usr/lib/pkgconfig/libcouchbase.pc file to have -Cflags=-I/usr/local/include and copy the libcouchbase headers from /usr/include/libcouchbase into there. if using homebrew, modify the /usr/local/lib/pkgconfig/libcouchbase.pc file to have -Cflags=...-I/usr/local/include
  3. crates use libffi libmemcached 2.10.3

environment

  1. export COUCHBASE_CONN=couchbase://127.0.0.1,127.0.0.2,127.0.0.3 conn string to use
  2. export COUCHBASE_USER=userhere user to authenticate against the cluster
  3. export COUCHBASE_PASSWORD= password to authenticate against the cluster
  4. export COUCHBASE_BUCKET= bucket to insert documents to

About

Couchbase Connection Pooler in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published