Results for: bug bash

PHP SDK 2.2.0: An Example with Full-Text Search

PHP SDK 2.2.0: An Example with Full-Text Search

Today I’d like to announce the PHP SDK 2.0.0 GA, which brings a couple of new fetures along with more fixes and improvements. In this blog post I will demonstrate one of them (for a full list of changes refer...

Multi-Node Full Text Search in Couchbase 4.5 Beta

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...

PHP SDK 2.2.0 Beta3: Examples with Sub-Document and Index Management

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...

Simple and Automated Couchbase Cluster Deployment on Azure

Simple and Automated Couchbase Cluster Deployment on Azure

Building demos, experimenting with prototypes, daily builds, bug verifications, whitebox, blackbox, fuzz, performance, scale and stress testing… I create and destroy quite a few Couchbase Server clusters every day. My go-to cloud these days is Azure, for these experimentations. For...

Kafka and Couchbase: Up and Running with the Sample Kafka Consumer in 10 Minutes

Kafka and Couchbase: Up and Running with the Sample Kafka Consumer in 10 Minutes

Intro Couchbase Kafka Connector 1.2.0 just shipped. Along with the various bug fixes, there is new sample code for a Kafka consumer in addition to the Kafka producer that was previously available. To quickly review the terms: A Kafka producer...

Getting Started with React Native Android and Couchbase Lite

Getting Started with React Native Android and Couchbase Lite

React Native enables you to build Android applications that look and feel native with only JavaScript. In this instance, React Native takes care of managing UI state and synchronizing it with the models. And luckily for us, we can use...

Adding Google Sign-In with Node.js to a Couchbase Mobile application

Adding Google Sign-In with Node.js to a Couchbase Mobile application

Using OAuth APIs provided by 3rd party applications such as Google+ to login in your mobile app can provide a delightful first time experience to users. They can login with an account that they already know and trust and populate...

Using Couchbase in Your Ionic Framework Application Part 2

Using Couchbase in Your Ionic Framework Application Part 2

Previously in part one of this series regarding Ionic Framework and Couchbase, I wrote about using Couchbase Lite to do local CRUD (Create, Retrieve, Update, Delete) operations in a todo list example. This time around we’re going to take it...

Cross Platform Storage and Sync with Ionic Framework, Couchbase, and PouchDB

Cross Platform Storage and Sync with Ionic Framework, Couchbase, and PouchDB

Ionic Framework is still one of the leaders in hybrid mobile application development. It allows you to create Android and iOS applications using only HTML, JavaScript, and CSS. Previously I wrote about how to use Couchbase in an Ionic Framework...

Using Couchbase in Your Ionic Framework Application Part 1

Using Couchbase in Your Ionic Framework Application Part 1

Ionic Framework has recently become one of the hottest mobile frameworks around. It makes it incredibly easy to write great user interfaces for mobile applications. However, part of the challenge is also managing data, fetching from the back-end server and...

PHP SDK 2.0.0 Beta

PHP SDK 2.0.0 Beta

I am pleased to announce the beta release of the new PHP SDK.  This release includes a few minor interface changes from the previous release (developer preview 2), as well as the addition of a more comprehensive management interface. Documentation...

PHP SDK 2.0.0 Beta 2

PHP SDK 2.0.0 Beta 2

I am pleased to announce the next beta release of our new PHP SDK.  This release primarily consists of minor bug fixes in addition to initial support for cross-sdk data types. Documentation The documentation describing the full API is available...