Tag: Ruby SDK
Couchbase on Rails: A Guide to Introducing Dynamic and Adaptive Data to Your Application
Ruby on Rails is often the framework of choice for getting new projects off the ground. The speed of development and iteration is in many ways unparalleled. As such, perhaps you want to use Rails as the framework for your...
Announcing General Availability Of Couchbase Ruby SDK 3.0 !
” We are delighted to announce the General Availability of Couchbase Ruby SDK 3.0 ! “ Useful Links Read Couchbase Ruby SDK 3.0 documentation Read Couchbase Server 6.5.0 documentation Share your thoughts on the Couchbase Forums See all the...
Announcing Couchbase Ruby SDK 3.0 (Beta)
“ No, your eyes do not deceive you, you read correctly. The Couchbase Ruby SDK is back by popular demand and we are thrilled to make this announcement ! ” Useful Links Read Couchbase Ruby SDK 3.0 documentation Read...
The Essential Couchbase APIs Cheat Sheet
As a developer, you might want to quickly check out the programming API’s in your favorite language and build your app. While there is nothing that can replace reading all the API details in the Couchbase Server documentation, a refcard...
Introducing Ruby SDK 2.0 Developer Preview with JRuby Support
Hi everyone, after long preparations, I pleased to announce preview on next generation API for ruby client. In general it just aligns ruby client with all other SDKs, where new document-oriented API had been released about a month ago. At...
Multiple Bucket Connections in Couchbase and Ruby
c = Couchbase.new(“http://localhost:8091/pools/default/buckets/my-bucket”) I believe it’s safe to say we are mostly all familiar with the above Ruby code. It establishes a connection from the Ruby SDK to a bucket of our choosing inside our Couchbase cluster. There are, of...
Understanding group_level in View Queries with Compound Keys
Querying Views is what views are all about. Our documentation is great and can be found here: http://www.couchbase.com/docs/couchbase-manual-2.0/couchbase-views.html Compound Keys Just to illustrate how group level works, let’s use a Map function that sorts users by the latest login timestamp, converting...
Understanding Letter Ordering in View Queries
Map/Reduce Views are an important part of Couchbase 2.0 and understanding how to query them is also important. Our documentation is great and can be found here: http://www.couchbase.com/docs/couchbase-manual-2.0/couchbase-views.html One of the subtleties is understanding Unicode Collation ordering of letters which is...
10 Things Developers Should Know about Couchbase
As a developer, I’ve been using Couchbase Server for couple of months now and I love it. Having written several apps myself, I’ve come to learn many (but not all) of the ins-and-outs of Couchbase. To be a good Couchbase...