Skip to content
forked from rtwksai/l2g

Course project for CS:605 - Data Modelling

Notifications You must be signed in to change notification settings

soham-joshi/l2g

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

l2g

A webapp to convert given local schemas to a single global schema. This could be used to converge information from multiple data models and make queries in a single relational data model format. The project generates paths describing which data model to access the data from, thus converging the information for the teams to query on.

Currently supports CSV and SQL data models.

Steps to install

  • cd l2g
  • chmod +x install.sh
  • ./install.sh

Steps to run

Open 2 terminals. One is for the frontend and other is for the backend

Frontend server

  • cd l2g
  • cd frontend
  • npm start

Backend server

  • cd l2g
  • cd backend
  • flask run

About

Course project for CS:605 - Data Modelling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.9%
  • Python 38.2%
  • HTML 2.7%
  • CSS 2.6%
  • Shell 0.6%