© 2023 Hashnode
#nosql
Introduction to the Big Data Big data refers to the large and complex sets of data generated by various sources in today's digital world. With the rise of connected devices and the internet, the amoun…
NoSQL databases have been all the rage in the 21st century, and with good reason. They are fast, easily scalable, don't require a schema, and in general, are more flexible than their SQL counterparts.…
MongoDB indexesIndexes are special data structures that store small information of collections data in a way that can be queried easily. The index stores the value of a specific field or set of fields…
Database: Let’s start simple. What is a database? A database is a set of data held in a computer that can be accessible in various manners. There are two main database types: Relational & Non-Relation…
About the paper Dynamo paper released in 2007 talks about the design and implementation of Dynamo, a distributed key-value store that could be scaled infinitely. Amazon engineers while researching the data access pattern across Amazon;’s se…
Apache Cassandra is a highly scalable and distributed NoSQL database that is well-suited for handling large amounts of data. One of the powerful features of Cassandra is the ability to use user-define…
Recently I started learning about Cassandra. As with any of my learning journeys, it started with me creating a small-scale application in my local machine to use as my inner feedback loop to tinker w…
Welcome to the 32nd day of our series on back-end development! In this post, we'll explore the fundamental concepts and techniques of database management that are essential for building reliable and s…
Welcome to the 31st day of our blogging series! Today, we will be diving into the topic of understanding database systems. Introduction to Databases Databases are an essential part of modern technolog…
Introduction: When choosing a database management system, two of the most popular options are MongoDB and MySQL. Both are widely used and have their own strengths and weaknesses. In this post, we'll e…