Clever Framework Name That Doesn’t Violate Copyright Laws

Slides:



Advertisements
Similar presentations
Database System Concepts and Architecture
Advertisements

6/1/2015Ch.31 Defining Enterprise Architecture Bina Ramamurthy.
Technical Architectures
16: Distributed Systems1 DISTRIBUTED SYSTEM STRUCTURES NETWORK OPERATING SYSTEMS The users are aware of the physical structure of the network. Each site.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Overview of Database Languages and Architectures.
Data Communications and Networks
COMP 410 Update!. The Problems Story Time! Describe the Hurricane Problem Do this with pictures, lots of people, a hurricane, trucks, medicine all disconnected.
Institute of Computer and Communication Network Engineering OFC/NFOEC, 6-10 March 2011, Los Angeles, CA Lessons Learned From Implementing a Path Computation.
MARCH 27, Meeting Agenda  Prototype 1 Design Goals  Prototype 1 Demo  Framework Overview  Prototype 2 Design Goals  Timeline Moving Forward.
COMP 410 FINAL PRESENTATION. Agenda  Introduction of the Problem  Overview of NetFlow  Demo of Applications Built on NetFlow  The COMP 410 Experience.
COMP 410 Update. The Problems Story Time! Describe the Hurricane Problem Do this with pictures, lots of people, a hurricane, trucks, medicine all disconnected.
Module 10: Monitoring ISA Server Overview Monitoring Overview Configuring Alerts Configuring Session Monitoring Configuring Logging Configuring.
Engr. M. Fahad Khan Lecturer Software Engineering Department University Of Engineering & Technology Taxila.
Sensor Database System Sultan Alhazmi
Deceit System This overview is meant to provide a coherent understanding of the Deceit System and Engine. The distribution of clients and servers, the.
OOI CI LCA REVIEW August 2010 Ocean Observatories Initiative OOI Cyberinfrastructure Architecture Overview Michael Meisinger Life Cycle Architecture Review.
Clever Framework Name That Doesn’t Violate Copyright Laws MARCH 27, 2015.
Introduction to dCache Zhenping (Jane) Liu ATLAS Computing Facility, Physics Department Brookhaven National Lab 09/12 – 09/13, 2005 USATLAS Tier-1 & Tier-2.
37 Copyright © 2007, Oracle. All rights reserved. Module 37: Executing Workflow Processes Siebel 8.0 Essentials.
What is SAM-Grid? Job Handling Data Handling Monitoring and Information.
VMware vSphere Configuration and Management v6
20409A 7: Installing and Configuring System Center 2012 R2 Virtual Machine Manager Module 7 Installing and Configuring System Center 2012 R2 Virtual.
Cevgroup.org C utting E dge V isionaries. cevgroup.org TODAY’s TALK 1) Internet Of Things (IoT) 2) Wi-Fi Controlled Robots 3) Augmented Reality.
Clever Framework Name MARCH 27, Meeting Agenda  Framework Overview  Prototype 1 Design Goals  Prototype 1 Demo  Prototype 2 Design Goals  Timeline.
APRIL 10, Meeting Agenda  Prototype 2 Goals  Robust Connections Demo  System Diagnostics Tool Demo  Final Prototype Risk Mitigation  Final.
APRIL 10, Meeting Agenda  Prototype 2 Goals  Robust Connections Demo  System Diagnostics Tool Demo  Final Prototype Risk Mitigation  Final.
E-commerce Architecture Ayşe Başar Bener. Client Server Architecture E-commerce is based on client/ server architecture –Client processes requesting service.
In Depth Azure StackIn Depth Azure Stack Resource Providers Damian Flynn MVP Daniel Savage Microsoft.
PART1 Data collection methodology and NM paradigms 1.
SCADA Supervisory Control And Data Acquisition Pantech Solutions Here is the key to learn more.
Team Members: ECE- Wes Williams, Will Steiden, Josh Howard, Alan Jimenez Sponsor: Brad Luyster Honeywell Network Traffic Generator.
Energy Management Solution
Connected Infrastructure
Instructor Materials Chapter 7: Network Evolution
Smarter Technology for Better Business
Configuration and Monitoring
Essentials of UrbanCode Deploy v6.1 QQ147
What is it ? …all via a single, proven Platform-as-a-Service.
MULE Final Presentation
With a short description of Voltron.Controller
Technology Literacy Hardware.
How SCADA Systems Work?.
Peer-to-peer networking
LCGAA nightlies infrastructure
COMP 410 Update March 13, 2015.
Connected Infrastructure
The Client/Server Database Environment
EDGE WP5 Communication Infrastructure - Status February
CHAPTER 3 Architectures for Distributed Systems
Energy Management Solution
Introduction to Cloud Computing
Exploring Azure Event Grid
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture.
Clever Framework Name That Doesn’t Violate Copyright Laws
Database Management System (DBMS)
Computer Simulation of Networks
Data, Databases, and DBMSs
20409A 7: Installing and Configuring System Center 2012 R2 Virtual Machine Manager Module 7 Installing and Configuring System Center 2012 R2 Virtual.
3. Object-oriented Design
Web Application Architectures
Systems Analysis and Design in a Changing World, 6th Edition
Your Solution for: Energy Smart Management Real Time Power Monitoring Fuel Theft Prevention Technical presentation.
Software models - Software Architecture Design Patterns
Web Application Architectures
Network Architecture By Dr. Shadi Masadeh 1.
Chapter 5 Architectural Design.
Web Application Architectures
Microsoft Virtual Academy
March 27, 2015.
Infokall Enterprise Solutions
Presentation transcript:

