Almost every application needs data to be stored. This data invariably needs to be fetched, updated and searched upon. This makes it necessary for applications to use some sort of data store. For a long time, solutions based on RDBMS like SQL ruled the roost. SQL supports basic operation like CRUD on the data along […]
NoSql Archives
Graph Database: A case for connecting the dots
What is Graph? Graphs have been around for a long time. They are used in a lot of fields known to us like medicine, world wide web, computers and many more. But it is only in recent times that many of us have started to take notice about graphs and the way they can be […]