Spring Data JPA, still relevant?
Should I learn Sprig Data JPA? Is this still relevant? What are the latest DB technologies I should learn as a Software Developer?
Blair Lee
Stealth
a year ago
I don’t think you should consider spring data jpa as some db technology. It’s actually a library which helps you use a DB( rdbms mostly ) via java code in a very familiar manner. Also it gives a great abstraction so that you don’t have to worry about any specific rdbms vendor like oracle or MySQL or Postgres etc. If your java application is making use of these rdbms then spring data Jpa is a great library to learn, it will make you life easy.
Talking about DB technologies, you should explore NoSql databases as well , like mongoDb, AWS dynamoDb etc. you should learn about data warehousing and data lakes as well. Get yourself familiar with different types of databases like column based, vector based etc .
Anise Carmden
Stealth
a year ago
Thanks man! would research on the above provided references.
Discover More
Curated from across