Top Banner
Introducing Big Data Concepts in an Introductory Technology Course Mark Frydenberg Bentley University Waltham, MA @checkmark
30

Introducing Big Data in the Digital Literacy Curriculum

Jul 12, 2015

Download

Education

checkmark
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Introducing Big Data in the Digital Literacy Curriculum

Introducing Big Data Concepts

in an Introductory Technology

Course

Mark Frydenberg

Bentley University

Waltham, MA

@checkmark

Page 2: Introducing Big Data in the Digital Literacy Curriculum
Page 3: Introducing Big Data in the Digital Literacy Curriculum

IT 101 Current Topics

• Computers

• Operating System Basics

• Input and Output Devices

• Internet

• Cloud Services

• Wireless Networking

• Web

• Software and Apps

• Office Apps (Word, Excel, PowerPoint)

• Security and Privacy

• Mobile Devices

• Databases

Page 4: Introducing Big Data in the Digital Literacy Curriculum

Goals:

• Introduce Big Data Concepts and Buzzwords

• Introduce Database Concepts

• No programming

• Methodology

Page 5: Introducing Big Data in the Digital Literacy Curriculum

The Presentation in Class

Page 6: Introducing Big Data in the Digital Literacy Curriculum

Tech Trends Enable Big Data

Page 7: Introducing Big Data in the Digital Literacy Curriculum
Page 8: Introducing Big Data in the Digital Literacy Curriculum
Page 9: Introducing Big Data in the Digital Literacy Curriculum
Page 10: Introducing Big Data in the Digital Literacy Curriculum
Page 11: Introducing Big Data in the Digital Literacy Curriculum

The Demo

Page 12: Introducing Big Data in the Digital Literacy Curriculum

http://bigquery.cloud.google.com

Page 13: Introducing Big Data in the Digital Literacy Curriculum

Turn on BigQuery

Page 14: Introducing Big Data in the Digital Literacy Curriculum

Sample Public Databases

Page 15: Introducing Big Data in the Digital Literacy Curriculum

Shakespeare Database

Page 16: Introducing Big Data in the Digital Literacy Curriculum

Google BigQuery

Page 17: Introducing Big Data in the Digital Literacy Curriculum

A More Complex and Amusing QuerySELECT title,

sum (num_characters) as num_characters

FROM [publicdata:samples.wikipedia]

WHERE

regexp_match(title, r'^G.*o.*o.*g.*l.*e$') and not (title contains 'Google')

GROUP BY title

ORDER BY num_characters DESC

LIMIT 1000

Page 18: Introducing Big Data in the Digital Literacy Curriculum
Page 19: Introducing Big Data in the Digital Literacy Curriculum

Natality Database Query

Page 20: Introducing Big Data in the Digital Literacy Curriculum

Download BigQuery Connector

Page 21: Introducing Big Data in the Digital Literacy Curriculum

Excel with BigQuery Connector

Page 22: Introducing Big Data in the Digital Literacy Curriculum

Data imported from BigQuery

Page 23: Introducing Big Data in the Digital Literacy Curriculum

Analysis with Pivot Table and Spark lines

Page 24: Introducing Big Data in the Digital Literacy Curriculum

Methodology

• 166 (64f + 102m) / 160 (64f +96m) students

• 7 sections of IT 101

• 1 Instructor (me!)

• Pre- and Post- Interviews following the lesson, approximately 2 weeks apart

• Interviews

Page 25: Introducing Big Data in the Digital Literacy Curriculum
Page 26: Introducing Big Data in the Digital Literacy Curriculum

Survey Results

Page 27: Introducing Big Data in the Digital Literacy Curriculum

Survey Results

Page 28: Introducing Big Data in the Digital Literacy Curriculum

What did you learn about Big Data?

"Every move we make seems to be recorded and every human being is leaving a data trail

that will be there after the human being is long gone."

Big Data has become a part of our everyday lives. It is tracing our locations through our

phones and we constantly leave paths through various social media sites."

Page 29: Introducing Big Data in the Digital Literacy Curriculum

“The content was relevant, crucial and necessary in what many would consider the

'technological age,' and I have begun to realize that informing myself of news and

materials in this field may prove beneficial, if not necessary."

Page 30: Introducing Big Data in the Digital Literacy Curriculum

Thanks!

Mark Frydenberg

[email protected]

@checkmark