Assignment 2
Team 6
Names: Tara Gurung, Abdul Ali, Romtin A Daneshfar, Miki Iwano, Zeyang Yao
Company Name: MongoDB, INC.
CIK: 0001441816
Offer Price: $24 per share
Offer Date: 10/18/2017
SEC Proxy Link: https://www.sec.gov/cgi-bin/browse-edgar?company=mongodb&owner=exclude&action=getcompany
424B document link: https://www.sec.gov/Archives/edgar/data/1441816/000104746917006446/a2233574z424b4.htm
2019 10-K link:
https://www.sec.gov/ix?doc=/Archives/edgar/data/1441816/000144181620000067/mdb-013120x10k.htm
DEF14A Link (2019): https://www.sec.gov/Archives/edgar/data/1441816/000144181620000100/mdbdefa14a2020notice.htm
DEF14A Link (2018): https://www.sec.gov/Archives/edgar/data/1441816/000144181618000045/mdbdefa14anotice.htm
Business Summary (Mergent):
MongoDB operates as a general purpose database platform. Co.'s primary offerings are: MongoDB Enterprise Advanced, which includes Co.'s proprietary commercial database server, enterprise management capabilities, its graphical user interface, analytics integrations, technical support and a commercial license to its platform; MongoDB Atlas, which provides customers with automated provisioning and healing, system monitoring, managed backup and restore, default security and other features; and Community Server, which is a free-to-download version of Co.'s database that does not include all of the features of its commercial platform. Co. also provides consulting and training to its customers.
|
. competitive advantages Mongo Db 1) First and foremost, it is very easy to install and setup the MongoDB. 2) The very basic feature of MongoDB is that it is a schema-less database. No schema migrations anymore. Since MongoDB is schema-free, your code defines your schema. 3) The ability to derive a document-based data model is one of the most attractive advantages of MongoDB. Because, the way it stores the data in the form of BSON (Binary JSON), ruby hashes etc, helps to store the data in a very rich way while being capable of holding arrays and other documents. 4) The document query language supported by MongoDB plays a vital role in supporting dynamic queries. 5) Very easy to scale. 6) Due to the structuring (BSON format - key value pair) way of the data in MongoDB, no complex joins are needed. 7) Performance tuning is absolutely easy compared to any relational databases. 8) No need of mapping the application objects to the data objects. 9) Enables faster access of the data due to its nature of using the internal memory for the storage. 10) Since, it is a NOSQL database, then it is obviously secure because no sql injection can be made. 11) MongoDB can also be used as a file system, which helps in easier way of load balancing. 12) MongoDB supports, the search by regex and fields as well. 13) MongoDB can be run as windows service as well. 14) Good amount of documentation is available. 15) MongoDB does not require a VM to be run. 16) MongoDB follows regular release cycle of its newer versions. 17) The support for Sharding is one of its key feature. Sharding is the process of storing the data in different machines and MongoDB's ability to process the data, as and when the size of the data grows.
|