Month: February 2017

Deploy Docker Container to Oracle Container Cloud Service

Deploy Docker Container to Oracle Container Cloud Service

Getting Started with Oracle Container Cloud Service explained how to get started with Oracle’s managed container service. Well, the intent was to show how to get started but getting to “getting started” was itself quite involving. And now this blog will really show how...

SDK Features – New For Couchbase 4.6

SDK Features – New For Couchbase 4.6

Along with this week’s Couchbase Server 4.6 release we have a super packed release with several new SDK features to help you streamline development. From efficiently managed Data Structures to the latest support for .NET Core, it is time to update to...

Tyler Mitchell February 16, 2017
Data Structures: Native Collections New in Couchbase 4.6

Data Structures: Native Collections New in Couchbase 4.6

Data Structures in Couchbase 4.6 is our newest time-saving SDK feature.  These allow your client applications to easily map your array-based JSON data into language specific structures. Leveraging native collections support in Couchbase will save you time and hassle: Easily map JSON...

Tyler Mitchell February 16, 2017
Introducing Couchbase .NET 2.4.0 – .NET Core GA

Introducing Couchbase .NET 2.4.0 – .NET Core GA

This release is the official GA release for .NET Core support for the Couchbase .NET SDK! .NET Core is the latest incarnation of the .NET framework and its described as “.NET Core is a blazing fast, lightweight and modular platform for...

Couchbase Server 4.6 and macOS Sierra

Couchbase Server 4.6 and macOS Sierra

I am pleased to announce that the latest version of Couchbase Server (4.6) is now compatible with macOS Sierra! From the Couchbase downloads page, choose either Couchbase Server 4.6 Enterprise Edition or Couchbase Server 4.6 Community Edition depending on your...

Couchbase Server 4.6 Supports Windows 10 Anniversary Update

Couchbase Server 4.6 Supports Windows 10 Anniversary Update

Back in August 2016, when the Windows 10 Anniversary Update was rolling out, I blogged that Couchbase Server was not working correctly on it. That is no longer true! Short version: Couchbase Server 4.6 now supports Windows 10 Anniversary Update....

Matthew Groves February 16, 2017
Announcing Couchbase Server 4.6 – What’s New and Improved

Announcing Couchbase Server 4.6 – What’s New and Improved

Couchbase delivers the Couchbase Data Platform that powers Web, Mobile, and IoT applications for digital businesses. With our newest release, Couchbase Server 4.6 provides the availability, scalability, performance, and security that enterprises require for their mission-critical applications. What’s New and...

Stateful Containers using Portworx and Couchbase

Stateful Containers using Portworx and Couchbase

  Containers are meant to be ephemeral and so scale pretty well for stateless applications. Stateful containers, such as Couchbase, need to be treated differently. Managing Persistence for Docker Containers provide a great overview of how to manage persistence for stateful containers....

Couchbase DCP Rollback and How QA Tests Them

Couchbase DCP Rollback and How QA Tests Them

Introduction   In this post I will describe how Couchbase QA team goes to great lengths to test Couchbase products, using DCP Rollbacks as an example, and first giving background on what DCP is and what a DCP rollback is....

Using Couchbase JDBC with Tibco BusinessWorks

Using Couchbase JDBC with Tibco BusinessWorks

Couchbase JDBC and Tibco ActiveMatrix Business Works 6.3 Summary Establish rapid application workflows with Tibco ActiveMatrix Business Works by using Couchbase Server third-party drivers provided by SimbaTechnologies and CData. Table of Contents Third Party Tools Query Data Integration Tibco Business Works Setup...

Moving from SQL Server to Couchbase Part 2: Data Migration

Moving from SQL Server to Couchbase Part 2: Data Migration

In this series of blog posts, I’m going to lay out the considerations when moving to a document database when you have a relational background. Specifically, Microsoft SQL Server as compared to Couchbase Server. In three parts, I’m going to...

Matthew Groves February 14, 2017
Start Couchbase Using Docker Compose

Start Couchbase Using Docker Compose

Couchbase Forums has a question Can’t use N1QL on docker-compose. This blog will show how to run Couchbase using Docker Compose and run a N1QL query. What is Docker Compose? Docker Compose allows you to define your multi-container application with all of...