This is on the "docs" component, and with all client libraries, we have a more comprehensive sample application, so you're correct, but there's more to it.
Matt Ingenthron
added a comment - This is on the "docs" component, and with all client libraries, we have a more comprehensive sample application, so you're correct, but there's more to it.
Sergey Avseyev
added a comment - There is vacuum application https://github.com/trondn/vacuum and the corresponding blog post on Trond's blog http://trondn.blogspot.com/2012/01/so-whats-story-about-libcouchbase-and.html
Why use them in docs?
From my experience in answering developers' questions regarding libcouchbase, I don't think sample applications would be as helpful as providing common code idioms, such as ways to handle multi-get, ways to handle errors; things like expiry etc.
It would take quite a bit to write a useful "application" for libcouchbase, so let's just stick to idioms for now.. and assume our readers know how to program in C :)
Mark Nunberg
added a comment - From my experience in answering developers' questions regarding libcouchbase, I don't think sample applications would be as helpful as providing common code idioms, such as ways to handle multi-get, ways to handle errors; things like expiry etc.
It would take quite a bit to write a useful "application" for libcouchbase, so let's just stick to idioms for now.. and assume our readers know how to program in C :)