DAG Registration stores the given dag specification to a mongodb database named <spanstyle="text-decoration: underline; color: red;">dag_store</span> and collection named <spanstyle="text-decoration: underline; color: red;">dags</span>
<h5> Using mongo </h5>
* sudo service mongodb start: Starts the mongodb service
* mongo: Starts the mongo shell
* show dbs: Lists all databases
* use dag_store: Creates (if not present) and switches to this database