You are on page 1of 8

MongoDB

cross-platform document-oriented database program


Content:
A. Type of NoSQL
B. Characteristics
C. Sample Code
D. Data Storage
E. Query
F. How to Install?
What is MongoDB?

MongoDB is a document database with the scalability


and flexibility that you want with the querying and
indexing that you need.
What Type of NoSQL is MongoDB?

I am a Document-Oriented NoSQL Database. I am the


most popular of these type of databases.

Other Document-Oriented NoSQL Database:


Elastic, ArangoDB, OrientDB,RethinkDB, CouchDB,RavenDB, IBM Cloudant,ThruDB, SisoDB, RaptorDB, etc.
What characteristics I have?
- Ad-hoc Queries
- Index Support
- Replication
- Multiple Servers
- Auto-sharding
- MapReduce
- Failure Handling
- GridFS
- Schema-less Database
- Document-Oriented Storage
- Procedures
Query in MongoDB
Query in MongoDB
How to Install?
1. Download MongoDB Community Edition.
2. Run the MongoDB installer.

Reference:
https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/

You might also like