PLOTr -KUSHAL MEHTA.

Slides:



Advertisements
Similar presentations
EHarmony in Cloud Subtitle Brian Ko. eHarmony Online subscription-based matchmaking service Available in United States, Canada, Australia and United Kingdom.
Advertisements

SERVER web page repository WEB PAGE instructions stores information and instructions BROWSER retrieves web page and follows instructions Server Web Server.
What is it? –Large Web sites that support commercial use cannot be written by hand What you’re going to learn –How a Web server and a database can be used.
Apache Tomcat Server – installation & use Server-side language-- use Java Server Pages Contrast Client-side languages HTML Forms Servers & Server-side.
Multiple Tiers in Action
Apache Tomcat Server Typical html Request/Response cycle
Nikolay Tomitov Technical Trainer SoftAcad.bg.  What are Amazon Web services (AWS) ?  What’s cool when developing with AWS ?  Architecture of AWS 
INTRO TO MAKING A WEBSITE Mark Zhang.  HTML  CSS  Javascript  PHP  MySQL  …That’s a lot of stuff!
Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
Amazon EC2 Quick Start adapted from EC2_GetStarted.html.
Agenda What is AJAX? What is jQuery? Demonstration/Tutorial Resources Q&A.
1 Web Database Processing. Web Database Applications Static Report Publishing a report is prepared from a database application and exported to HTML DB.
A Brief Overview by Aditya Dutt March 18 th ’ Aditya Inc.
Oracle Application Express (Oracle APEX)
Cloud Computing for the Enterprise November 18th, This work is licensed under a Creative Commons.
INFM 603: Information Technology and Organizational Context Jimmy Lin The iSchool University of Maryland Thursday, October 18, 2012 Session 7: PHP.
SIMAGINARITY Salih Safa BACANLI. Description Simaginarity is a site that allows users to upload their photos and see the other users’ photos that are.
Week 7 Lecture Web Database Development Samuel Conn, Asst. Professor
INFO 344 Web Tools And Development CK Wang University of Washington Spring 2014.
Accessing the Amazon Elastic Compute Cloud (EC2) Angadh Singh Jerome Braun.
COLD FUSION Deepak Sethi. What is it…. Cold fusion is a complete web application server mainly used for developing e-business applications. It allows.
Lecture 19 Web Application Frameworks Boriana Koleva Room: C54
Energia Open Source Bazaar AWS  Enes UYSAL - Summer Internship 2012 at CaixaMagica.
Cloud Computing & Amazon Web Services – EC2 Arpita Patel Software Engineer.
Tutorial 7 Creating Forms. Objectives Session 7.1 – Create an HTML form – Insert fields for text – Add labels for form elements – Create radio buttons.
CakePHP is an open source web development framework. It follows Model-View- Controller and is developed using PHP. IT is the basic for user to create.
Putting it all together Dynamic Data Base Access Norman White Stern School of Business.
1Computer Sciences Department Princess Nourah bint Abdulrahman University.
A Genealogy System for the Web Matthew A. Page November 20, 2002.
George Gonsalves.  Free and lightweight web development tool.  Create, publish, and maintain your website  Optimized for Open Source  Designed for.
Case Study Dynamic Website - Three Tier Architecture
GOAL User Interactive Web Interface Update Pages by Club Officers Two Level of Authentication.
Web Architecture Introduction
 Registry itself is easy and straightforward in implementation  The objects of registry are actually complicated to store and manage  Objects of Registry.
PHP Error Handling & Reporting. Error Handling Never allow a default error message or error number returned by the mysql_error() and mysql_errno() functions.
AWS Usage Tips SCS APAC MAR Agenda About Amazon Web Service Sign up the AWS account AWS Management Oracle Apps AMI – Siebel CRM – EBS R
The basics of knowing the difference CLIENT VS. SERVER.
 A cookie is often used to identify a user. A cookie is a small file that the server embeds on the user's computer. Each time the same computer requests.
8 th Semester, Batch 2009 Department Of Computer Science SSUET.
 Before you continue you should have a basic understanding of the following:  HTML  CSS  JavaScript.
Display Page (HTML/CSS)
Open J2EE Session Cluster December Open J2EE Session Cluster 2 Agenda Drivers Existing products Description Technology choices Demo Plan.
Cloud Computing from a Developer’s Perspective Shlomo Swidler CTO & Founder mydrifts.com 25 January 2009.
Basics Components of Web Design & Development Basics, Components, Design and Development.
© 2015 MetricStream, Inc. All Rights Reserved. AWS server provisioning © 2015 MetricStream, Inc. All Rights Reserved. By, Srikanth K & Rohit.
Information Screen Different options to realize. Idea one – You want this if: It should be easy to provide information ◦ Even for non-technical advanced.
 Introduction  Problem  Solution  Future work.
A PRESENTATION ON (IN PHP,CSS,HTML)
Web Technologies Computing Science Thompson Rivers University
Introduction to web development concepts
IBM DB2 Technology Explorer
Amazon AWS Solution Architect Associate Exam Dumps For Full Exam Info Visit This Link:
2018 Amazon AWS DevOps Engineer Professional Dumps - DumpsProfessor
PHP + Oracle = Data-Driven Websites
Web Systems Development (CSC-215)
Web Systems Development (CSC-215)
Web Browser server client 3-Tier Architecture Apache web server PHP
Of HTML, CSS and JavaScript
Image Magick in the Cloud Scalable Image Processing Service
Intro to PHP.
Network Controllable MP3 Player
Deploying Your First Full Stack Application to the Cloud
Building Serverless Enterprise Applications
Architecture of the web
PHP an introduction.
Web Technologies Computing Science Thompson Rivers University
Client-Server Model: Requesting a Web Page
Yale Digital Conference 2019
Web Application Development Using PHP
Presentation transcript:

PLOTr -KUSHAL MEHTA

DESCRIPTION PLOTr is a graphing tool that is based on the cloud. The users can login to the website, input their data and plot a graph for that data on the website itself. Users have multiple options to modify the graphs as needed. The users can also save the output graph on the cloud using S3.

PHP Amazon EC2 Amazon S3 SimpleDB TECHNOLOGIES PHP Amazon EC2 Amazon S3 SimpleDB

PHP Had zero knowledge about PHP As it turns out, PHP is supported well by AWS and is fast enough for my application

SIMPLE DB Used to keep a database of user login information Works well for easy databases Will need to switch to dynamoDB in future

ARCHITECTURE S3 STORAGE EC2 INSTANCE -User Files -LAMP Server -PHP files -HTML -CSS -JavaScripts browser SIMPLE DB -User Login Information

PHP Cloud Services AWS changes faster than we would imagine WHAT I LEARNT PHP Cloud Services AWS changes faster than we would imagine

PROBLEMS FACED Display Drivers for Amazon Linux AMI OCTAVE Scripting for certain functions was trial and error and hence took time

FUTURE WORK Make 2-tier user login system Enable direct uploads from the same page Provide extra features to different types of users

DEMO http://ec2-54-201-86-158.us-west-2.compute.amazonaws.com/main/page/plotr/login.html