Enabling the MongoDB cartridge REST interface

MongoDB exposes a minimal REST interface that allows users to query collections. The interface does not expose operations to insert, update, or remove documents. In this recipe, you will learn how to enable the MongoDB cartridge REST interface.

Getting ready

To complete this recipe, you will need an application with a MongoDB cartridge. Refer to the Adding a MongoDB cartridge to your application recipe in this chapter to learn how to add one.

How to do it…

Perform the following steps to enable the MongoDB REST interface:

  1. Open a new command-line terminal and SSH into the myapp application gear using the ssh command:
    $ rhc ssh --app myapp
    
  2. Once inside the application gear, change the directory to mongodb/conf ...

Get OpenShift Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.