Category: Node.js

TNDP Episode #16: The MEAN Stack for Application Development
TNDP Episode #16: The MEAN Stack for Application Development

In this episode of The NoSQL Database Podcast, I have special guest Jonathan Casarrubias on the show where we talk about the MEAN stack for development.

Migrate From MongoDB to Couchbase with N1QL
Migrate From MongoDB to Couchbase with N1QL

Learn how to take a Node.js application that uses MongoDB and the MongoDB Query Language and convert it to Couchbase with N1QL instead.

Graphql server with node and couchbase, ottoman and spatial view
Graphql server with node and couchbase, ottoman and spatial view

Learn how to perform a geographical query in our data with couchbase.and how we can avoid underfetching or overfetching using Graphql.

Migrate from MongoDB Mongoose to Couchbase with Ottoman
Migrate from MongoDB Mongoose to Couchbase with Ottoman

Learn how to migrate your Mongoose and MongoDB powered Node.js application to a faster and more scalable Ottoman and Couchbase powered solution.

SDK Features – New For Couchbase 4.6
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...

Data Structures: Native Collections New in Couchbase 4.6
Data Structures: Native Collections New in Couchbase 4.6

Data Structures in Couchbase 4.6 is our newest SDK feature. Easily map your client applications to your JSON data into language specific structures!

Develop a REST API with Couchbase Ottoman + Node.js + hapi.js
Develop a REST API with Couchbase Ottoman + Node.js + hapi.js

Learn how to develop a REST API using Node.js and Couchbase ODM Ottoman. See how to use hapi.js, which makes it easy to start and develop an API.

Bluebird Promises and Swagger in Node.js
Bluebird Promises and Swagger in Node.js

Recently I wrote about using Node.js with Swagger to build a simple listener for the Sync Gateway changes feed. In that version I did everything using synchronous calls. I’m working to build a more complete solution, so I decided to...

Using Node.js and Swagger to Monitor Document Changes in Couchbase Mobile
Using Node.js and Swagger to Monitor Document Changes in Couchbase Mobile

This article shows how to use the Swagger Node.js client. Learn how to build a super simple app that monitors changes in documents in Couchbase.

Video Tutorial for Creating a URL Shortener with Node.js and N1QL
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 gone ahead and created a video...

Using Couchbase Server and Couchbase Mobile in the Same Project with Node.js
Using Couchbase Server and Couchbase Mobile in the Same Project with Node.js

This post focuses on creation of a Node.js application that used both the Couchbase Server Node.js SDK and Couchbase Sync Gateway.

Create a URL Shortener using Ottoman ODM with Node.js and Couchbase
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 using Node.js and Express Framework. The...