Tag: rest

Fullstack React and GraphQL : Couchbase

Fullstack React and GraphQL : Couchbase

First of three articles focused on building Fullstack with React and GraphQL with Express and Couchbase Server. Setting up a NoSQL Couchbase Server (Part 1) Building an Express-GraphQL API (Part 2) Create Apollo GraphQL Client in React (Part 3) Final...

Eric Bishard February 28, 2020
Test Couchbase Sync Gateway REST API interface using Postman

Test Couchbase Sync Gateway REST API interface using Postman

The Couchbase Sync Gateway is one of the core components of the Couchbase Mobile stack. At a high level, it is responsible for securely routing and syncing data between web and mobile clients and Couchbase server. It supports a REST...

Machine Learning with Couchbase and Nexosis

Machine Learning with Couchbase and Nexosis

Machine Learning is a tool that is helping developers and data scientists to accomplish all sorts of tasks: Classification – organize and tag data Regression – find relationships between data points Forecasting – use current data to predict the future...

Matthew Groves February 27, 2018
Powershell with the Couchbase REST API

Powershell with the Couchbase REST API

PowerShell is a scripting environment / command line that comes with Windows and is also available for Linux and within Azure. Maybe you’ve used Postman or Fiddler to make HTTP requests. Those are great, but not necessarily the right tools...

Matthew Groves September 14, 2017
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...