Late in 2015, there were three new or updated books published about Couchbase that you need. The first is Pro Couchbase Server 2nd ed. by Couchbase's own David Ostrovsky and Mohammed Haji, as well as Yaniv Rodenski. It is 349 pages of pure goodness. Published by...
This blog was originally posted on David Ostrovsky's personal blog. To see to original blog post, click here. TL;DR: SELECT myBucket.* FROM myBucket A change in the way N1QL returns results for star queries in Couchbase Server 4.1 seems to have...
Learn what schemaless databases are & how they revolutionize data design by eliminating rigid structures. Discover their meaning, design strategies, & more.
Recently, we published a series of articles on the topic of using Couchbase Lite in a React Native application. In this tutorial, you’ll take it one step further and use the recommended Couchbase Lite Module for React Native (available as...
Last month Couchbase Chennai had its first meetup with great success! They had a series of talks and welcomed its new community members! Â Fortunately for us they recorded them for us to share with the Couchbase Community! Â An Introduction...
SQL has been around for a loooooong time. It is very intuitive and efficient way to process structured data and has been the choice for databases for many years. With the world of BIG DATA however, data has velocity, variety...
In my posts on key-value data modelling with Couchbase, the main concerns were: *Â when to embed data and when to refer *Â building secondary indexes *Â key design. In a N1QL world, we’re still thinking about similar things and in this post...
We're kicking off the 2016 Couchbase meet-up calendar in London with a hands-on N1QL workshop! Come and join us on January 20th at the Couchbase London office, in Shoreditch, to learn: the fundamentals of N1QL: what you can do and why how N1QL...
From a developer perspective, it is easy and convenient to store files in a database. But the best database for storing images might not be a database all.
I recently started playing around with Jelastic. They provide Platform-as-Infrastructure. It's a PaaS + IaaS platform. They recently released a new version named Joker (for Jelastic + Docker). And one of their particularities is to offer easy horizontal AND vertical...
What are covering indexes? In the relational/SQL world you can save query time by the judicious use of indexes: if you have an index on each column that your query touches then your DBMS can return the results without diving into...
Learn how Couchbase Mobile technology allows for the asynchronous event booking feature to happen through the use of Couchbase Sync Gateway.