Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Your first task at Big Data Datacenter is to show some simple proof of concept types of activities. You will need Perl for the proof

Your first task at Big Data Datacenter is to show some simple proof of concept types of activities. You will need Perl for the proof of concept activities, so you should download it if it is not already installed on your system. It can be downloaded here.

Management is eager to see how Perl can connect and interact with databases and common gateway interface (CGI) applications.For the database connection, you will need to download and install the database interface driver (DBI) and show the following using the Big_Data_Servers_Table.xlsx below as your guide:

Server Name IP Status
PERLDB1
127.23.22.129
Production
PERLDB2
176.32.22.190
Development
PERLDB3
123.76.32.220
Development

- A connection to a database

- A query from the database that returns all of the servers that have status of production

- An insert into the database that adds a new server to the table with ("PERLBD4",128.33.23.198, "Development")

- An update to the database that changes PERLDB2 from development status to production status

- A delete on the database that removes the record information for PERLDB1 because it is no longer in service

For the CGI test, you should connect to the same data source and return the following:

- The number of rows in the Big_Data_Servers_Table.xlsx

- A query that shows all of the production servers

Use the above spreadsheet as your guide. Your database and CGI tasks should reflect the actions against the spreadsheet as if it were a table in a database.

You can optionally download and install a small database and load it with the data from the spreadsheet. A simple, lightweight database will do.

Complete the following:

- Provide a 2-paragraph summary on how you might use DBI and CGI to manage and report on information in a database.

- Share the syntax that is required to perform the DBI and CGI tasks. Simply cut and paste the Perl commands that you are using into a Word document.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Inductive Databases And Constraint Based Data Mining

Authors: Saso Dzeroski ,Bart Goethals ,Pance Panov

2010th Edition

1489982175, 978-1489982179

More Books

Students also viewed these Databases questions

Question

explain the need for human resource strategies in organisations

Answered: 1 week ago

Question

describe the stages involved in human resource planning

Answered: 1 week ago