Thursday, August 03, 2017

N1QL: A Practical Guide

DZone Database Zone
N1QL: A Practical Guide

N1QL is designed to help developers easily develop applications to solve real world problems. Technically, N1QL is designed to give developers and enterprises an expressive, powerful, and complete language for querying, transforming, and manipulating JSON data. N1QL takes inspiration from SQL and extends SQL to handle flexible, nested structures of JSON.

This book is a compilation of DZone articles on NoSQL concepts, N1QL features, optimization techniques, tools and use cases, written by the Couchbase N1QL R&D team and solution team. This makes it a bit more practical for readers who enjoy reading by sub-topics.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...