MongoDB schema design: embed or reference?
The core modeling decision in MongoDB, with simple rules of thumb for one-to-few, one-to-many and many-to-many relationships.
#data-modeling#nosql#schema-design

Document database
A document database built around flexible JSON-like documents.
Stores data as BSON documents with a flexible schema, secondary indexes, an aggregation pipeline, multi-document transactions, replica sets and horizontal sharding.
The core modeling decision in MongoDB, with simple rules of thumb for one-to-few, one-to-many and many-to-many relationships.
#data-modeling#nosql#schema-design
MongoDB has started trading publicly on NASDAQ.
#news
MongoDB has recently upgraded its Backend as a Service version, MangoDB Stitch.
#news
MongoDB has announced Atlas, an effective and cost effective way to run MongoDB in the Cloud.
#news
Percona, the provider of MySQL and MongoDB solutions and services has launched an enhanced version of Percona Sever for MongoDB. This platform, version 3.2, has enhanced open-source completely compatible for the MongoDB Community Edition
#news#open-source
In this article you will learn about Mongod. It is a primary daemon process for the MongoDB database. It handles all the background management operations, such as the data requests and managing the data format and performance.
#open-source
In this article we will understand about the basic concepts of MongoDB.
This article will explain the procedure of installing MongoDB 3.0.7 in 64 bit Windows 10 operating system.
#installation#windows#windows-10
MongoDB World 2016 event will be helpd in New York City from June 28-29 this year.
#news
In this article we will learn about some concepts of Sharding in MongoDB.