Databases

Article Thumbnail
Article

Manage your Mongo Databases in RHMAP with Mongo Express

Emilio Rodriguez

Red Hat Mobile Application Platform (RHMAP) supports an agile approach to developing, integrating, and deploying enterprise mobile applications. Most likely, your mobile apps will include one or more cloud apps which will require persistence support such as a Mongo Database. But managing databases is not always easy, as command line support for this databases is complex and not always available. To ease this pain, Mongo Express can be used as an database GUI. For the mongo databases in your cloud...

Article Thumbnail
Article

Installing MongoDB on Red Hat Enterprise Linux

Hemant Jain

MongoDB has evolved into one of the most popular open source "NoSQL" databases—so-called because they dispense with the tabular storage schema of relational databases like MySQL and Postgres. NoSQL databases offer a variety of advantages in many cases The biggest advantage is that MongoDB databases don't require developers to define schemas before adding data to a database. Instead, they use a flexible document-based model, similar to Python dictionaries or Ruby hashes. With MongoDB, you don't need to spend time creating...