Tag: join

Data Relationships – GraphQL & NoSQL in a Golang Application

Data Relationships – GraphQL & NoSQL in a Golang Application

By now I’m hoping that you’ve had a chance to look at my previous tutorial titled, Using GraphQL with Golang and a NoSQL Database, which is more or less a quick start for using GraphQL with Couchbase. There, we saw how...

Introducing JOIN Queries in Couchbase Mobile

Introducing JOIN Queries in Couchbase Mobile

Couchbase Lite 2.0 supports the ability to perform JOINS across your JSON documents . This is part of the new Query interface based on N1QL, Couchbase’s declarative query language that extends SQL for JSON. If you are familiar with SQL,...

Joining NoSQL Data: MongoDB Query Language vs Couchbase N1QL

Joining NoSQL Data: MongoDB Query Language vs Couchbase N1QL

One of the most frequent questions I receive when it comes to NoSQL is on the subject of joining data from multiple documents into a single query result. While this question is brought up more frequently from RDBMS developers, I...