Category: Couchbase Server

Tooling Improvements in Couchbase 5.0 Beta

Tooling Improvements in Couchbase 5.0 Beta

Tooling improvements have come to Couchbase Server 5.0 Beta. In this blog post, I’m going to show you some of the tooling improvements in: Query plan visualization – to better understand how a query is going to execute Query monitoring...

Matthew Groves June 7, 2017
Build a photogallery app with auto tagging using AWS Rekognition and Couchbase – Part 1

Build a photogallery app with auto tagging using AWS Rekognition and Couchbase – Part 1

In this post we'll introduce you to a photo gallery application which allows users to upload any image of their choice (in .png or .jpg format) and view all the images that have been uploaded by other users. The app...

Momentum in May: A Quick Glance in the Rearview Mirror

Momentum in May: A Quick Glance in the Rearview Mirror

I must say it’s been quite an exciting ride since I joined Couchbase in April.  As a company, we are very proud of the innovation we are driving for our customers, and the significant impact our technology is having on...

Simplify Your NoSQL Cluster by Moving From MongoDB Sharding to Couchbase Containers

Simplify Your NoSQL Cluster by Moving From MongoDB Sharding to Couchbase Containers

When I’m out at events and talking to NoSQL users and advocates, I often hear stories on why people have decided to start using Couchbase after having come from MongoDB.  Take, for example, an interview I did with Tom Coates...

Logging with Log4Net and Common Logging

Logging with Log4Net and Common Logging

Logging with Common.Logging, log4net, and the Couchbase .NET SDK is demonstrated in this video. The source code for the logging example used in this video is available on Github. [youtube https://www.youtube.com/watch?v=pi-X8dhaIaQ&w=560&h=315] For more information about logging, check out the logging...

Matthew Groves June 5, 2017
Persist and Abstract Data in a Nativescript Typescript Application

Persist and Abstract Data in a Nativescript Typescript Application

Couchbase is a great tool to persist data inside our app. If you haven’t heard of it, it’s a document object storage that allows you to save your data. If you are using NativeScript-Angular, there are already some great tutorials...

Authentication and Authorization with RBAC in .NET

Authentication and Authorization with RBAC in .NET

Authentication and authorization are vastly improved in Couchbase Server 5.0. We’ve been blogging about the new RBAC features in the developer preview for a while. Authentication and Authorization with RBAC – introduction / part 1 Authentication and Authorization with RBAC...

Matthew Groves May 31, 2017
Using Docker to develop with Couchbase

Using Docker to develop with Couchbase

Docker is a great project that is helping developers around the world run applications in containers. This not only helps shipping software faster, but it also results with the famous “it works in my machine” phrase. In this article I...

Engaging for growth: Introducing the industry’s first Engagement Database

Engaging for growth: Introducing the industry’s first Engagement Database

Today at Couchbase, we tread a new path by carving out a new category of database: the Engagement Database. What is an Engagement Database, you ask me – a guy steeped in the technology side of the business? It’s something...

Announcing Couchbase Server 5.0 Beta

Announcing Couchbase Server 5.0 Beta

We’re excited to pull back the curtain on the beta release of Couchbase Server 5.0. With this release, Couchbase provides the world’s first Engagement Database, built on the most powerful NoSQL technology. This platform delivers unparalleled performance at any scale,...

Data Modeling NoSQL Documents in MongoDB vs Couchbase Server

Data Modeling NoSQL Documents in MongoDB vs Couchbase Server

When I’m out at events, I get a lot of questions regarding the differences between MongoDB and Couchbase Server as they are both in the NoSQL space and are both document databases. One particular question is related to data modeling....

FakeIt Series 5 of 5: Rapid Mobile Development with Sync-Gateway

FakeIt Series 5 of 5: Rapid Mobile Development with Sync-Gateway

How we can leverage FakeIt + Couchbase Server + Sync Gateway to get our local environment up and running for mobile development. We will be doing this by using Docker and docker-compose.