Priya Rajagopal, Senior Director, Product Management | Couchbase Blog

Author

All posts by Priya Rajagopal, Senior Director, Product Management

Priya Rajagopal is a Senior Director of Product Management at Couchbase responsible for developer platforms for the cloud and the edge. She has been professionally developing software for over 20 years in several technical and product leadership positions, with 10+ years focused on mobile technologies. As a TISPAN IPTV standards delegate, she was a key contributor to the IPTV standards specifications. She has 22 patents in the areas of networking and platform security.

Using Couchbase Lite for Data Storage With Cordova Plugin
Using Couchbase Lite for Data Storage With Cordova Plugin

This tutorial will walk you through how you can build a Cordova plugin that allows you to use Couchbase Lite as embedded data store.

Tutorial on Using Couchbase Lite for data storage in React Native Apps
Tutorial on Using Couchbase Lite for data storage in React Native Apps

Couchbase Lite is an embedded NoSQL database for iOS, Android and .Net platforms. Tutorials will walk you through the steps on how you can use React Native Modules to interface with Couchbase Lite 2.x  from within your React Native app.

Announcing General Availability of Couchbase Mobile 2.1
Announcing General Availability of Couchbase Mobile 2.1

Today, we are announcing the general availability of Couchbase Mobile 2.1.With Couchbase 2.1, we continue to innovate and bolster our platform with security, performance and high availability enhancements to meet the demands of business critical applications.

Tutorial: RecyclerView with Couchbase Lite as Data Source in Android
Tutorial: RecyclerView with Couchbase Lite as Data Source in Android

The RecyclerView widget is a popular option on Android for displaying dynamic data collections. This tutorial discusses the fundamentals of using Couchbase Lite , an embedded NoSQL database as a data source for your RecyclerView.

Tutorial: Using the Query API With Couchbase Lite, iOS
Tutorial: Using the Query API With Couchbase Lite, iOS

This tutorial demonstrates the use of SQL-like Query API in Couchbase Lite 2.0 using a prebuilt Database bundled with your iOS Swift App.

Xcode Playground for Exploring Query API in Couchbase Lite 2.0
Xcode Playground for Exploring Query API in Couchbase Lite 2.0

This post is a step-by-step guide to using Xcode Playground to test and explore the Query API in Couchbase Mobile 2.0. Given the unified nature of the QueryBuilder API you should be able to easily translate the swift queries to any of the other platform languages supported in Couchbase Lite

Document Conflicts & Resolution in Couchbase Mobile 2.0
Document Conflicts & Resolution in Couchbase Mobile 2.0

This post discusses the fundamentals of how document conflicts are handled in Couchbase Mobile 2.0 using “automatic conflict resolution”.

Test Couchbase Sync Gateway REST API interface using Postman
Test Couchbase Sync Gateway REST API interface using Postman

There have been substantial improvements to the Sync Gateway Postman Collections. Test Couchbase Sync Gateway REST API interface using Postman here.

Introducing JOIN Queries in Couchbase Mobile
Introducing JOIN Queries in Couchbase Mobile

This post discusses how you can JOIN JSON documents in Couchbase Mobile. This capability allows you to combine the contents of multiple JSON documents.

Introducing Full Text Search (FTS) in Couchbase Mobile 2.0
Introducing Full Text Search (FTS) in Couchbase Mobile 2.0

Couchbase Mobile 2.0 brings us powerful Full text Search (FTS) capabilities of your JSON Documents. This post walks you through several use cases.