Results for: ruby

NorthScale and Open Source contributions

NorthScale and Open Source contributions

Though a number of core developers in the memcached project know, the casual memcached user may not be aware that over the last few months NorthScale released a bevy of memcached client and server contributions. NorthScale is continuing to work with...

The Couchbase Team December 16, 2014
Surprises in our NoSQL adoption survey

Surprises in our NoSQL adoption survey

Today we shared some results from a survey we conducted a few weeks ago to assess the current state of NoSQL adoption. Though we originally ran the survey to gather data for planning purposes, we found the data so interesting...

James Phillips December 16, 2014
Poodle bites and ends SSL3

Poodle bites and ends SSL3

SSL version 3 is no longer secure. Recently, a new vulnerability in the SSL v3 protocol called the ‘Poodle attack’ was discovered by folks at Google. At Couchbase, since we take the security of our products seriously, we wanted you...

Python SDK and Twisted

Python SDK and Twisted

I'm working on a Twisted interface to the Couchbase client (https://github.com/couchbase/couchbase-python-client). The link there points to the synchronous interface. The experimental twisted branch is at https://github.com/couchbaselabs/couchbase-twisted-client To explain how the Twisted client works, I'll explain a bit about how the...

September 24: The week in Couchbase NoSQL

September 24: The week in Couchbase NoSQL

See what’s coming up at Couchbase in this week’s featured content and upcoming events. FEATURED CONTENT Blog Post of the Week #1 : Sample application – Ruby on Rails and Couchbase-Model for a Social Application! Blog Post of the Week...

The Couchbase Team December 16, 2014
The Simple Client Interface, Now With More Simplicity

The Simple Client Interface, Now With More Simplicity

Simplicity. That’s part of what has made memcached popular for bringing “fast” to web applications. The usage pattern is simple to understand, it’s simple to install the server, and of course it’s simple to get the client going with your...

Six months as Technical Evangelist at Couchbase

Six months as Technical Evangelist at Couchbase

[This blog was syndicated from http://blog.grallandco.com] Already 6 months! Already 6 months that I have joined Couchbase as Technical Evangelist. This is a good opportunity to take some time to look back. So first of all what is a Developer/Technical...

The Couchbase Team December 16, 2014
So, how do I use this libcouchbase?

So, how do I use this libcouchbase?

Some of you may have noticed that we released Couchbase 1.8 earlier today, and a new set of smart clients for various languages. For me personally this is a milestone, because libcouchbase is now a supported client for the C language. So...

spymemcached makes more of Membase

spymemcached makes more of Membase

In some of the recent Membase meetups, the topic of what moxi does for clients has been discussed a bit.  The bit of background many folks didn't initially have is that moxi began life as being a way to bring...

Tuning Memcached Timeouts for a Cloud Environment

Tuning Memcached Timeouts for a Cloud Environment

These days, more and more apps are running in the cloud, and they’re starting to take memcached with them. For example, as we announced earlier this week, nearly 300 applications are using NorthScale’s memcached as a service on Heroku’s Ruby-based...

Sean Lynch December 16, 2014
Want to get rid of documents with duplicate content?

Want to get rid of documents with duplicate content?

Whether you’re combining data from two different data sources, have multiple purchases from the same customer or just entered the same data in a web form twice, it seems like everyone faces the problem of duplicate data at one point...

What’s up with the Python Couchbase SDK

What’s up with the Python Couchbase SDK

Recently, there have been a few new versions of the Couchbase Python client available. It features a new API that is easier to use. As the SDK is now based on libcouchbase, it is also much faster. It’s also compatible with...