Database
-
Enterprise Java
NoSql Databases: Cassandra vs Mongo vs Redis DB Comparison
1. What are NoSql Databases? NoSql (Not only Sql) databases are non-relational databases that are horizontally scalable, persist semi or…
Read More » -
Enterprise Java
Understanding H2 InMemory Database with Spring Boot
Introduction Basically the database setup involves several steps before we can use it through configured datasource in our application. This…
Read More » -
Enterprise Java
Derby Database Backup
Abstract I have already posted a number of blogs about Derby: Multiple Derby Network Servers on the same Host Apache…
Read More » -
Core Java
Java: GraalVM Database Stream Performance
GraalVM is the new kid on the JVM block. It is an open-source Virtual Machine that is able to run…
Read More » -
Software Development
Dealing with Micro-Service Oriented Architecture DATA (part 2)
This are my verbatim notes to the PEAT UK podcast: Hello there once again to another hot shot. My name…
Read More » -
Enterprise Java
MongoDB Tutorial for Beginners
1. Introduction to MongoDB In this post, we feature a comprehensive MongoDB Tutorial that integrates with a Java-based application. Whenever…
Read More » -
Enterprise Java
Apache Derby Database Users and Permissions
Abstract Apache Derby is awesome! Especially in a Microservices environment where the data for services (may) shrink and not require…
Read More » -
Enterprise Java
Work with Parallel Database Streams using Java 8
What is a Parallel Database Stream? Read this post and learn how you can process data from a database in…
Read More » -
Enterprise Java
Database CRUD Operations in Java 8 Streams
The biggest obstacle to overcome when starting out with a new tool is to get your head around how to…
Read More »