Category: Couchbase Server
CData’s Drivers Provide SQL Access to Your Couchbase Data
Standards-Based Access to Couchbase Data So you’ve chosen Couchbase to house your data and now you’d like to be able to access that data however and wherever you’d like. If you’re building your own web, desktop, or mobile application, you...
Getting Started with Couchbase Server on Mac OS
In this video, learn how to get Couchbase Server installed and configured on a Mac computer in less than five minutes. See everything from where to download the latest version of Couchbase, how to install it, and then how to start a...
Couchbase on ASP.NET MVC (Video)
This video will walk you through the basics of using Couchbase in your ASP.NET MVC application. You will need to have Couchbase Server already installed to follow along. I’ve already created a video to show you how to install Couchbase...
Getting Started with Node.js and Couchbase
In this video tutorial you can see how to build a very simple Node.js with Express Framework application that uses Couchbase Server as the NoSQL database. For more information on how to use Couchbase with Node.js, visit the Couchbase Developer...
Announcing the new Couchbase Spark Connector
Announcing the New Couchbase Spark Connector Couchbase Spark Connector 1.2.0 is now available. It includes significant new features and enhancements, as well as support for Apache Spark 1.6. On behalf of our outstanding product development team, I’m very pleased to...
Why Use Spark With NoSQL Databases?
Intro For the last couple weeks, I’ve had Spark on the brain. It’s understandable, really, since I’ve been preparing an O’Reilly webinar “How to Leverage Spark and NoSQL for Data Driven Applications” with Michael Nitschinger and a different talk, “Spark...
Multi-Node Full Text Search in Couchbase 4.5 Beta
Scale out Full Text Search in Couchbase Server 4.5 Beta Couchbase Server 4.5 includes a new service, full text search (FTS) . In this blog, I’ll talk about how FTS scales out across nodes, how to replicate indexes, and how...
How to Install Couchbase Server on Windows (Video)
I created a video to walk you through the entire process of installing and setting up Couchbase Server 4.5 on Windows. Some links that will help if you’re following along with the video: Download Couchbase Server Chocolatey NuGet Couchbase Community...
Couchbase with Windows and .NET – Part 5 – ASP.NET CRUD
Part 1 covered how to install and setup Couchbase on Windows Part 2 covered some Couchbase lingo that you’ll need to know Part 3 showed the very simplest example of using Couchbase in ASP.NET In Part 4, I did some...
Enterprise Grade Backup and Restore Tool in Couchbase Server 4.5
The enterprise grade backup and restore tool, cbbackupmgr, provides a high performance, consistent, reliable and secure solution for backing up and restoring business critical data for enterprise customers. Backing up Exponential Data Growth at Speed Exponential data growth, the need...
PHP SDK 2.2.0 Beta3: Examples with Sub-Document and Index Management
In support of the upcoming Couchbase Server 4.5 release and some innovation in the PHP community with PHP 7, we are enhancing our PHP SDK. Today I’d like to announce the third Beta, which brings a couple of new fetures along...
Watching SCRAM authentication in Java
SCRAM authentication is one of the new features in version 4.5. Check this blog entry for an introduction on SCRAM in Couchbase. In this article we will cover how to monitor SCRAM handshake from Java. First, you do not have...