Tag: Couchbase Server

Couchbase on the Pete on Software Podcast

Couchbase on the Pete on Software Podcast

I was invited back on the Pete on Software Podcast to talk about Couchbase. Pete is a an independent software developer/architect, and he also runs The Swift Ninja blog. Pete and I run into eachother occasionally here in Ohio, and...

December 29, 2016
Using cbimport to import Wikibase data to JSON documents

Using cbimport to import Wikibase data to JSON documents

I’m busy working on some SQL Server to Couchbase Server blog posts, but in the meantime, I’d thought I’d leave you a little chestnut of JSON goodness for the Christmas weekend. Wikibase has a huge database of information. All kinds...

December 22, 2016
Moving from MongoDB to Couchbase server (revisited)

Moving from MongoDB to Couchbase server (revisited)

Note: this blog post is a revist of Matthew Revell’s Moving from MongoDB to Couchbase Server This is a developer-focused guide to moving your application’s data store from MongoDB to Couchbase Server. If you’re interested in migrating from a relational...

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

December 8, 2016
Getting Comfortable with Couchbase Mobile: Couchbase Server via the Command Line

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

Introduction This will be the third post in a series about the Couchbase Mobile stack. You can find the first and second posts here and here, respectively. They cover installing Couchbase Server and some interesting bits of Couchbase Web Console. In this post we’ll talk about working with...

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

December 2, 2016
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...

November 29, 2016
Getting Comfortable with Couchbase Mobile: Couchbase Web Console

Getting Comfortable with Couchbase Mobile: Couchbase Web Console

Introduction This post marks the second in a series about the Couchbase Mobile stack. You can find the first post here. It covers installing Couchbase Server. In this post, we’ll examine part of the Couchbase Web Console (CWC). Background To get comfortable with the whole...

.NET Core with Visual Studio Code

.NET Core with Visual Studio Code

Jeff Morris already wrote a great blog post to introduce the Couchbase .NET Core SDK, which is now in developer preview. I’m going to show you some of the tooling that I’m using to write .NET Core on Windows: Visual...

November 18, 2016
.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...

November 16, 2016
Getting Comfortable with Couchbase Mobile: Installing Couchbase Server

Getting Comfortable with Couchbase Mobile: Installing Couchbase Server

Introduction The Couchbase Mobile stack comprises three components, Couchbase Server, Sync Gateway, and Couchbase Lite. To get comfortable with the whole stack, it’s great to install and run everything on your development machine. In this series of posts, I’ll walk through the steps get to...

Docker and ASP.NET Core with Couchbase Server

Docker and ASP.NET Core with Couchbase Server

In many of my blog posts and samples, I use a single Couchbase Server node. I do this because it’s easy, and much of what I demonstrate can be done with a single node. However, Couchbase Server is typically run...

November 14, 2016