Category: Best Practices and Tutorials
NDP Episode #9: Graph Databases with Neo4j
I am pleased to announce that the ninth episode of the NoSQL Database Podcast has been published to all the popular podcast networks. In this episode titled, Graphing Databases with Neo4j, I am joined by Ryan Boyd from Neo4j, where...
NDP Episode #8: Oracle NoSQL and How it Integrates with RDBMS
Check out the podcast to know the differences between Oracle's relational database and the NoSQL solution.Also, learn scalability in Oracle NoSQL.
Configure the Official Couchbase Docker Image at Test Runtime with TestContainers
In the previous blog posts I explained how to use Docker containers running Couchbase during your tests. Both post had this requirements that you had to build your own Couchbase Docker image with the cluster and data already configured. In...
NDP Episode #7: Service Deployment with Juju Charms
Check the podcast to know how to create applications and services using Juju Charms, and why they are useful in terms of NoSQL database deployment.
BCBS 239 and NoSQL databases
The birth of BCBS 239 This blog examines the principles of BCBS 239 strictly thru the technology perspective and how NoSQL is relevant in the world of compliance in the financial industry and. But before we dive into that here...
Choosing the right fit – Immediate or Eventual Persistence?
Choosing the right fit – Immediate or Eventual Persistence? With the emergence of NoSql databases, “eventual persistence” is an option available to accelerate reads and writes to the database. Persistence, also popularly known as durability to disk, has long been...
Create Couchbase Docker Images on the Fly with TestContainers
You don’t need an image already built for unit and integration tests. Use Couchbase and TestContainers to create your own images. It is super easy!
Unit and Integration Tests with Couchbase and Docker Containers
Learn how to overcome the issues like start and stop DB from code and different OSs by using docker for Unit and Integration tests with Couchbase.
A better way to update with Couchbase Lite
Copy of Original Draft Score by Handel Photo courtesy of Adrian Pallant with permission under license CC BY-SA 2.0 The U in CRUD In this earlier post, I wrote about getting started with basic CRUD operations in Couchbase Lite on Android. In this quick note,...
Configuring IPsec for a Couchbase Cluster
Introduction Some Couchbase deployments require secure communications between nodes across the network, this could be due to reasons like data governance policies or regulatory compliance. Internet Protocol Security (IPsec) is a protocol suite for secure Internet Protocol (IP) communications by...
Give some Ratpack Love to your Spring Boot Application
The idea used here in the post is to replace Spring MVC by Ratpack, and making my legacy, synchronous, blocking services async and non blocking.
Securing Couchbase Server using Let’s Encrypt x.509 Certificates
Summary Securing data and access to data for application data is an important step in securing your environment for client applications and database protection in any sized environment. One of the simplest methods to secure data is the access path...
Top Posts
- Data Modeling Explained: Conceptual, Physical, Logical
- Data Analysis Methods: Qualitative vs. Quantitative Techniques
- What are Embedding Models? An Overview
- What are Vector Embeddings?
- The Importance of Data Preprocessing in Machine Learning (ML)
- Application Development Life Cycle (Phases and Management Models)
- High Availability Architecture: Requirements & Best Practice...
- A Breakdown of Graph RAG vs. Vector RAG
- Semantic Search vs. Keyword Search: What’s the Difference?