Category: SQL++ / N1QL Query

Using Couchbase JDBC with Tibco BusinessWorks
Using Couchbase JDBC with Tibco BusinessWorks

Couchbase JDBC and Tibco ActiveMatrix Business Works 6.3 Summary Establish rapid application workflows with Tibco ActiveMatrix Business Works by using Couchbase Server third-party drivers provided by SimbaTechnologies and CData. Table of Contents Third Party Tools Query Data Integration Tibco Business Works Setup...

Moving from SQL Server to Couchbase Part 2: Data Migration
Moving from SQL Server to Couchbase Part 2: Data Migration

In this blog post series, I'm laying out the considerations when moving from Microsoft SQL Server to Couchbase Server. This post is about data migration.

Couchbase Developer Release – Put some cURL in your N1QL
Couchbase Developer Release – Put some cURL in your N1QL

What is cURL? Ever heard of cURL? It’s a famous command line tool for sending/receiving data using URL syntax, says wikipedia here. Let’s start with an example related to Couchbase. The N1QL query service is available through a REST API....

Couchbase and the Document-Oriented NoSQL Database
Couchbase and the Document-Oriented NoSQL Database

The blog covers why Couchbase is a perfect NoSQL database and some concerns on what makes Couchbase such a great option in the NoSQL space.

Moving from SQL Server to Couchbase Part 1: Data Modeling
Moving from SQL Server to Couchbase Part 1: Data Modeling

This post explains how to move a document database when you have a relational background. Specifically, Microsoft SQL Server compared to Couchbase Server.

Analyze Donald Trump Tweets with Couchbase and N1QL
Analyze Donald Trump Tweets with Couchbase and N1QL

This blog is inspired by SQL on Twitter: Analysis Made Easy Using N1QL blog by Donald Trump, will show how these tweets can be analyzed using N1QL.

Using N1QL Subquery Expressions to Query Over Nested Couchbase Documents
Using N1QL Subquery Expressions to Query Over Nested Couchbase Documents

Couchbase Server 5.0 brings subquery expressions, where N1QL subqueries can be used in generic expressions. See what it means for a nested document means.

Taxi Ride Analysis – Native Analytics on Couchbase with Cloud9 Charts
Taxi Ride Analysis – Native Analytics on Couchbase with Cloud9 Charts

Learn using Cloud9 Charts how you can leverage N1QL natively to derive immediate, actionable insights that can be shared and embedded in a jiffy.

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

New to NoSQL?  Meet N1QL!
New to NoSQL? Meet N1QL!

A few years ago NoSQL might have sounded like a alien monster, but given the advances in the technology and how modern web and mobile applications are storing and accessing data, it is and has become a critical part of...

Querying for Couchbase Documents in a NativeScript Angular Mobile Application
Querying for Couchbase Documents in a NativeScript Angular Mobile Application

Learn how to take your key-value NativeScript with Couchbase application by adding MapReduce view queries for querying data based on document properties.

Using Couchbase in a Golang Websocket Chat Application
Using Couchbase in a Golang Websocket Chat Application

Not too long ago I wrote about creating a chat application that used Angular 2 for the front-end and Golang for the back-end. The message communication between the two was possible because of websockets. In this example, any number of...