Design and implementation of your demonstration system

Assignment Help Python Programming
Reference no: EM132327555

Data and System Integration Assignment Task -

Background: E-Government Technology

After evaluating various platforms, the government finally decided to adopt a Service Oriented Architecture (SOA) for its future IT infrastructure. They were impressed with your template-based Reference Architecture approach set out in your Task 1 Report and have accepted your recommendations regarding:

  • Computing and storage infrastructure design,
  • Application / service integration, and
  • Information integration.

However, they would like to gain a deeper understanding of the technologies behind your recommendation and have asked for a small specific demonstration of these technologies along with a brief explanation of the concepts and principles of how it works.

Assignment Task - This assignment consists of two deliverables, being:

  • Demonstration code. All code relating to this assignment should be contained within a folder named: Task 2 - Your Name - Student Number, the folder is then to be zipped and uploaded to blackboard.
  • A report. The report must be uploaded separately.

Part 1 - Demonstration Code

Important Note: For ease of demonstration, your code must be self-contained. In addition to using Standards based HTML and Python, PETL, Bottle and Parser are the only additional frameworks you should need. If you use others they must be provided and not require installation.

To demonstrate your code, you have been provided with four data sources compiled with fictitious sample data. These are:

  • "Offices.csv" contains the information about the government offices,
  • "Office_Locations.csv" contains the location coordinates for each office,
  • "Services.xml" contains a list of government office services, and
  • "Office_Services.csv" contains a list of offices and the services they offer.

Task 1 - Data integration demo

You are to submit a python script named "data_integration.py" which first clean the data then merge it into one CSV output file named "office_service_locations.csv".

Task 1.1 Data Cleansing

Clean the data in the phone number field in "Offices.csv" to ensure all phone numbers are in the same format: (+international_code) regional_code phone_number

That is, all phone numbers should have the international code for Australia "(+61)", followed by a space, followed by the regional code in two digits, followed by a space, followed by 8 digits of the local phone number. For example, the Brisbane office should be formatted to: (+61) 07 36728709

Whilst regional codes do not always adhere to state boundaries, you may apply the following regional codes for each state:

NSW = 02

VIC = 03

QLD = 07

SA = 09

Task 1.2 Data Merge

Merge the data from all four data sources, and generate output file "office_service_locations.csv" with the following fields (attributes):

  • OfficeServicesID - a unique field identifying each record from Office_Services
  • OfficeID - a foreign key linking to Services from Office_Services
  • Service - the ServiceName from Services
  • OfficeID - a foreign key linking to offices and locations
  • Office - the "Contact Name" from offices
  • Suburb - the "Suburb" from offices
  • Phone - the cleaned "Phone Number" data from offices
  • Email - the "Email" address from offices
  • Lat - from Office_Locations
  • Lon - from Office_Locations

Task 2 - RESTful Web Service Demo

You are to submit a python script named "office_locator.py".

For tasks 2.1 to 2.2, your script should build a RESTful web service that supports a 'getoffices' query from the client browser similar to "/getoffices?serviceid=x". The server Web Service will return a JSON table with the following fields (attributes): Office, Suburb, Service, Phone, Email, Lat, Lon.

Data is to come from the "office_service_locations.csv" you built in task 1.2.

Task 2.1 Return offices for a service

The server will return a table of records (tuples) of offices offering the service ID passed to it.

Task 2.2 List of Services

To populate your drop-down list in task 3.1, you will need to return a JSON table of all records from "services.csv" with the following fields (attributes): ServiceID, Service. The server should respond to a "getservices" request.

Task 3 - Mashup Demo

You are to submit a HTML file "office_map.html" and optionally a CSS file named "office_map.css".

Task 3.1 Form Layout

You are to create an input form that accepts user input for a particular service. The input for the service should be a drop-down list whose items should be created dynamically from a call to getservices from task 2.2.

The drop-down list should be accompanied with descriptors and a "Locate Offices" button.

Task 3.2 Google Map

Clicking the "Locate Offices" button will trigger a "getoffices" web service to retrieve a table of offices matching the service with attributes described in task 2. From this data you are to display a Google cluster map marking the position of the returned offices. The map should be centred and zoomed to an appropriate level to show all offices in Australia.

Task 3.3 Information Window Demographics

Upon clicking a marker bubble on the map, the user will be displayed an information window containing: Contact Name, Suburb, Phone Number, and a clickable email address.

Part 2 - Integration Report

You are required to write a report explaining the theory underlining the key concepts around the design and implementation of your demonstration system. You are also required to explain how to run your code. Finally, you are to include all code submitted in the appendices to the report, note that the code will not count towards the word count.

Your report should follow the following template:

Report Format -

Your report should be no less than 1000 words and it would be best to be no longer than 1500 words.

The report MUST be formatted using the following guidelines:

  • Title Page - Must not contain headers, footers, or page numbering. Include your name as the report's author.
  • Header - Report title
  • Footer - your name and the page number
  • Paragraph text - 12 point Calibri single line spacing
  • Headings - Arial in an appropriate type size
  • Margins - 2.5cm on all margins
  • Page numbering
  • Executive summary to the last page of Table of Figures to use roman numerals (i, ii, iii, iv)
  • Introduction and onwards to use conventional numerals (1, 2, 3, 4) starting at page 1 from the introduction.
  • The report is to be created as a single Microsoft Word document (version 2007 or later). No other format is acceptable.

