Nikhil Das Nomula
Relational databases have been the norm for a long period of time until 2010. The basic concept being that data is organized into tables that consists of rows and columns. We query that using SQL(Structured Query Language). Relational databases have been mainstream since 1990's and are still widely today.
One might wonder, if relational databases have been mainstream for so long - how come document based databases i.e. NoSQL have become so popular. The reasons for that are three fold
I have listed the pros in this article that make a convincing argument to use document based databases but there are some cases in which it is still a good idea to go with relational databases. If you want to learn more about it, feel free to reach out to us at nikhil.nomula@yajur.tech
In this post we will go over three approaches that we see across organizations when it comes to data engineering. The three approaches are...
Read MoreI have been reading about data mesh architecture by Zhamak Dehgani and it has been thought provoking in thinking how data is handled in organizations.
Read More