Software Breakdown. Monday, October 26, 2009 CS410 Green Team Fall 2009 2 High Level Architecture.

Slides:



Advertisements
Similar presentations
AD User Import From SIMS.NET
Advertisements

Components of GIS.
1 Pertemuan > > Matakuliah: >/ > Tahun: > Versi: >
The Last Procedure Before First Functional Prototype Grant Boomer, Brett Papineau, Tanis Lopez, Archana Shrestha CS 383.
CS410 Green Team. December 16, 2009ODU CS410 Green Team2.
Excel and VBA Creating an Excel Application
Chapter 13 Physical Architecture Layer Design
Generic Simulator for Users' Movements and Behavior in Collaborative Systems A Application D Design D Document Alex Surguch, Niv Saar, Mattan Margalith,
Topics in Reliable Distributed Systems Fall Dr. Idit Keidar.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Overview of Database Languages and Architectures.
Information systems and databases Database information systems Read the textbook: Chapter 2: Information systems and databases FOR MORE INFO...
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
CS 410 Green Group Milestone Presentation.  Introduction  Software Breakdown  Staffing and Work Breakdown Structure  Budget and Break Even Analysis.
C o n f i d e n t i a l Developed By Nitendra NextHome Subject Name: Data Structure Using C Title: Overview of Data Structure.
Chapter 2 Database System Concepts and Architecture
Management Information Systems
Database Management System Lecture 2 Introduction to Database management.
Database Environment 1.  Purpose of three-level database architecture.  Contents of external, conceptual, and internal levels.  Purpose of external/conceptual.
A year 1 computer userA year 2 computer userA year 3 computer user Algorithms and programming I can create a series of instructions. I can plan a journey.
Web Database Design Session 6 and 7 Matakuliah: Web Database Tahun: 2008.
Application Software.
 Definition  Components  Advantages  Limitations Contents  DBMS DBMS  Functions Functions  Architecture Architecture.
Intro-Part 1 Introduction to Database Management: Ch 1 & 2.
2. Database System Concepts and Architecture
Open University of Sri Lanka. Domain n Open University of Sri Lanka Web browser Hand held device CyberGIS Web Cloud Existing GIS providers GPS device.
Cat Bus By Muhammad Abbas Junaid CPSC 463. Introduction  Current Catbus website.
Database Administration COMSATS INSTITUTE OF INFORMATION TECHNOLOGY, VEHARI.
Ihr Logo Fundamentals of Database Systems Fourth Edition El Masri & Navathe Chapter 2 Database System Concepts and Architecture.
Database Architectures Database System Architectures Considerations – Data storage: Where do the data and DBMS reside? – Processing: Where.
10.Introduction to Data-Parallel architectures TECH Computer Science SIMD {Single Instruction Multiple Data} 10.1 Introduction 10.2 Connectivity 10.3 Alternative.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 14 Database Connectivity and Web Technologies.
1 CS 430 Database Theory Winter 2005 Lecture 2: General Concepts.
Introduction. What is the course about?  Concepts History History Data representation, logic Data representation, logic Hardware: CPU, memory, storage,
1Mr.Mohammed Abu Roqyah. Database System Concepts and Architecture 2Mr.Mohammed Abu Roqyah.
CASE STUDY: OLD DOMINION UNIVERSITY Rodney Blythe Monday, October 26, 2009 CS410 Green Team Fall
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture.
DataBase System Concepts and Architecture
1 Database Environment. 2 Objectives of Three-Level Architecture All users should be able to access same data. A user’s view is immune to changes made.
Team Illusion Members: Nathan Vickers Stephen Schoenberger Joshua Dodson Philip Fahnestock.
Mr. Justin “JET” Turner CSCI 3000 – Fall 2015 CRN Section A – TR 9:30-10:45 CRN – Section B – TR 5:30-6:45.
Database Environment Chapter 2. The Three-Level ANSI-SPARC Architecture External Level Conceptual Level Internal Level Physical Data.
Developing GRID Applications GRACE Project
1 Database Design Chapter-2- Database System Concepts and Architecture Reference: Prof. Mona Mursi Lecture notes.
 Computer hardware refers to the physical parts of a computer and related devices. Internal hardware devices include motherboards, hard drives,
  ONLINE DORMITORY RESERVATION SYSTEM By RAMYA VAKITY KOUSHIK KUMAR SURAGONI MOTHE ADITHYA    GRADUATE CAPSTONE SEMINAR PROJECT    Submitted in partial.
Oracle 10g Administration Oracle Server Introduction Copyright ©2006, Custom Training Institute.
ISC321 Database Systems I Chapter 2: Overview of Database Languages and Architectures Fall 2015 Dr. Abdullah Almutairi.
Data Structures: A Pseudocode Approach with C 1 Chapter 5 Objectives Upon completion you will be able to: Explain the design, use, and operation of a linear.
CS-508 Databases and Data Mining By Dr. Noman Hasany.
Databases and Database User ch1 Define Database? A database is a collection of related data.1 By data, we mean known facts that can be recorded and that.
BSA 385 Week 3 Individual Assignment Frequent Shopper Program Part 2 Check this A+ tutorial guideline at
Databases (CS507) CHAPTER 2.
Mehdi Kargar Department of Computer Science and Engineering
Design Skills Example.
Database Development (8 May 2017).
Customizing custom.
Datab ase Systems Week 1 by Zohaib Jan.
Chapter 2 Database System Concepts and Architecture
Physical Data Model – step-by-step instructions and template
Chapter 2: Database System Concepts and Architecture
Analysis models and design models
Database Systems Instructor Name: Lecture-2.
Programming Languages
Chapter 2 Database Environment Pearson Education © 2014.
Chapter 2 Database Environment Pearson Education © 2009.
Amir Kouretchian Peter Turschmid Chris Byszeski
Object-Oriented Programming (OOPs)
CSCE156: Introduction to Computer Science II
COmputeR ScIenCe wait-list User Stories Presentation
Presentation transcript:

Software Breakdown

Monday, October 26, 2009 CS410 Green Team Fall High Level Architecture

Database Requirements Each point of map data will be inserted into the database as a node and given a weight Sets of nodes representing physical entities may be stored as structures Nodes will be categorized into states and overlays Complete sets of connected nodes may be stored as paths

Initial ERD

Data Access and Manipulation All access to the database will be handled by an externalized set of stored procedures External scripts will be used to perform the path-finding algorithm, compute the node weights, and manipulate the data in the database.

User Interface Requirements The user will be able to search for and select nodes and DMS will display the selected node’s information The user will be able to select multiple nodes and DMS will display the quickest route between them

User Interface Logic Example User searches for the path between two locations

Admin User Interface Requirements The admin user will be able to add and remove nodes The admin user will be able to move nodes and edit node information The admin user will be able to add a state or overlay to a group of selected nodes

Admin User Interface Logic Example Admin user adds a new node