Git Product home page Git Product logo

tt-2019-b052's Introduction

TT 2019-B052

Netlify Status Last Commit

TT 2019-B052 project

Project Goals

Develop a web app that allows the edition of a database diagram under the entity-relationship model and performs its validation, later the diagram can be transformed into the relational model with the possibility of obtaining the database schema in SQL statements or get the document oriented database schema and have the possibility to implement the non-relational model in a NoSQL database as MongoDB.

Included

  • Nuxt
  • Vue 2
  • Vue Router 3
  • Vuex 3
  • Nuxtjs/Axios
  • Authentication with JWT Token
  • Vuetify

Project Status

Algorithms for transforming the NoSQL diagram:

  1. Generate GDM plain text file from ER + query diagram.
  2. Program a parser of a simple GDM text file and generate the model in Python with the help of the classes already generated by pyecore.
  3. Program the document-oriented transformation algorithm.
  4. Diagram the document-oriented model.
  5. Generate the MongoDB script of the document-oriented model.

Languages generated with:

  • pyecoregen -vv -e GdmLang.ecore -o gdmLang
  • pyecoregen -vv -e documentDataModel.ecore -o ddmLang
  • pyecoregen -vv -e columnFamilyDataModel.ecore -o cdmLang

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.

tt-2019-b052's People

Contributors

dependabot[bot] avatar martinez-acosta avatar omaraparicio07 avatar omarapqz avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

gaybro8777

tt-2019-b052's Issues

Integrar la validación del diagrama ER

  • Consumir el endpoint 'relational/validate ' del api con axios
  • Agregar modal con los mensajes de error y/o diagrama valido
  • Parsear los errores en el diagrama para mostrar en el modal
  • Si el diagrama es valido habilitar la pestaña "3.Sentencias SQL"
  • Consumir el endpoint 'relational ' del api con axios
  • Mostrar las sentencias SQL en la pestaña "3.Sentencias SQL"

Modelo NoSQL

Implementar algoritmo de transformación al modelo de La Vega y crear los elementos correspondientes en GoJS

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.