Category: Java

Create a production-grade Java microservice architecture with JHipster and Couchbase
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
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
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 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
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
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
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
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
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
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
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
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.