Mongo Context template

MongoContext

This object contains necessary information to connect to Mongo database which contains required collections to deal with.

Keys description :

  • database : Database name in which datasets, observations, representations, dataLocations and outcomes are stored.
  • username : Username.
  • password : User password.
  • host : Used hostname.
  • port : Used port.

JSON example :

{
  "database": "dev",
  "username": "cloudOps",
  "password": "O;mrspaq1i8",
  "host": "mongo.dev.hephia-product.com",
  "port": 27017
}