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.

Prometheus Monitoring of Couchbase Mobile Kubernetes Cluster
Prometheus Monitoring of Couchbase Mobile Kubernetes Cluster

Follow this step-by-step guide to set up Prometheus for monitoring your Couchbase Sync Gateway / Mobile clusters when deployed on Kubernetes containers.

Couchbase Mobile 2.5 Released
Couchbase Mobile 2.5 Released

Couchbase Mobile 2.5 brings a plethora of new features, making it easy to develop mobile apps with secure embedded storage and advanced sync capabilities

Deploy Couchbase Sync Gateway Clusters on Kubernetes
Deploy Couchbase Sync Gateway Clusters on Kubernetes

This post discusses on the deployment and management of Couchbase Mobile Sync Gateway clusters using Kubernetes. Check out the tutorial mentioned in post.

Background data sync with Couchbase Mobile on iOS: Tutorial
Background data sync with Couchbase Mobile on iOS: Tutorial

This simple tutorial discusses how you can use iOS Background App Refresh capability to sync data using Couchbase Mobile when your app is in the background.

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”.