Category: Application Design

Create a User Profile Store with Node.js and a NoSQL Database
There are many use-cases for NoSQL databases, one that I encounter frequently is creating a user profile store and session. This use-case lends itself to a NoSQL database. Profiles often need to be flexible and accept data changes. While possible...

Deploy a PHP with Couchbase Application as Docker Containers
Earlier in the year I wrote about containerizing applications written in various development technologies that communicate with Couchbase Server. For example, I had written about deploying a Golang application with Docker, a Java application with Docker, and a Node.js application...

Persist and Abstract Data in a Nativescript Typescript Application
Couchbase is a great tool to persist data inside our app. If you haven’t heard of it, it’s a document object storage that allows you to save your data. If you are using NativeScript-Angular, there are already some great tutorials...

Sample Application with Spring and Angular: GitTalent
One of the first big projects I was involved in after I started at Couchbase last year was helping to create a sample application that would be demonstrated at Couchbase Connect. Sample application It was an enormous team effort to...

Building Applications with Node.js, Angular, and Couchbase (video)
Couchbase holds regular Meetups in our Mountain View office and elsewhere. During our February 2nd, 2017 Meetup, Nic Raboy gave a hands-on demonstration of building an application using Node.js, Angular, and Couchbase. Watch the video here and check out the...

N1QL: A Practical Guide
N1QL is designed to help developers easily develop applications to solve real-world problems. Technically, N1QL is designed to give developers and enterprises an expressive, powerful, and complete language for querying, transforming, and manipulating JSON data. N1QL takes inspiration from SQL...

Service Discovery with Java and Database application in Kubernetes
This blog will show how a simple Java application can talk to a database using service discovery in Kubernetes. Service Discovery with Java and Database application in DC/OS explains why service discovery is an important aspect for a multi-container application. That...

Moving from SQL Server to Couchbase Part 3: App Migration
Moving from SQL Server to Couchbase Part 3: App Migration In this series of blog posts, I’m going to lay out the considerations when moving to a document database when you have a relational background. Specifically, Microsoft SQL Server as...

Service Discovery With Java and Database Application in DC/OS
This blog will show how a simple Java application can talk to a database or database as a service (DBaaS) using service discovery in DC/OS. Why Service Discovery? An application typically consist of multiple components such as an application server, a database, a...

NoSQL Simplifies Database DevOps
Does your organization want to simplify Database DevOps? Is your database becoming a bottleneck to innovate rapidly? Do you want to save millions of $$ in database licensing cost? Read on! State of Database DevOps State of Database DevOps is a survey...

SDK Features – New For Couchbase 4.6
Along with this week’s Couchbase Server 4.6 release we have a super packed release with several new SDK features to help you streamline development. From efficiently managed Data Structures to the latest support for .NET Core, it is time to update to...