Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 718 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 718 Bytes

Data Driven Simulation Management Database

DDSM is a python platform for displaying and manipulating data generated by a simulation management tool. This repository holds the model and launches the database needed for the app. It works in conjunction with ddsm-api, ddsm-cloud and ddsm-view.

Usage

Use dbhandle.py to set up and tear down MongoDB. See

$ python dbhandle.py --help

for details.

Testing

Use:

$ nosetests

License

The MIT license.

Installation

See the Docker file for more details.