Database

Query on Embedded Documents in MongoDB: Embedded Object Fields & Arrays Fields

MongoDB database contains lots of documents. Sometimes the documents have documents in them. These documents may further contain more documents hence forming a complex structure.  Querying uncomplicated documents is straightforward and we have already covered how to query MongoDB documents in another article: NodeJS MongoDB Query. However, the complex structure sometimes results in difficulty in […]

Query on Embedded Documents in MongoDB: Embedded Object Fields & Arrays Fields Read More »

MongoDB vs DynamoDB: Choosing the Right Database for Your Project

Databases have changed the way individuals and corporations handle and manage large amounts of data. It has enabled app developers, software engineers, data scientists and others to make life simpler than ever before. MongoDB, DynamoDB, PostgreSQL, MySQL, Cassandra, Redis, Aerospike, Firebase Realtime and others are well-known databases. We can divide these databases into two categories:

MongoDB vs DynamoDB: Choosing the Right Database for Your Project Read More »