Month: October 2019

Is No Processing Better Than Some Processing?

Is No Processing Better Than Some Processing?

Let’s do a little thought experiment. Yeah, I know, thinking. Who wants to do that? Wait! Before you tune me out and browse on to the next post on sexy indexes… At least give me a couple of minutes. Let’s...

October 29, 2019
Answer this Questionnaire and Win Prizes!

Answer this Questionnaire and Win Prizes!

The Couchbase Developer Advocacy Team has created a questionnaire to learn more about the Couchbase developer ecosystem from the perspective of our developers. This survey is open to EVERYONE in the Couchbase community: whether you’ve been a Couchbase customer for...

October 21, 2019
Couchbase Customer Spotlight Series – UPS

Couchbase Customer Spotlight Series – UPS

Couchbase would like to thank Konstantin Tadenev, Principal Architect, and UPS for hosting our recent Customer Spotlight event at the UPS Innovations Center in Parsippany, NJ. It was a terrific session for those who attended!Konstantin reviewed seven use-case categories that...

Best Practices and Patterns with Couchbase Mobile – Part 2

Best Practices and Patterns with Couchbase Mobile – Part 2

Couchbase Mobile enables a wide range of offline-first use cases of varying degrees of scale and complexity. In an earlier post, I discussed common patterns while using Couchbase Lite as embedded NoSQL data store within your apps. Those patterns focused...

The Top 10 Enterprise Use Cases for NoSQL

The Top 10 Enterprise Use Cases for NoSQL

NoSQL databases — also known as document databases — have become standard in enterprises around the globe. Who uses NoSQL? Hundreds of Global 2000 companies, including the major public cloud providers. Over the last 10 years, the number of NoSQL...

How to Update Python 2 to Python 3 Migration

How to Update Python 2 to Python 3 Migration

Introduction The last major Python upgrade — to version 3 — arrived in Dec. 2008, nearly 12 years ago. And yet there is a good chance that you are still working on the Python 2 product or test code. If...

Best Practices For Using Couchbase Mobile : Part 1

Best Practices For Using Couchbase Mobile : Part 1

Since the first official release in 2014, Couchbase Mobile has enabled a wide variety of use cases of varying degrees of scale and complexity. Despite the variation, there are some common usage patterns for using Couchbase Mobile. I have put...

Testing N1QL Workloads with Apache JMeter

Testing N1QL Workloads with Apache JMeter

One of the key features that Couchbase provides for querying JSON data is a N1QL language. N1QL allows users to access and modify the contents of their JSON documents with familiar SQL statements. Quite often, during development phase of a...