Tag: restful

Create a GraphQL-Powered API with PHP and NoSQL
Create a GraphQL-Powered API with PHP and NoSQL

Need to create a new project with GraphQL and Couchbase Dependencies for PHP. Use an API with GraphQL and PHP using Couchbase NoSQL as the data layer.

Going Full Stack with Node.js, Vue.js, and Couchbase NoSQL
Going Full Stack with Node.js, Vue.js, and Couchbase NoSQL

Learn how to create a full stack application with Couchbase as the NoSQL database, Node.js and Hapi for backend, and Vue.js for the frontend.

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

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.

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.

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