Tag: REST API

Build a REST-Based Application with Node.js, Express and Couchbase
Build a REST-Based Application with Node.js, Express and Couchbase

Visit this post for best practices on how to build a minimal REST-based application for retrieving documents from Couchbase using Node.js and Express.

Your Guide to User-Defined Functions in Couchbase Analytics
Your Guide to User-Defined Functions in Couchbase Analytics

Simplify your SQL++ for JSON queries and learn how to harness the power (and precision) of user-defined functions in Couchbase Analytics in this walkthrough example.

The N1QL Query Language Now Supports Distributed ACID Transactions
The N1QL Query Language Now Supports Distributed ACID Transactions

Learn how to execute distributed ACID transactions in Couchbase with familiar SQL syntax using the latest capabilities of the N1QL query language.

Fullstack React and GraphQL : Couchbase
Fullstack React and GraphQL : Couchbase

Let’s build a Fullstack React application using GraphQL application. We do expect some familiarity with JavaScript, React, GraphQL concepts, and NoSQL.

Test Couchbase Sync Gateway REST API interface using Postman
Test Couchbase Sync Gateway REST API interface using Postman

There have been substantial improvements to the Sync Gateway Postman Collections. Test Couchbase Sync Gateway REST API interface using Postman here.

Machine Learning with Couchbase and Nexosis
Machine Learning with Couchbase and Nexosis

Machine Learning APIs from Nexosis can be used from Couchbase using the CURL function in N1QL. In this post, machine learning classifies Amazon reviews.

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.

Managing REST APIs with Swagger (video)
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 Swagger donated the spec to the...

Querying Couchbase Sync Gateway using Postman
Querying Couchbase Sync Gateway using Postman

Post discusses a convenient way to query, explore and test the REST API exposed by the Couchbase Sync Gateway using the Postman Chrome Developer tool

A CRUD REST API with Couchbase, RxJava and Ratpack
A CRUD REST API with Couchbase, RxJava and Ratpack

In my two previous blog posts I have introduced Ratpack and the lightweight ODM layer available in our Java SDK. This post will build up on them and showcase a REST API to manage users through the Couchbase repository. I...