Database
-
DevOps
The Live Database Pipeline
Evolutionary Database Design is a slightly counterintuitive approach to managing a database. On the one hand, we think of our…
Read More » -
Software Development
How to Install Maria DB, create Database and Execute Queries
Hello Friends, In this tutorial,we will see : 1. How to Install Maria DB2. How to connect to Maria DB,Create…
Read More » -
Enterprise Java
Apache Derby Database JVM Security Policy
Abstract I have already posted a number of blogs about Derby: Derby Database BackupMultiple Derby Network Servers on the same…
Read More » -
Enterprise Java
Apache Ignite and Spring on your Kubernetes Cluster Part 2: Kubernetes deployment
Previously we have been successful on creating our first Spring boot Application powered by Apache Ignite. On this blog we…
Read More » -
DevOps
Apache Ignite on your Kubernetes Cluster Part 4: Deployment explained
Previously we saw the Ignite configuration that comes with the Kubernetes installation.The default configuration does not have persistence enabled so…
Read More » -
Enterprise Java
Reactive Relational Database Transactions
Spring Framework announced recently to ship with support for reactive transaction management.Let’s take an in-depth look at how this works…
Read More » -
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 »