Introduction
Todo
TODO
Purpose
This is a Django project aimed at:
- Managing the storage of CMS data:
- Run and Lumisection Information.
- Run and Lumisection Histograms.
- Run and Lumisection Certification.
- Providing an API for serving this data to any user that requires it.
- Storing datasets used by users to train algorithms.
- Storing parameters and results of said algorithms.
Deployment on Openshift
The app is deployed here. For more information on its deployment, go here.
Deploying locally
Basic instructions for Django projects can be found here.
Composition
The project is comprised of the Data Engineering part (DE) and the Data Science part (DS). Each one has its own repository: