Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Python Expert

Architecture and System Integration

Case Study: Queensland Health - eHealth Investment Strategy

After evaluating various platforms, Queensland Health finally decided to adopt a Service Oriented Architecture (SOA) for its future IT infrastructure. Queensland Health executives were impressed with your Template based, Reference Architecture approach set out in your Task 1 Report and has accepted your recommendations regarding Application and Service Integration. However, Queensland Health Executives would like to gain a deeper understanding of:

- Computing and storage infrastructure design,
- Information integration, and
- Technologies behind your recommendation regarding Application and Service Integration 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.
There are 2 parts to this Assignment:

Part 1 - Integration Demo
Because Queensland Health have medical practice related applications in many health practices around Queensland, Queensland Health Executives would like a demonstration of a web service to help Queensland Health employees and the Queensland public to find health practices within Queensland. The demo enables Queensland users to browser search the locations of medical practices in Google Maps using a postcode and retrieve an example of town information along with the map. You are required to use the specific data provided to you by your Tutor (there will be a 0 (zero) mark for this section if you don't use the data provided by your Tutor). There are three major components in the demo system:

1. Data integration demo. In this demo, there are two data source files provided to you by your Tutor:
- ‘QLD_Health_Care_Practices' contains the information about fictional health practices, and
- ‘QLD_Locations' contains the information about the location coordinates for towns with health practices.
A Python scrip file with the name ‘data_merger.py' should be implemented to read these two data files. Using the Python petl framework you are required to output the merged data into a CSV file with the name ‘practice_locations.csv'.

2. RESTful Web service server demo. In this demo, you are required to build a RESTful Web service which supports a ‘getlocation' query from the client browser similar to ‘/getlocation?postcode=xxxx'. The server Web Service will return a JSON object with four attributes (practice name, latitude, longitude, town name and state). The data for this JSON object will be retrieved from the ‘practice_locations.csv' file you created in component 1. The Python Bottle framework is required for this implementation. A Python scrip file with the name ‘practice_locator.py' will contain this RESTful Web Service Demo.

3. Mashup demo. In this demo, you are required to build a mashup application which accepts a postcode as the input. If a health practice in that suburb can be found, then its location is displayed in Google Map. Otherwise, a default clinic is displayed. A HTML file ‘practice_map.html' should be implemented. In this file, a text field is provided at the page top to accept user's input of postcode. In addition, a Submit button will trigger the ‘getlocation' Web Service to retrieve its corresponding latitude and longitude, and highlight and centre the location in Google map.

In addition to highlighting the positon on the map, a user is able to click on the marker bubble and see an information window containing suburb / town specific information or a link to that information.

Two Very Important Notes:

1. You MUST use and incorporate the specific ‘QLD_Health_Care_Practices' and ‘QLD_Locations' data files provided to you by your Tutor. There will be a mark of 0 (Zero) awarded for this demo section if your solutions do not use the specific data files provided to you by your Tutor.

2. For ease of demonstration to Queensland Health executives, your code must be self- contained and run easily in PyCharm. In addition to using Standards based HTML and Python, the Python modules ‘petl', ‘Bottle' and ‘parser' are the only additional frameworks you should need. ALL required files must be provided with your submission and should not require any extra installation.
Code Package Format

The code implementation should be with Python 3 and PyCharm. You are required to compress all your Python code, data files and all supporting packages/modules into one .zip file and upload it to Blackboard. Make sure your demo code is runnable in PyCharm after being unzipped.

Part 2 - Integration Report

In addition to the above Demo code you are required to include a Report Based on Task 1 case study explaining the key concepts for:
- The demo design and implementation (including instructions on running your code).
- Computing and storage infrastructure design, and
- Information integration

Please use the following outline in your report:

 

Title

Major Outcomes

1

Introduction

 

2

Information Management and Integration

Discuss and design strategies to integrate the multiple data sources developed and used by different teams for various business units and departments.

3

Application and Data Storage Infrastructure Design

Discuss various cloud options and their suitability. Design a cloud infrastructure strategy.

4

Data merging

Explain data merging principles and how it was applied in your Demo

5

RESTful Web services

Explain RESTful Web services and how they were

applied in your Demo

6

Mashups

Explain Mashup principles and how it was applied in your Demo

7

Conclusion

 

Consult Rubric in Appendix A for more details on how this question will be marked.

Report Format

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

The report MUST be formatted using the following guidelines:
- Paragraph text - 12 point Calibri single line spacing
- Headings - Arial in an appropriate type size
- Margins - 2.5cm on all margins
- Header - Report title
- Footer - page number (including the word "Page")
- Page numbering - roman numerals (i, ii, iii, iv) up to and including the Table of Contents, restart numbering using conventional numerals (1, 2, 3, 4) from the first page after the Table of Contents.
- Title Page - Must not contain headers or footers. Include your name as the report's author.
- The report is to be created as a single Microsoft Word document (version 2007, 2010, 2013 or Office 365). No other format is acceptable and doing so will result in the deduction of marks.

Attachment:- Task 2.rar

Python, Programming

  • Category:- Python
  • Reference No.:- M93136145
  • Price:- $80

Priced at Now at $80, Verified Solution

Have any Question?


Related Questions in Python

Architecture and system integrationcase study queensland

Architecture and System Integration Case Study: Queensland Health - eHealth Investment Strategy After evaluating various platforms, Queensland Health finally decided to adopt a Service Oriented Architecture (SOA) for its ...

Lab assignment -background - we have discussed in detail

Lab Assignment - Background - We have discussed, in detail, the function of Stacks and Queues and how they are specifically implemented in Python. To get a better understanding of the utility of these data structures, we ...

Project reconnaissance and attack on ics

Project: Reconnaissance and Attack on ICS NetworksEnvironment Setup The second mini project will be based on Industrial Network Protocols, specifically the Modbus protocol. Please follow the instructions carefully to set ...

Show times in tmus and seconds1 an associate grasps an oven

Show times in TMUs and seconds. 1. An associate grasps an oven door within reach and pulls it open 18 inches with the left hand (he does not relinquish control of the door). With a pan in the right hand, he carefully pos ...

Simple python traffic lightswrite a program that simulates

Simple Python (Traffic lights) Write a program that simulates a traffic light. The program lets the user select one of three lights: red, yellow, or green. When a radio button is selected, the light is turned on, and onl ...

Below zero - ice cream storethe local ice-cream store needs

Below Zero - ice cream store The local ice-cream store needs a new ordering system to improve customer service by streamlining the ordering process. The manager of the store has found that many orders are incorrect and s ...

Quesiton write a python script that counts occurrences of

Quesiton: Write a python script that counts occurrences of words in a file. • The script expects two command-line arguments: the name of an input file and a threshold (an integer). Here is an example of how to run the sc ...

Question write a python program with a graphical user

Question: Write a python program with a graphical user interface that will allow a user to create a custom pizza which they wish to order. At minimum, the user should be able to choose the size of the pizza, the type of ...

Question write a simple python program that takes use

Question: Write a simple python program that takes use inputs as non-zero digits and converts them into binary form. The response must be typed, single spaced, must be in times new roman font (size 12) and must follow th ...

Question research pythons dictionary data type dictdiscuss

Question : Research Python's dictionary data type (dict). Discuss its interface and usage. Include examples. Discuss practical applications of dictionaries.

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As