Results for: Python

The Couchbase Sub-Document API for Go

The Couchbase Sub-Document API for Go

The Sub-Document API – go You’ve probably heard about the sub-document (subdoc) API available in couchbase 4.5. Mark Nunberg, one of the architects of the new API, has a great blog on the motivation and impetus behind extending the Memcached (key-value)...

Todd Greenstein May 6, 2016
Communicating with Couchbase via a Dockerfile Script and Docker

Communicating with Couchbase via a Dockerfile Script and Docker

I’ve been working on a project with my team that involves creating a selection of microservices. These microservices populate a Couchbase Server bucket with data on an interval of our choosing and operate via an AWS EC2 server. The problem...

Sub-documents: find and change only what you need

Sub-documents: find and change only what you need

What separates a document store from a key-value store? A document database can query and manipulate the contents of what it stores, whereas the value remains an opaque mystery to the key-value store. With Couchbase Server 4.5, we’ve introduced our...

Moving from MongoDB to Couchbase Server

Moving from MongoDB to Couchbase Server

Moving from MongoDB to Couchbase server This is a developer-focused guide to moving your application’s data store from MongoDB to Couchbase Server, following on from Laurent’s guide to making the move from PostgreSQL. While it doesn’t cover every corner-case, it...

Couchbase Server 2.0: Most Common Questions (and Answers)

Couchbase Server 2.0: Most Common Questions (and Answers)

I just finished up a nine-week technical webinar series highlighting the features of our upcoming release of Couchbase Server 2.0. It was such a blast interacting with the hundreds of participants, and I was blown away by the level of...

Perry Krug January 26, 2016
Couchbase and Apache CouchDB compared

Couchbase and Apache CouchDB compared

Despite similar names, Couchbase Server and Apache CouchDB are quite different systems.             Here’s a quick overview of how they differ and what they have in common. We're comparing Couchbase 4.1 and Apache CouchDB 1.6...

First steps with PouchDB & Sync Gateway

First steps with PouchDB & Sync Gateway

This week, PouchDB v3.4.0 was released with Couchbase Sync Gateway compatibility. In this post, we’ll take the existing TodoMVC example and add filtered sync using Facebook authentication. In addition to syncing between Web clients, we’ll change the data model slightly to...

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

Build A REST API using an ODM with Couchbase + Node.js + Express and Ottoman

Build A REST API using an ODM with Couchbase + Node.js + Express and Ottoman

Background Couchbase + Nodejs = Rapid Development Last year the owner of all things nodejs at Couchbase, Brett Lawson, debuted a preview of our upcomming ODM (Object Data Mapper) for Node.js referred to as “Ottoman.”  Since that time, it has...

Todd Greenstein November 11, 2015
Sync With Couchbase Using Only AngularJS And PouchDB

Sync With Couchbase Using Only AngularJS And PouchDB

There are many ways to use Couchbase in your web or mobile application through one of the various language SDKs. However, what if you were not using a backend language such as PHP or a mobile language such as Objective-C?...

Tutorial: Implement Android Push Notifications in your Couchbase Mobile app

Tutorial: Implement Android Push Notifications in your Couchbase Mobile app

When developing an application, it’s very helpful to use the push and pull replication in continuous mode. Everything is handled by the replicators to make sure your app and Sync Gateway always have the latest documents synced. However, a continuous...

What’s new in C SDK 2.4.7 – N1QL, Views, and more

What’s new in C SDK 2.4.7 – N1QL, Views, and more

Several years back, when designing the Perl client (before I was working for Couchbase), I wanted an efficient way to handle processing view results as they arrived from the network without having to wait for all the rows to arrive...