This repository contains code of a flask-based decisional tool that converts Informational Model of a decision problem to a snowflaked Star Schema. It was done as a part of Data Warehousing (CSE606) intermediate course project at IIIT Delhi. Sample input files have been provided for reference.
git clone https://github.com/gupta-meghna64/Informational_Model_to_Star_Schema
cd Informational_Model_to_Star_Schema
pip install flask
python server.py
Ayushi Srivastava, Meghna Gupta and Tanish Gupta