What is an event store database? An event store is a database designed for tracking event as they occur, and maintaining a record of those events. How is an event store database different from a ...
This post is one of a series that introduces the fundamentals of NOSQL databases, and their role in Big Data Analytics. What are wide column stores? Wide column stores are database management systems ...
Almost every app we use or develop has to store data for one purpose or another. It’s not all the same data, either — some apps need access to settings, images, and much more. The big question is how ...
While relational databases rely on rigid structures, document databases are much more natural to work with and can be used for a variety of use cases across industries. A document database (also known ...
Key-value, document-oriented, column family, graph, relational… Today we seem to have as many kinds of databases as there are kinds of data. While this may make choosing a database harder, it makes ...