Category: Best Practices and Tutorials

Certifications That Matter: How Couchbase Academy Elevates Your Database Career
What are database certifications? Certifications are opportunities. They give YOU, a knowledgeable, adept, and forward-thinking Database professional, ammunition to kickstart YOUR personal brand. Earning certifications allows you to take what you know and share it with the rest of the...

A Tool to Ease Your Transition From Oracle PL/SQL to Couchbase JavaScript UDF
What is PL/SQL? PL/SQL is a procedural language designed specifically to embrace SQL statements within its syntax. It includes procedural language elements such as conditions and loops, and can handle exceptions (run-time errors). PL/SQL is native to Oracle databases, and...

Integrate Groq’s Fast LLM Inferencing With Couchbase Vector Search
With so many LLMs coming out, a lot of companies are focusing on enhancing the inference speeds for large language models with specialized hardware and optimizations to be able to scale the inference capabilities of these models. One such company...

Capella Model Service: Secure, Scalable, and OpenAI-Compatible
Couchbase Capella has launched a Private Preview for AI services! Check out this blog for an overview of how these services simplify the process of building cloud-native, scalable AI applications and AI agents. In this blog, we’ll explore the Model...

What is Semantic Search? The Definitive Guide
What is semantic search? Semantic search is an advanced technique that focuses on understanding the intent and contextual meaning of queries rather than just matching keywords. By using natural language processing (NLP), machine learning, and knowledge graphs, it interprets relationships...

Synthetic Data Generation with Capella DataStudio
If you’re a developer working with Couchbase or Capella, you’ll want to know about Capella DataStudio. It’s a free, community-supported tool with a slick, single-pane-of-glass UI for managing Capella Operational, Capella Columnar, and Couchbase Server Clusters. Not only does it...

Graph Time Series Data From the Comfort of Your Terminal
If you have been following the earlier posts on the Couchbase blog, you have seen content about Couchbase Shell latest release. I am trying different things and today I wanted to see what I could do with time series datasets....

Adding External RBAC to Couchbase Data Using Permit.io
As web applications grow in complexity, ensuring that only the right users have access to your Couchbase data is essential. Without a well-defined access control system, unauthorized users may access sensitive information or perform harmful actions. Integrating Permit with Couchbase...

Setting Up Cross-VPC XDCR Between Amazon EKS Clusters
In modern distributed systems, the ability to replicate data between separate environments is crucial for ensuring high availability, disaster recovery, and performance optimization. Couchbase’s XDCR (Cross Data Center Replication) feature allows seamless replication of data between clusters, enabling robust data...

A Guide to Data Chunking
What is Data Chunking? Data chunking is a technique that breaks down large datasets into smaller, more manageable chunks. It’s crucial to artificial intelligence, big data analytics, and cloud computing because it optimizes memory usage, speeds up processing, and improves...

Cracking the Code on Quality Control with Vector Search
There is a good chance you encounter vector search regularly, even if you are not building applications with it. Discovering content recommendations based on previous liked content is a common use case of vector embeddings, and one that many of...