NoSQL
-
Software Development
Data modeling is everything
Everyone is aware of relation data modeling and it has served industry for long time but as data pressure increased…
Read More » -
Enterprise Java
Spring Boot and Micrometer with Prometheus Part 6: Securing metrics
Previously we successfully spun up our Spring Boot application With Prometheus. An endpoint in our Spring application is exposing our…
Read More » -
Enterprise Java
Spring Boot and Micrometer with InlfuxDB Part 2: Adding InfluxDB
Since we added our base application it is time for us to spin up an InfluxDB instance. We shall follow…
Read More » -
Enterprise Java
Spring Boot and Micrometer with InlfuxDB Part 1: The base project
To those who follow this blog it’s no wonder that I tend to use InfluxDB a lot. I like the…
Read More » -
Enterprise Java
Data Modeling in Cassandra
In Relational Data Models, we model relation/table for every object in the domain. In case of Cassandra, this is not…
Read More » -
Enterprise Java
Top 5 NoSQL Database Programmers Should Learn in 2019
Though it’s not mandatory for a Java or Web developers to learn NoSQL database the world is moving in that…
Read More » -
Software Development
A guide to the InfluxDBMapper and QueryBuilder for Java Part: Into and Order
Previously we used the group by statement extensively in order to execute complex aggregation queries On this tutorial we are…
Read More » -
Software Development
A guide to the InfluxDBMapper and QueryBuilder for Java Part: 3
Previously we executed some selection examples and aggregations against an InfluxDB database. In this tutorial we are going to check…
Read More » -
Software Development
A guide to the InfluxDBMapper and QueryBuilder for Java Part: 2
Previously we setup an influxdb instance running through docker and we also run our first InfluxDBMapper code against an influxdb…
Read More »