Category: Couchbase Server

Provisioning a Couchbase Server Instance with the Command Line
Provisioning a Couchbase Server Instance with the Command Line

Learn how to configure a Couchbase Server cluster with the command line and the RESTful API endpoints, how it is useful for managing servers via script.

Moving from MongoDB to Couchbase server (revisited)
Moving from MongoDB to Couchbase server (revisited)

This post will guide you how to move your application’s data store from MongoDB to Couchbase Server. Also see difference between MongoDB vs Couchbase.

Using the N1QL RETURNING keyword from .NET Core
Using the N1QL RETURNING keyword from .NET Core

I’ve recently learned about the RETURNING keyword in N1QL. When you add it to end of a N1QL query, that query will return the result set that was operated on. For instance, if you use an UPDATE, and that query...

Getting Comfortable with Couchbase Mobile: Couchbase Server via the Command Line
Getting Comfortable with Couchbase Mobile: Couchbase Server via the Command Line

This post belongs to a series about the "Couchbase Mobile stack". In this post we’ll talk about working with Couchbase Server from the command line.

Connect 2016 Developer Workshop
Connect 2016 Developer Workshop

For the first day of Couchbase Connect 2016, I created a full-day developer’s workshop (with the help of our great SDK team, of course). It was great meeting some of our customers and helping people get up to speed with...

ELT processing with Couchbase and N1QL
ELT processing with Couchbase and N1QL

Moving data between data sources. This is one of the key activities in data integration projects. Traditionally, techniques around data movement has been part of Data Warehouse, BI and analytics. More recently Big Data, Data Lakes, Hadoop, are frequent players...

Houston User Group Visits – October 2016 (Videos)
Houston User Group Visits – October 2016 (Videos)

I spent nearly a week in Texas, visiting four user groups and talking about Couchbase as much as possible. The second two days of the week I spent in Houston. Here are the videos: Houston.js Group – I Have a...

Austin User Group Visits – October 2016 (Videos)
Austin User Group Visits – October 2016 (Videos)

I spent nearly a week in Texas, visiting four user groups and talking about Couchbase as much as possible. The first two days of the week I spent in Austin. Here are the videos: Austin .NET User Group – Full...

Getting Comfortable with Couchbase Mobile: Couchbase Web Console
Getting Comfortable with Couchbase Mobile: Couchbase Web Console

This post belongs to Couchbase Mobile stack. It covers installing Couchbase Server and also a part of Couchbase Web Console (CWC).

Storing Password Data Safely with Node.js and Bcrypt
Storing Password Data Safely with Node.js and Bcrypt

When developing a web application there is often a need to store password data in your database.  For example, what if you have users and you don’t want to use OpenID or similar for account management? When storing password data,...

.NET Core with Visual Studio Code
.NET Core with Visual Studio Code

Find out how to use some of the tooling that Couchbase is using to write .NET Core on Windows: Visual Studio Code with NuGet and other extensions.

.NET and Couchbase – October 2016, New York Code Camp (video)
.NET and Couchbase – October 2016, New York Code Camp (video)

I was a speaker at the Code Camp NYC conference on October 8, 2016. My topic was Full Stack Development with .NET and NoSQL. The organizers and venue allowed me to record the session, and so I’ve posted it on...