Shyam Rajamannar, Senior Software Engineer | Couchbase Blog

Author

All posts by Shyam Rajamannar, Senior Software Engineer
Migrate From MongoDB to Couchbase in Minutes With the CLI and IDE Plugins
Migrate From MongoDB to Couchbase in Minutes With the CLI and IDE Plugins

Import your MongoDB data and indexes into Couchbase seamlessly with CLI and IDE plugins. We cover the easy processes based on your preferences here.

Couchbase’s Jetbrains Plugin: Leveling up the developer experience
Couchbase’s Jetbrains Plugin: Leveling up the developer experience

This new JetBrains plugin simplifies everyday tasks and significantly improves your daily productivity with Couchbase and Couchbase Capella development.

How we implemented Distributed Multi-document ACID Transactions in Couchbase
How we implemented Distributed Multi-document ACID Transactions in Couchbase

When you have strict data consistency requirements in your application there will be challenges faced by NoSQL and NewSQL databases with ACID Transactions.

How to Make Geospatial Polygon-Based Search on Couchbase
How to Make Geospatial Polygon-Based Search on Couchbase

What is geospatial polygon search? This article examines Polygon-based search in Couchbase, a feature that has been added since Couchbase 6.6.

How to Backup Couchbase: A Quick Start Guide
How to Backup Couchbase: A Quick Start Guide

Get an overview of how-to backup both Couchbase Community and Enterprise editions on Ubuntu and a basic Couchbase backup and restore strategy.

Running FTS Queries in N1QL
Running FTS Queries in N1QL

We already discussed how the Like % clause is potentially harmful for your application at scale, and why you should consider using Couchbase Full-Text Search instead. One thing we haven’t mentioned yet is why you might prefer Couchbase FTS over any...

Comparing Postgres JSONB With NoSQL
Comparing Postgres JSONB With NoSQL

Learn the different use cases for when to use Postgres 11 with JSONB and when to use a NoSQL database such as Couchbase. Start learning with Couchbase today.

Getting Rid of Sticky Sessions in Java | Couchbase Spring Session
Getting Rid of Sticky Sessions in Java | Couchbase Spring Session

Learn what is Sticky Sessions and how to get rid of it in Java. See how Couchbase is a solution for this. Also, check Couchbase Spring Session.

How to Boost Spring Data Performance
How to Boost Spring Data Performance

Spring Data provides an easy programming model for data access in both relational and non-relational databases. It became very popular among Java/JVM developers because of the small learning curve and low codebase. However, developers frequently run into performance issues while using...

How to log queries generated by Spring Data
How to log queries generated by Spring Data

When working with Spring Data using its standard DSL, the generated query is not very clear, which makes it more difficult to create the right index to it.

What Is Fuzzy Matching and How to Use It Correctly
What Is Fuzzy Matching and How to Use It Correctly

What is fuzzy matching? Learn different string-searching algorithms you can use and examples of how to overcome major side effect without losing relevance.

Spring Security & Dynamic Client Registration | OAuth Part 3
Spring Security & Dynamic Client Registration | OAuth Part 3

In this Couchbase blog page you will Learn how to implement a custom dynamic client registration using spring-security-oauth2. Get started today!