Category: Tools & SDKs
How to Certify Couchbase Autonomous Operator On Azure AKS
How we built our test framework to certify the Couchbase Autonomous Operator on Azure ensuring proper creation, management, and recovery.
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.
NDP Episode #25: Nathan Voxland on Liquibase
Liquibase is the focus of the latest episode of The NoSQL Database Podcast. Nathan Voxland joins as the special guest to talk about source control for your database.
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.
NDP Episode #24: Brant Burnett on Linq
Linq is the focus of the latest episode of The NoSQL Database Podcast. Brant Burnett joins as the special guest to talk about all things Linq and Linq with NoSQL.
A Couchbase Analytics Example using the Go SDK
This post illustrates the use of Couchbase Analytics with the Couchbase Go SDK. Couchbase Analytics is a new service available in Couchbase Server 6.0, you can read more at https://docs.couchbase.com/server/6.0/analytics/introduction.html. In this post we’re going to use a real world...
Azure Key Vault for Credentials
This Couchbase blog post demonstrates how Azure Key Vault can be utilized to store Couchbase Server credentials and access them from an Azure Function.
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.
YCSB-JSON: Implementation for Couchbase and MongoDB
For JSON databases such as Couchbase and MongoDB, YCSB is helpful for executing more sophisticated queries. Learn how to use YCSB-JSON today.
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.
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!
How to Create a Custom Token Store for Spring-Security-Oauth2 | OAuth Part 2
Spring-security-oauth2 already has built-in support for JDBC and JWT, but you must create your own spring security token store. Find out how to do it here.
Top Posts
- Data Modeling Explained: Conceptual, Physical, Logical
- Data Analysis Methods: Qualitative vs. Quantitative Techniques
- What are Embedding Models? An Overview
- Application Development Life Cycle (Phases and Management Models)
- What are Vector Embeddings?
- What Is Data Analysis? Types, Methods, and Tools for Research
- The Importance of Data Preprocessing in Machine Learning (ML)
- High Availability Architecture: Requirements & Best Practice...
- A Breakdown of Graph RAG vs. Vector RAG