Category: Uncategorized

Using Role-Based Access Control in N1QL

Using Role-Based Access Control in N1QL

In Couchbase 4.5, data was secured bucket by bucket. Each bucket had a password, and in order to access a bucket through a N1QL query, the user had to include the bucket password with the query. Passwordless buckets were possible,...

October 23, 2017
Announcing Analytics Developer Preview 3

Announcing Analytics Developer Preview 3

Couchbase is excited to announce the availability of Couchbase Analytics Developer Preview 3 (DP3). Major Features: Rich query language: Couchbase Analytics supports SQL++, a next-generation declarative query language that has much in common with SQL. However, SQL++ includes extensions appropriate...

On the road with Couchbase Developer Advocacy

On the road with Couchbase Developer Advocacy

It’s that time of year again when the Developer Advocacy team is getting prepped and ready for conference season! We look forward to meeting you and these events and getting to know our community more intimately. Check out the listings...

Oracle Date Format: N1QL and Support for Date-Time Functions

Oracle Date Format: N1QL and Support for Date-Time Functions

Date and Time functions and formats can vary for different databases. In this article, we shall compare Couchbase ISO-based Date-Time functions with Oracle Date format. Date formats vary between relational and NoSQL database due to the nature of NoSQL JSON...

September 22, 2017
Is digital innovation facing a data dilemma? Part Three: Consequences and how to avoid becoming a victim of the digital revolution

Is digital innovation facing a data dilemma? Part Three: Consequences and how to avoid becoming a victim of the digital revolution

So far in our look at Couchbase’s Data Dilemma research we’ve seen that enterprises are under pressure to create new experiences that help them engage with customers, and that legacy databases are a serious hindrance to realising these ambitions. Assuming...

September 7, 2017
Get to know our Couchbase Community Meet –Ratnopam Chakrabarti

Get to know our Couchbase Community Meet –Ratnopam Chakrabarti

Ratnopam Chakrabarti hails from Plano, Texas and is an AWS Certified Solution Architect at Ericsson. He has been actively involved in contributing to our our Community writing program sharing off his expertise on Couchbas

Momentum in May: A Quick Glance in the Rearview Mirror

Momentum in May: A Quick Glance in the Rearview Mirror

I must say it’s been quite an exciting ride since I joined Couchbase in April.  As a company, we are very proud of the innovation we are driving for our customers, and the significant impact our technology is having on...

The Fastest Way to Identify PII Stored in your Database: A Simple Example Using N1QL, Nodejs and Docker

The Fastest Way to Identify PII Stored in your Database: A Simple Example Using N1QL, Nodejs and Docker

A frequent request from customers is a way to identify PII within their databases.   I thought I’d show a brief example how this can be done. User Story: “I want to identify unencrypted credit card numbers and social security numbers...

June 1, 2017
Data Synchronization Across iOS Devices Using Couchbase Mobile

Data Synchronization Across iOS Devices Using Couchbase Mobile

This post looks at how you get started with data replication/synchronization across iOS devices using Couchbase Mobile. The Couchbase Mobile Stack comprises of Couchbase Server, Sync Gateway and Couchbase Lite embedded NoSQL Database. In an earlier post, we discussed how...

Querying Couchbase Sync Gateway using Postman

Querying Couchbase Sync Gateway using Postman

This post discusses a convenient way to query, explore and test the REST API exposed by the Couchbase Mobile Sync Gateway using the Postman Chrome Developer tool. Sync Gateway exposes a REST, Batch & Stream interface that allows clients interact with...

Connect New York Sponsorships Now Available!

Connect New York Sponsorships Now Available!

I’m fairly new to Couchbase, and am thrilled to be heading up Partner Marketing and Development. It’s a fantastic time to partner with us, as there are may opportunities to work together to share technologies and to address new markets....

Timestamp-based conflict resolution in XDCR – a QE’s perspective

Timestamp-based conflict resolution in XDCR – a QE’s perspective

Introduction Cross Datacenter Replication (XDCR)  is an important core feature of Couchbase that helps users in disaster recovery and data locality. Conflict resolution is an inevitable challenge faced by XDCR when a document is modified in two different locations before...