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.
Use dbhandle.py
to set up and tear down MongoDB. See
$ python dbhandle.py --help
for details.
Use:
$ nosetests
See the Docker file for more details.