Clever Framework Name That Doesn’t Violate Copyright Laws March 27, 2015

Meeting Agenda Framework Overview Prototype 1 Design Goals Prototype 1 Demo Prototype 2 Design Goals Timeline Moving Forward Questions & Answers Speaker: Lauren

Framework Overview Do we need this or should we go right into prototype 1? Would it make more sense to show this first? Should be discussion formatted – maybe present our current design, start email dialog about changing the design

There’s a hurricane We have sensors monitoring conditions during the storm so we can get an idea of what is hit the hardest People need water, food, and medicine The city has shelters that people are going to for relief How does the city use its food banks, hospitals, weather information, and relief trucks to distribute resources to those shelters?

We connect these resources so that truck drivers know where to send food, food banks know when they will receive more inventory, and city leadership knows the status of these systems and can route according to weather and road conditions Finally the city is back on its feet and city managers want to look back at how decisions were made to modify emergency response protocols for future disasters. First we solved the immediate problem then learned from those decisions to help us in the future We will go into more detail about this diagram when we talk about prototypes

Shaping the Network Graph implementation should use the same concepts as graph design Business logic should be decoupled from connection logic When an edge goes across machines, this should be an implementation detail of the edge This computational graph abstraction applies to any level of the system The graph topology should be static wherever possible The graph topology needs to dynamically support new devices at runtime Bottom two points conflict – be sure to clarify what you mean here.

Is the temperature too high? Processors Output Processor Input Sends Data Is the temperature too high? Receives Data Input Output Note: Rough Diagram Sketch Will likely have some more inputs and outputs coming in (imagine hospital and warehouse scaling diagram) Mention: "These are useful when, say, encapsulating a third-party sensor: when the component starts, use the proprietary sensor API to listen for events; when an event occurs, emit it on an output channel, perhaps after reformatting it in some way to be more useful to other components."

Static Subgraphs I have an idea of what to put here, but slightly unclear.

Pools

Burglar Alarm Pool Front Door Alarm Photo Proximity Data Back Door Alarm Timestamp

Burglar Alarm Pool Front Door Alarm Photo Lobby Alarm Proximity Data Back Door Alarm Timestamp

Speaker: Lauren or Weston

Feature Priority Dynamic Network Topology Framework Scalability Large Scale Data Aggregation Historical Data Storage Robust Connections System Diagnostics UX/UI Should we include a definition of the feature being “complete?” This connects back to having a deliverable specs & reqs Message passing and adapters – P0 features that have been completed (work into list permanently)

Prototype 1 Design Goals and Demo

Essentially a reminder graphic for the prototype Essentially a reminder graphic for the prototype. Should give basic story (hospitals have supplies, request new supplies from warehouse, helicopter finds people and sends info to hospitals), then go to goals slide (next)

Goals Framework Scalability Interaction with Cloud Services to store and produce data Large Scale Data Aggregation Infrastructure Heterogeneous data, multiple inputs and outputs Dynamic Network Topology Introduce new components without reconfiguring The Cloud Service is Azure – store data in a cloud SQL server and produce data by spinning up component instances (or by random generation) Multiple inputs and outputs allowed by our Framework’s BLANK component Dynamic Network Topology – system robustness (pulling new components in if other fails, reconfiguring without taking system down, etc.) Question: Did we achieve goals beyond these listed?

Prototype 1 Demo

INSERT DEMO GRAPHIC Walk through the basic demo scenario (before showing it) What is going to happen, and which pieces are going to highlight the accomplishment of one of those goals? Is there any Azure deployment? If so what pieces? – Database and Central Manager in the Cloud

INSERT SYSTEM BLOCK DIAGRAM Connect what was demoed to the piece of the Framework that was being used. I.E. “When Hospital A was added to the network after initial configuration, X piece of the Framework allowed it to bypass reconfiguration by going through X process instead.” Remember – purpose is connecting demo use case diagram to system use case diagram/architecture

Prototype 2 Design Goals

Goals Complete Large Scale Data Aggregation Robust Connections Synthesize different types of inputs into one or more different types of outputs Increase the amount of data flow Robust Connections Demonstrate transmission failure recovery and unintentional disconnection recovery Network components directly related can tell when a device disconnects System Diagnostics Expand status logging of components, demonstrate logging capabilities of Framework UX/UI Ability to view actions while running the application Historical Data Storage is also on here, but I think that deserves a mention as an in progress item and doesn’t need a bullet point. System Diagnostics – Logger already created, we just need to fine tune what is being logged and find a way to display it in the application (to show it works)

We will introduce a new component (because we want to introduce more types of data -- hetereogeneous) a traffic reporter. This will relay traffic/road information to the central manager who uses this new information to estimate the time it will take for a warehouse to deliver resources. This will help address the Large Scale Data Aggregation by introducing new types of data that affect the central manager's decision of which warehouse toship the resources from. The central manager can begin to predict resource usage of each hospital, using historical usage data. The central manager will have a user interface for resource management personnel to take manual control over the manager's decisions. (Addressing the UX/UI feature)

Updated Timeline Yellow: Will demonstrate progress Green: Will be complete by 4/10