Tag: API

Create a RESTful API with Node.js, Hapi, and Couchbase NoSQL
Create a RESTful API with Node.js, Hapi, and Couchbase NoSQL

Learn how to create a RESTful API with Couchbase NoSQL, N1QL, and the efficient Hapi framework for Node.js

Powershell with the Couchbase REST API
Powershell with the Couchbase REST API

Use PowerShell to interact with the Couchbase Server REST API. You can use Invoke-WebRequest like curl to make HTTP requests.

Developing a User Profile Store with Golang and a NoSQL Database
Developing a User Profile Store with Golang and a NoSQL Database

This Couchbase post shows how to develop a user profile store with Golang and Couchbase Server acting as a modular replacement to the Node.js alternative.

Music City Code Workshop on Full Stack JavaScript Development Available
Music City Code Workshop on Full Stack JavaScript Development Available

Obtain the workshop material used at Music City Code 2017 in Nashville for the workshop Full Stack Development with Node.js, Angular, NativeScript and NoSQL

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.

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.

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.

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.

Developing an API with Golang using Couchbase NoSQL and N1QL
Developing an API with Golang using Couchbase NoSQL and N1QL

Have you ever wanted to create a RESTful API with Golang, but didn’t know where to start?  What do you do about URL routing, data modeling, or even the data layer in general? In this start to finish video tutorial,...

Developing an API with Node.js using Couchbase NoSQL and Ottoman
Developing an API with Node.js using Couchbase NoSQL and Ottoman

Not too long ago I released a lengthy tutorial video on the topic of creating an API with Node.js and Couchbase that used N1QL for querying.  However, that is only one of several ways to get the job done.  If...

Developing an API with Node.js using Couchbase NoSQL and N1QL
Developing an API with Node.js using Couchbase NoSQL and N1QL

See how to start a new Node.js app, develop RESTful API performing CRUD operations, use SQL-like N1QL queries to interact with NoSQL Couchbase data.

Making a Game API Server Using Node.js: Revisited
Making a Game API Server Using Node.js: Revisited

This article explains development of the latest Node.js game server and Express Framework standards as well as the latest Node.js SDK version of Couchbase.