Skip to content

shadman2606/ECE444-F2020-Lab3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECE444-F2020-Lab3

Author: Shadman Siddiqui

This repo is a clone of https://github.com/miguelgrinberg/flasky

Activity 1

Activity 1 picture

Activity 2

Screenshot 1

Activity 2 picture 1

Screenshot 2

Activity 2 picture 2

Screenshot 3

Activity 2 picture 3

Screenshot 4

Activity 2 picture 4

Activity 3

Differences between SQL and noSQL

SQL

  • data is stored as rows tables
  • structure of data (tables, columns) is predefined
  • avoids duplication of data
  • updating data in table is quick
  • tables have relations through foreign keys
  • DBMS performs joins on tables if needed

noSQL

  • data is documents in collections
  • structure of data not fixed
  • data is duplicated to wherever it is needed to avoid having to join
  • updating data is slow if data is to be consistent
  • retrieve data quickly since all relevant attributes in document
  • slow at doing joins if ever have to

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published