Quantcast
Channel: linoxide.com
Viewing all articles
Browse latest Browse all 1357

How to Create and Manage Databases in MongoDB

$
0
0

MongoDB is an open-source document database and leading NoSQL database. It is a cross-platform, document-oriented database that provides, high performance, high availability, and easy scalability. It is written in C++.  It works on the concept of collection and document. I'll briefly explain the three components in this aspect. The database is a physical container for collections. […]

The post How to Create and Manage Databases in MongoDB appeared first on LinOxide.


Viewing all articles
Browse latest Browse all 1357

Trending Articles