Difference between revisions of "MongoDB"

From techwiki.eng.ua.edu
Jump to navigation Jump to search
(Supported Operating Systems)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[File:Mongo-logo.png|left|x100px|y80px]]
 
[[File:Mongo-logo.png|left|x100px|y80px]]
== Downloading MongoDB ==
+
== About MongoDB ==
 +
From wikipedia:
 +
MongoDB is a cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas. MongoDB is developed by MongoDB Inc. and licensed under the Server Side Public License (SSPL).
  
Faculty, staff, and students can download Project via UA's Microsoft Azure Dev Tools for Teaching webstore: https://oit.ua.edu/software/dreamspark/
+
== Availability ==
 +
The MongoDB Community Server is free and can be downloaded from: https://www.mongodb.com/try/download/community
 +
 
 +
== Supported Operating Systems ==
 +
[[File:Win10-logo.png]][[File:Macos-logo.png]][[File:Linux-logo.png]] Available for Windows, Mac, and Linux.
 +
 
 +
== VPN requirement ==
 +
[[File:Vpn-no.png]] Connection to campus VPN is not required.
  
  
 
[[Category:Software]]
 
[[Category:Software]]
 +
[[Category:CS Software]]

Latest revision as of 01:13, 8 August 2020

y80px

About MongoDB

From wikipedia: MongoDB is a cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas. MongoDB is developed by MongoDB Inc. and licensed under the Server Side Public License (SSPL).

Availability

The MongoDB Community Server is free and can be downloaded from: https://www.mongodb.com/try/download/community

Supported Operating Systems

Win10-logo.pngMacos-logo.pngLinux-logo.png Available for Windows, Mac, and Linux.

VPN requirement

Vpn-no.png Connection to campus VPN is not required.