vishal bothra

Home/vishal bothra

About vishal bothra

This author has not yet filled in any details.
So far vishal bothra has created 0 blog entries.

What is Spark and Spark RDD along with it’s Operations

What is Apache Spark? Apache Spark is an open-source, distributed processing system used for big data workloads. It utilises in-memory caching and optimised query execution for fast queries against data of any size. Simply put, Spark is a fast and

By |2023-01-17T19:51:47+05:3012 September 2022|Comments Off on What is Spark and Spark RDD along with it’s Operations

Custom Annotation to calculate execution time

  Introduction Annotations are Java types that are preceded by an “@” symbol. Java has had annotations ever since the 1.5 release. Since then, they’ve shaped the way we’ve designed our applications. Spring and Hibernate are great examples

By |2023-01-17T19:57:57+05:3029 June 2022|Comments Off on Custom Annotation to calculate execution time

Add custom java objects using jsonb in spring-boot

Scratch the NoSQL Surface with Spring Boot and PostgreSQL’s JSONB Data Structure NoSQL databases are, as the name says, databases that do not store their data with relationships. There are many types of NoSQL databases: graph , key-value

By |2023-01-17T19:59:24+05:3031 March 2022|Comments Off on Add custom java objects using jsonb in spring-boot
Go to Top