OSDB Review
Tuesday 5 November 2024
KVRocks - The fascinating Redis Replacement from the Apache project
Wednesday 11 October 2023
eXistDB - The Open Source native XML Database
So, a bit of history to start with... XML or Extensible Markup Language is a subset of SGML that gained popularity in late 90's and beginning of the next decade. That's when SOAP was considered the best way to implement SOA and it made you use XML. That was well before JSON was ubiquitous and BSON was known to most. Software AG were the first to come up with a native XML data store called Tamino XML Server. It was rightly timed and feature rich, the open source community realized there was a need for something that offered similar functionality in the open source world. eXistDB was created.
While one might think of eXistDB as something similar to CouchDB, i.e. a document store with a RESTful API. But eXistDB has to offer a lot more in terms of application development. It allows ease of development and deeper integration into applications via support for XSLT and hence can deliver the documents in a formatted state, thus taking the processing burden off from the front end application and reduce the amount of data exchange required.
Sunday 17 April 2022
OpenSource Software Comparison Database
Sunday 16 August 2020
ScyllaDB's newest selling proposition
Thursday 2 July 2020
New MySQL Terminology for High Availability
Yes, Another Open Source Database Blog !
Having been involved with large scale database work during my previous job engagements, I have had some interesting experiences. I used to have a blog that's been lost during a country move where the custom domain was lost. It wasn't focused on databases, but this one is different as it is focused on databases.
KVRocks - The fascinating Redis Replacement from the Apache project
Kvrocks is an advanced, open-source, distributed key-value store that extends the functionalities of traditional key-value datab...
-
If you have ever looked up a comparison of software, a number of sites show up with a side by side omparison. However, there is one that sta...
-
So, a bit of history to start with... XML or Extensible Markup Language is a subset of SGML that gained popularity in late 90's and begi...
-
Kenny Gryp is a good friend who is working for Oracle these days and is really really good with MySQL. He recently wrote a great article abo...