Tag: data
Simplify Your NoSQL Cluster by Moving From MongoDB Sharding to Couchbase Containers
When I’m out at events and talking to NoSQL users and advocates, I often hear stories on why people have decided to start using Couchbase after having come from MongoDB. Take, for example, an interview I did with Tom Coates...
Import Your MongoDB Collection Data into Couchbase Server with Golang
If you’ve been keeping up, you’ll remember I wrote a few tutorials around converting your MongoDB powered Node.js applications to Couchbase. These included a MongoDB Query Language to N1QL tutorial as well as a Mongoose to Ottoman tutorial. These were...
Working with Arrays in Couchbase with N1QL – Video Tutorial
In a recent article, I wrote about flattening and querying arrays in Couchbase using N1QL. That article was inspired by a popular question in the Couchbase Forums. After publishing the article, I felt a write-up alone couldn’t do it justice...
Flattening and Querying NoSQL Array Data With Couchbase N1QL
I was browsing the Couchbase forums and I came across a question regarding queries against array data in Couchbase. Coming from a relational database, I too once struggled to grasp the concept of querying complex formatted JSON data with SQL....