MongoDB: Introduction: Difference between revisions
Jump to navigation
Jump to search
(New page: {{Nav MongoDB}} '''''MongoDB''''' == Introduction == Uniform Server MongoDB splits into two versions plugin and standalone. There are four variants in total each with design support and a...) |
m (Text replace - "projects/uniformserver" to "projects/miniserver") |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
'''''MongoDB''''' | '''''MongoDB''''' | ||
== Introduction == | == Introduction == | ||
====What's MongoDB?==== | |||
It's a database with a different approach. According to their site: | |||
:MongoDB bridges the gap between key-value stores (which are fast and highly scalable) and traditional RDBMS systems (which provide rich queries and deep functionality). MongoDB (from "humongous") is a scalable, high-performance, open source, document-oriented database. | |||
====Uniform Server and MongoDB==== | |||
Uniform Server MongoDB is split into two versions: plugin and standalone. Crossed with development and production security, there are four variants in total, each with design support and a quick guide user support page. | |||
This page provides a central location for download links and support material on the Wiki. Each Wiki page contains a link '''''Mongo Start''''' (top right) that returns to this page. | This page provides a central location for download links and support material on the Wiki. Each Wiki page contains a link '''''Mongo Start''''' (top right) that returns to this page. | ||
== Uniform Server 6-Carbo == | == Uniform Server 6-Carbo == | ||
The two plugins are specific to 6-Carbo | The two plugins are specific to 6-Carbo. You can download 6-Carbo from SourceForge using the following link: | ||
[http://sourceforge.net/projects/miniserver/files/Uniform%20Server/6.0.0-Carbo/ '''Uniform Server 6.0.0-Carbo'''] | [http://sourceforge.net/projects/miniserver/files/Uniform%20Server/6.0.0-Carbo/ '''Uniform Server 6.0.0-Carbo'''] | ||
Line 18: | Line 21: | ||
[http://sourceforge.net/projects/miniserver/files/Uniform%20Server/6.0.0-Carbo/MongoDB/ Uniform Server/6.0.0-Carbo/MongoDB] | [http://sourceforge.net/projects/miniserver/files/Uniform%20Server/6.0.0-Carbo/MongoDB/ Uniform Server/6.0.0-Carbo/MongoDB] | ||
{|cellpadding="6" cellspacing="2" | {|cellpadding="6" cellspacing="2" | ||
Line 34: | Line 36: | ||
| mongo_pro_plugin_v1_0.exe || [[MongoDB Tutorial 4: Introduction | MongoDB Tutorial 4]] || [[MongoDB: Production Plugin | Production Plugin]] | | mongo_pro_plugin_v1_0.exe || [[MongoDB Tutorial 4: Introduction | MongoDB Tutorial 4]] || [[MongoDB: Production Plugin | Production Plugin]] | ||
|} | |} | ||
---- | ---- |
Latest revision as of 16:14, 17 October 2012
MongoDB : Introduction | Standalone | Plugin | Production Standalone | Production Plugin
|
|
UniServer 6-Carbo MongoDB Uniform Server Series. |
MongoDB
Introduction
What's MongoDB?
It's a database with a different approach. According to their site:
- MongoDB bridges the gap between key-value stores (which are fast and highly scalable) and traditional RDBMS systems (which provide rich queries and deep functionality). MongoDB (from "humongous") is a scalable, high-performance, open source, document-oriented database.
Uniform Server and MongoDB
Uniform Server MongoDB is split into two versions: plugin and standalone. Crossed with development and production security, there are four variants in total, each with design support and a quick guide user support page.
This page provides a central location for download links and support material on the Wiki. Each Wiki page contains a link Mongo Start (top right) that returns to this page.
Uniform Server 6-Carbo
The two plugins are specific to 6-Carbo. You can download 6-Carbo from SourceForge using the following link:
Uniform Server MongoDB Downloads
All MongoDB downloads are located in this SourceForge folder:
Uniform Server/6.0.0-Carbo/MongoDB
Downloads | Design Tutorials | User Support Page |
mongodb_plugin_design_v1_0.exe | MongoDB Plugin Design | ---- |
mongo_standalone_v1_0.exe | MongoDB Tutorial 1 | Standalone; |
mongo_plugin_v1_0.exe | MongoDB Tutorial 2 | Plugin |
mongo_pro_standalone_v1_0.exe | MongoDB Tutorial 3 | Production Standalone |
mongo_pro_plugin_v1_0.exe | MongoDB Tutorial 4 | Production Plugin |