Attachment:- Assignment Files.rar

Verified Expert

his assignment is for r evaluating various platforms, the government finally decided to adopt a Service future IT infrastructure. In this we have evaluated the following • Computing and storage infrastructure design• Application / service integration, and • Information integration.

Reference no: EM132327555

Questions Cloud

Role of meaningful use in ehr adoption : What is the role of Meaningful Use in EHR adoption.
Research in a career such as cybersecurity : What type of sources will work best for research in a career such as Cybersecurity?
Determining the rate-of-return regulation : How is plant depreciation handled in rate-of-return regulation?
Display a list of files and subdirectories in a directory : What CLI command can be used to display a list of files and subdirectories in a directory?
Design and implementation of your demonstration system : ICT705 Data and System Integration Assignment Task, University of the Sunshine Coast, Australia. Design and implementation of your demonstration system
Features of a typical hybrid network architecture design : What are the essential features of a typical hybrid network architecture design?
Prompt the user for the values of the equation coefficient : 1.) Prompt the user for the values of the equation coefficient A, B, and C 2.) Promt the user for the range of the integral. (a and b in the picture)
What command did you use to see the permissions : What command did you use to see the permissions in your home directory set by the admin?
Main door of directory hierarchy : Suppose that you want to block everyone (including yourself) at the main door of your directory hierarchy. How do you do that and how do you reverse it?

Reviews

len2327555

6/24/2019 4:12:14 AM

The assignment will be marked out of a total of 100 marks and forms 40% of the total assessment for the course. ALL assignments will be checked for plagiarism by SafeAssign system provided by Blackboard automatically. Refer to your Course Outline or the Course Web Site for a copy of the “Student Misconduct, Plagiarism and Collusion” guidelines. Late submission will be penalised according to the policy in the course outline. Please note Saturday and Sunday are included in the count of days late.

len2327555

6/24/2019 4:12:03 AM

Requests for an extension to an assignment MUST be made to the course coordinator prior to the date of submission and requests made on the day of submission or after the submission date will only be considered in exceptional circumstances. Assignment submission extensions will only be made using the official University guidelines. The report is to be created as a single Microsoft Word document (version 2007 or later). No other format is acceptable and doing so will result in the deduction of marks.

len2327555

6/24/2019 4:11:54 AM

Referencing - The report is to include (at least 5) appropriate references and these references should follow the Harvard method of referencing. Note that ALL references should be from journal articles, conference papers, technical papers or a recognized expert in the field. DO NOT use Wikipedia as a reference. The use of unqualified references will result in the deduction of marks.

len2327555

6/24/2019 4:11:44 AM

Assignment Advice - This assignment will take several weeks to complete and will require a good understanding of application and information integration technologies for successful completion. It is imperative that students take heed of the following points in relation to doing this assignment: Ensure that you clearly understand the requirements for the assignment – what must be done and what are the deliverables. If you do not understand any of the assignment requirements – Please ASK your tutor. Each time you work on any aspect of the assignment reread the assignment requirements to ensure that what is required is clearly understood. Prior to submitting your code, you should ensure not only that it executes as required, but also looks professional. It is expected that you adhere to HTML and python standards for naming and indenting. All methods should be adequately documented such that another programmer examining your code will readily know what the code is doing.

Write a Review

Python Programming Questions & Answers

  Write a python program to implement the diff command

Without using the system() function to call any bash commands, write a python program that will implement a simple version of the diff command.

  Write a program for checking a circle

Write a program for checking a circle program must either print "is a circle: YES" or "is a circle: NO", appropriately.

  Prepare a python program

Prepare a Python program which evaluates how many stuck numbers there are in a range of integers. The range will be input as two command-line arguments.

  Python atm program to enter account number

Write a simple Python ATM program. Ask user to enter their account number, and print their initail balance. (Just make one up). Ask them if they wish to make deposit or withdrawal.

  Python function to calculate two roots

Write a Python function main() to calculate two roots. You must input a,b and c from keyboard, and then print two roots. Suppose the discriminant D= b2-4ac is positive.

  Design program that asks user to enter amount in python

IN Python Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month.

  Write python program which imports three dictionaries

Write a Python program called hours.py which imports three dictionaries, and uses the data in them to calculate how many hours each person has spent in the lab.

  Write python program to create factors of numbers

Write down a python program which takes two numbers and creates the factors of both numbers and displays the greatest common factor.

  Email spam filter

Analyze the emails and predict whether the mail is a spam or not a spam - Create a training file and copy the text of several mails and spams in to it And create a test set identical to the training set but with different examples.

  Improve the readability and structural design of the code

Improve the readability and structural design of the code by improving the function names, variables, and loops, as well as whitespace. Move functions close to related functions or blocks of code related to your organised code.

  Create a simple and responsive gui

Please use primarily PHP or Python to solve the exercise and create a simple and responsive GUI, using HTML, CSS and JavaScript.Do not use a database.

  The program is to print the time

The program is to print the time in seconds that the iterative version takes, the time in seconds that the recursive version takes, and the difference between the times.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd