Home > Software > Database > NoSQL > MongoDB

MongoDB logo

Details

Package ID
mongodb
Version
4.2.6
Downloads
105269
Website
http://www.mongodb.org/

Summary

Scalable, high-performance, open source NoSQL database written in C++

Description

MongoDB (from “humongous”) is a scalable, high-performance, open source NoSQL database written in C++.

MongoDB stores data using a flexible document data model that is similar to JSON. Documents contain one or more fields, including arrays, binary data and sub-documents. Fields can vary from document to document. This flexibility allows development teams to evolve the data model rapidly as their application requirements change.

Developers access documents through rich, idiomatic drivers available in all popular programming languages. Documents map naturally to the objects in modern languages, which allows developers to be extremely productive. Typically, there’s no need for an ORM layer.

Package Parameters

The following package parameters can be set:

  • /dataPath: - where MongoDB stores its database files - defaults to “$env:ProgramData\MongoDB\data\db”
  • /logPath: - where MongoDB stores its logs - defaults to “$env:ProgramData\MongoDB\log”

To pass parameters, use --params "''" (e.g. choco install packageID [other options] --params="'/ITEM:value /ITEM2:value2 /FLAG_BOOLEAN'"). To have choco remember parameters on upgrade, be sure to set choco feature enable -n=useRememberedArgumentsForUpgrades.

Please Note: This is an automatically updated package. If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.

Comments

Loading comments...