Categoria: Best Practices and Tutorials
-

Managing REST APIs with Swagger (video)
Couchbase incorporated Swagger into our documentation a few months ago. “Swagger” refers to an ecosystem of tools and other resources for managing REST APIs. Core to Swagger is the Swagger specification. (The group behind…
-

Import Your MongoDB Collection Data into Couchbase Server with Golang
If you’ve been keeping up, you’ll remember I wrote a few tutorials around converting your MongoDB powered Node.js applications to Couchbase. These included a MongoDB Query Language to N1QL tutorial as well as a…
-

Codenvy, Eclipse Che, Docker, and Couchbase: Coding in the Cloud at Devoxx US
This week Couchbase was at Devoxx US. Devoxx is a hugely influential conference series, well known in Europe. This was the first one to take place in the United States. While I was there…
-

NDP Episode #15: Cassandra and the Tabular Database
I am pleased to announce that the latest episode of The NoSQL Database Podcast titled, Cassandra and the Tabular Database, has been published to all the major podcasting networks. In this episode, special guest speaker…
-

Workshop Content for Full-Stack Java and NoSQL Development Now Available
About a week ago I was at DevNexus 2017 in Atlanta, Georgia, giving a workshop on creating full stack applications using a variety of technologies such as Java, Angular, Docker, Couchbase, and JavaFX. Everyone…
-

Microsoft Azure and Couchbase Hands on Lab (Detroit)
Microsoft Azure and Couchbase are presenting a free hands-on lab “Lunch & Learn” on using NoSQL with Docker Containers. Sign up today to reserve your seat. Event details On Wednesday March 8th, Microsoft and…
-

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

Getting Started with Oracle Container Cloud Service
Oracle Container Cloud Service is Oracle’s entry into the world of managed container service. There are plenty of existing options: This blog will explain how to get started with Oracle Container Cloud Service. A comparison…
-

Video Tutorial for Creating a URL Shortener with Node.js and N1QL
Not too long ago I wrote a lengthy tutorial on how to use Node.js and Couchbase to create a URL shortener. This tutorial used N1QL for querying the data. To compliment that writeup I’ve…
-

Querying for Couchbase Documents in a NativeScript Angular Mobile Application
I recently wrote about using Couchbase as a key-value store in a NativeScript iOS and Android application built with Angular. In this example we saw how to collect user profile information to be saved…
-

Docker 1.10, Machine 0.6.0, Compose 1.6.0 – better volumes and networking
Docker 1.10 is now released! Read about all the new features in Docker 1.10. A quick summary: Read Docker 1.10 release notes. Lets look at some of the key components. Docker Machine 0.6.0 Docker Machine…
-

Create a URL Shortener using Ottoman ODM with Node.js and Couchbase
Not too long ago I wrote about creating a URL shortener with Node.js and Couchbase N1QL. If you haven’t already seen it, the article is a great introduction to Couchbase and creating RESTful APIs…