Mongo DB API

One of the easiest ways to access your data is with a MongoDB. It lets you store your data in a document-oriented database without having to worry about a database schema. To access a locally installed MongoDB, you can set the following parameters in the API configuration form:

  • Host: localhost
  • Port: 27017
  • API Name: collection name
  • URL stub: database name