Accessing MongoDB
You can access MongoDB using a dedicated client. One user is created in the default configuration:
-
The admin user
mongo-r00t-us3rn4m3with the passwordmongo-r00t-p4ssw0rd.
The MongoDB database exposes the following collections:
-
Collection
scenario-db, used by the Scenario and Data Services with the userscenarioand the passwordscenario. -
Collection
session-tracking-db, used by the Scenario Service with the usersession-trackingand the passwordsession-tracking. -
Collection
execution-db, used by the Execution Service with the userexecutionand the passwordexecution. -
Collection
permission-db, used by several services with the userpermissionand the passwordpermission. -
Collection
optimserver-master-db, used by the Optimization Server with the useroptimserverand the passwordoptimserver.
The MongoDB database is stored in a Docker volume, which can be backed up and restored. For more details, please refer to Section Backing Up and Restoring the Application.