Category: Java
Create a production-grade Java microservice architecture with JHipster and Couchbase
Tayeb Chlyah is a Java lead architect with solid experience on performance large-scale applications, microservices, and NoSQL databases. He has developed a couple of open source Java libraries for Couchbase. Introduction Every successful developer needs to keep up to date...
NDP Episode #26: Chris Anderson on ACID and RAFT in FaunaDb
FaunaDb is the focus of the latest episode of The NoSQL Database Podcast. Chris Anderson joins to talk about RAFT and ACID in Fauna.
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.
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.
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.
Processing GraphQL Queries with Java, Spring Boot, and NoSQL
In this Couchbase tutorial, we’re going to see how to quickly get up and running with GraphQL queries using Java, Spring Boot, and NoSQL frameworks.
Inside the Java SDK: Connection Management
In this second instalment of “Inside the Java SDK” we are going to take an in-depth look at how the SDK manages and pools sockets to the various nodes and services. While not ultimately necessary to follow, I recommend you...
Inside the Java SDK: Bootstrap
From time to time we get questions on topics that do not directly fit into the documentation since they dig deeper into the internals of the client libraries. In this series we’ll cover different themes of interest – in this...
Using Couchbase Analytics for Complex and Efficient Queries in a Java Application
Learn how to use the Couchbase Analytics Service (CBAS) to query for data with SQL++ in Java without having to worry about indexing.
Couchbase With Spring-Boot and Spring Data
Need to learn how to set up Spring Data, Spring Boot, and Couchbase? This blog post will show your prerequisites, repositories, and everything in action.
Improved SDK Authentication Methods – Couchbase 5.0
Couchbase 5.0 delivers new authentication security features that require minor changes to your client connection code. This post tells you how to do it!
Use Docker to Deploy a Containerized Java with Couchbase Web Application
Learn how to deploy a containerized Java RESTful API and Couchbase NoSQL database using Docker and custom, hand-crafted, images.
Top Posts
- Data Modeling Explained: Conceptual, Physical, Logical
- What are Embedding Models? An Overview
- Data Analysis Methods: Qualitative vs. Quantitative Techniques
- Application Development Life Cycle (Phases and Management Models)
- What Is Data Analysis? Types, Methods, and Tools for Research
- What are Vector Embeddings?
- A Benchmark for Evaluating NL2SQL++ Systems
- The Importance of Data Preprocessing in Machine Learning (ML)
- Vector Database Use Cases: Search, RAG, and AI Apps