Team #TBD Member1, Member2, Member3, Member4 [Alphabetical]

Slides:



Advertisements
Similar presentations
Three-Step Database Design
Advertisements

Lab Course / Praktikum: Winter Semester 2011/2012 Project Management and Software Development for Medical Applications Computer Aided Medical Procedures.
Chapter 6 Data Design.
1 1 File Systems and Databases. 1 1 Introducing the Database 4Major Database Concepts u Data and information l Data - Raw facts l Information - Processed.
Brian Alderman | MCT, CEO / Founder of MicroTechPoint Pete Harris | Microsoft Senior Content Publisher.
Chapter 2 Database Environment. Agenda Three-Level ANSI-SPARC Architecture Database Languages Data Models Functions of DBMS Components of DBMS Teleprocessing.
Recap of Mar 4: File Organization Major concepts: –Files are made up of records; records are made up of fields –Disk blocks are smaller than files and.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
DATABASE DEVELOPMENT STRATEGIES TOP DOWNTOP DOWN –Large scale application driven by strategic objectives –General  Specific –Organization-wide (“data.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
® IBM Software Group © 2006 IBM Corporation The Eclipse Data Perspective and Database Explorer This section describes how to use the Eclipse Data Perspective,
Phil Brewster  One of the first steps – identify the proper data types  Decide how data (in columns) should be stored and used.
PHASE 3: SYSTEMS DESIGN Chapter 7 Data Design.
CS 160: Software Engineering October 8 Class Meeting
Database Technical Session By: Prof. Adarsh Patel.
Summary Data Modeling SDLC What is Data Modeling Application Audience and Services Entities Attributes Relationships Entity Relationship Diagrams Conceptual,Logical.
Database Organization and Design
Oracle9i Performance Tuning Chapter 1 Performance Tuning Overview.
Information System Development Courses Figure: ISD Course Structure.
10/24/2015  Embry Riddle Prescott Team #TBD Member1, Member2, Member3, Member4 [Alphabetical] Level 3 – Internal Design Inspection Scrum Sprint Leader.
Intro – Part 2 Introduction to Database Management: Ch 1 & 2.
Lecture2: Database Environment Prepared by L. Nouf Almujally 1 Ref. Chapter2 Lecture2.
Database Design Methodology. Lesson 1: Introduction to Databases.
INTRODUCTION TO DBS Database: a collection of data describing the activities of one or more related organizations DBMS: software designed to assist in.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture.
SQL School is strongly committed to provide COMPLETE PRACTICAL REALTIME Trainings on SQL Server Technologies – Dev, SQL DBA, MSBI (SSIS, SSAS, SSRS) and.
November 3, 2015  Embry Riddle Prescott Team #TBD Member1, Member2, Member3, Member4 [Alphabetical] Real-Time Systems Software Proof-of- Concept [12+
Introduction to Core Database Concepts Getting started with Databases and Structure Query Language (SQL)
Introduction to MySQL  Working with MySQL and MySQL Workbench.
ISC321 Database Systems I Chapter 2: Overview of Database Languages and Architectures Fall 2015 Dr. Abdullah Almutairi.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
November 3, 2015  Embry Riddle Prescott Team #TBD Member1, Member2, Member3, Member4 [Alphabetical] Real-Time Systems Software Proof-of- Concept [12+
Fundamental of Database Systems
Databases and DBMSs Todd S. Bacastow January
Databases (CS507) CHAPTER 2.
Databases and DBMSs Todd S. Bacastow January 2005.
CS4222 Principles of Database System
Intro to MIS – MGS351 Databases and Data Warehouses
Database Management.
Practical Database Design Methodology and Use of UML Diagrams
Datab ase Systems Week 1 by Zohaib Jan.
School of Business Administration
Chapter 2 Database System Concepts and Architecture
Database System Concepts and Architecture
Introduction To Database Systems
Chapter 4 Relational Databases
Database Database is a large collection of related data that can be stored, generally describes activities of an organization. An organised collection.
Database System Concepts and Architecture
DBM 380 AID Perfect Education/ dbm380aid.com.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture.
Databases and Information Management
Chapter 3: Data Management Systems
Chapter 2: Database System Concepts and Architecture
Team #TBD Member1, Member2, Member3, Member4 [Alphabetical]
Data, Databases, and DBMSs
Teaching slides Chapter 8.
Physical Database Design
Team Project, Part II NOMO Auto, Part II IST 210 Section 4
Team #TBD Member1, Member2, Member3, Member4 [Alphabetical]
Data Model.
Analysis models and design models
Databases and Information Management
Database Management Systems
MIS2502: Data Analytics MySQL and MySQL Workbench
Summary Data Modeling SDLC What is Data Modeling
Introduction to Database Systems
Review #1 Intro stuff What is a database, 4 parts, 3 users, etc.
Team #TBD Member1, Member2, Member3, Member4 [Alphabetical]
INTRODUCTION A Database system is basically a computer based record keeping system. The collection of data, usually referred to as the database, contains.
Team #TBD Member1, Member2, Member3, Member4 [Alphabetical]
Presentation transcript:

Team #TBD Member1, Member2, Member3, Member4 [Alphabetical] DBMS Prototype [12+ Diagram Content Slides, Intro, Roadmap, Summary – Move Irrelevant Slides to Backup Section] November 4, 2015  Embry Riddle Prescott

 Embry Riddle Prescott 2 Presentation Roadmap System Block Diagram Capability Requirements Information Model and Functional Design (Block Diagram, MySQL Workbench, Modelio, Visio Stencils, UML Stencils, MS Software Design Stencils, or Basic Drawing Tools in PowerPoint) Data Referential Integrity, Normalization, Transactions and User Views ER/EER Relationships Referential Integrity Features (Triggers, Domain Typing, NULL not allowed, etc.) Logical Design Normalization Transaction Design for Clients User Views Required Performance [Indexing and Storage Media] Schema Design and Test Schema Walkthrough Forward Engineering (Deployment) DML to Load Test Data Proof-of-Concept Data Population and Tests https://www.mysql.com/products/workbench/ https://www.modelio.org/ CASE TOOLS USED: MySQL Workbench, Modelio, Other? System Models Block Diagram Information Model and Functional Design ER/EER Referential Integrity Features Normalized Tables (3NF, BCNF) Transactions Shown on ER/EER User Views Required (Planned) Schema Design and Test MySQL Workbench Schema Forward Engineering and Browse on Adminer DML Test Data Load, Browse, Query Proof-of-Concept Demo of Client Views (Transactions) Demo of Connector Application(s)  Embry Riddle Prescott 2

System Block Diagram – Content #1 Any Useful Information about System Keep it Simple – One Page View of Everything Users, IT, Software, External Systems and Hardware Software System Service, Task, Process, etc. Hardware or Other System External Entity I/O label I/O label I/O label End Users I/O label Cloud Service System Administration  Embry Riddle Prescott 3

Capability Requirements  Embry Riddle Prescott 4

 Embry Riddle Prescott 5 ER/EER Diagram MySQL Workbench CASE Diagram Or PowerPoint ER/EER Diagram Or Modelio UML  Embry Riddle Prescott 5

ER/EER or WB Schema Walk-through Entities (or Classes) Relationships Between Them MySQL Workbench Schema Capture SQL Command Line [Show Tables, Describe, etc.]  Embry Riddle Prescott 6

 Embry Riddle Prescott 7 Logical Design #1 Normalized Tables (Level)  Embry Riddle Prescott 7

 Embry Riddle Prescott 8 Logical Design #2 Transactions  Embry Riddle Prescott 8

 Embry Riddle Prescott 9 Logical Design #3 User View Design  Embry Riddle Prescott 9

 Embry Riddle Prescott 10 Physical Design #1 Storage Media Choice (Memory, File System, Block Storage Partition) Indexing Scheme (MyISAM, InnoDB, Other?) Planned Storage Security and Protection (RAID, Client Connection, Privileges, etc.)  Embry Riddle Prescott 10

 Embry Riddle Prescott 11 Schema Design and Test SQL DDL or Workbench Schema Deployment to PRClab Demonstration Browse with Adminer and/or Show Tables, Describe  Embry Riddle Prescott 11

Schema Data Population Tests DML to Load Test Data Browse on Adminer Example SQL Multi-Table Queries (Transactions)  Embry Riddle Prescott 12

Proof-of-Concept ANALYSIS Demonstration of Major User Views Demonstration of Client Applications Using Secure Connector General Use Demonstrations  Embry Riddle Prescott 13

Summary Thank Audience Encourage Submission of Deficiency Sheets Open to Q&A for 10 Minutes  Sam Siewert 14

Move Slides Not Making MUST PRESENT Status to HERE for Q&A Backup Slides Move Slides Not Making MUST PRESENT Status to HERE for Q&A  Embry Riddle Prescott 15