© 2023 Hashnode
#nosql
Introduction: MongoDB is a document-oriented database. It stores data in a type of JSON format called BSON (Binary JSON). A record in MongoDB is called as document. It has a data structure composed …
MongoDB Object IDs are unique identifiers assigned to every document in a collection. These 12-byte identifiers are globally unique, allowing for efficient distribution and sharding of data across dif…
Introduction Firebase is a popular backend-as-a-service (BaaS) platform that provides a real-time database, authentication, and other powerful features for web and mobile applications. One of the chal…
SpaceYaTech hosted the session, with Faith Kilonzi as the speaker and Juma Lawrence as the host. About the Speaker Faith Kilonzi is a software engineer, DevOps consultant, senior technical writer, and…
🌟 Introduction 🌟 In the realm of modern data management, NoSQL databases have emerged as a revolutionary alternative to traditional SQL databases. In this article, we will delve into the world of No…
In the fast-paced world, we see new and exciting innovations emerging daily. It's easy to get caught up in the hype and feel the urge to chase after every fancy technology. PrimeVideo, in a recent pos…
What is MongoDB? We are all aware that data is produced at a rapid rate and in enormous quantities in the modern world. To store this continuously growing amount of data, we require a flexible source …
In the last post, we roughly touched base on the scalability of RDBMS and NoSQL databases. In this post, however, we will go into the details and basics of how NOSQL databases naturally lend themselves for the high scale. The scale has to b…
I have started building my dApp with #WeaveDB , a decentralized NoSQL database.Over the past few months, I have been learning about #web3 development, and it's amazing how quickly technology has evolved.This is just the beginning of many id…
In my career, I have always faced the dilemma of choosing the right database for the next project/service. I always had to prove my choice to my seniors. Based on those experiences I have come up with certain criteria that help me make this…