Isha Kandaswamy | Couchbase Blog

Author

All posts by Isha Kandaswamy

Isha Kandaswamy is a Senior Software Engineer at Couchbase. Isha is responsible for the development of designing the different features and tools for the N1QL Query Language -SQL for Json. Also, Designing and implementing features and tools for the N1QL query language.

Level Up Your Data Visualization with Charts in Couchbase 7.0.2
Level Up Your Data Visualization with Charts in Couchbase 7.0.2

Visualize your data with ease by using the new Charts feature in Couchbase Query Workbench 7.0.2 with options for scatter, line, area, bar and pie charts.

Using libcouchbase / C SDK to run transactions with Couchbase 7.0
Using libcouchbase / C SDK to run transactions with Couchbase 7.0

Couchbase Server 7.0 now supports N1QL transactions. Let’s try writing a C program that performs a set of transactions on a single node. Step 1: We first decide how to call the program. The inputs will be the URL to...

Alternate Address & Port Support for Couchbase/N1QL Clusters
Alternate Address & Port Support for Couchbase/N1QL Clusters

To connect to Couchbase deployments on cloud (AWS, Azure or GCP) or Kubernetes, Couchbase supports multi-addresses in the form of alternate addresses.

Couchbase Support for Node-to-node Encryption
Couchbase Support for Node-to-node Encryption

Couchbase supports node-to-node encryption or Cluster encryption by adding TLS based encryption to the connections between the nodes within a Couchbase cluster. When customers using Couchbase require us to comply with privacy regulations such as HIPAA (financial or healthcare customers...

Authentication Using Server-Side X.509 Certificates And N1QL
Authentication Using Server-Side X.509 Certificates And N1QL

Learn how to setup X509 certificates on Couchbase Server and use them with the N1QL query and CBQ shell for authentication and authorization.

CURL Comes to N1QL: Querying External JSON Data
CURL Comes to N1QL: Querying External JSON Data

Check out the examples which show using the CURL function, N1QL users can now interact with any external API’s that return results in JSON format.