Download Tutorial: MySQL Database and Relational Data Processing

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Big data wikipedia , lookup

Expense and cost recovery system (ECRS) wikipedia , lookup

PL/SQL wikipedia , lookup

SQL wikipedia , lookup

Data Protection Act, 2012 wikipedia , lookup

Clusterpoint wikipedia , lookup

Data center wikipedia , lookup

Data model wikipedia , lookup

SAP IQ wikipedia , lookup

Forecasting wikipedia , lookup

Data analysis wikipedia , lookup

Data vault modeling wikipedia , lookup

3D optical data storage wikipedia , lookup

Database model wikipedia , lookup

Business intelligence wikipedia , lookup

Information privacy law wikipedia , lookup

Transcript
Tutorial: MySQL/SQL Server
Database and Relational Data
Processing
Dr. Jiaqi Yan
Oct 4, 2012
Objective
• We have raw data:
– Programmers’ personal information
– Projects they have participated
• We want to:
– Analyze the collaboration network of these
programmers
Task in this tutorial
Raw Data
VNA Data
SQL Data
Processing
Raw Data
• Tutorial_accounts.txt
–
–
–
–
Id
country_code
kudo_rank
Name
• Tutorial_contributor.txt
–
–
–
–
–
–
projectid
developercount
account_id (who has participated in the project)
man_months
primary_language_id
account_name
VNA Data
• Node data
–
–
–
–
id
Name
Country
…
• Tie data
– From (id of programmer A)
– To (id of programmer B)
– Strength (times of collaborations in the same projects)
Agenda
•
•
•
•
Downloading and installing MySQL server
Downloading the raw data
SQL data processing
Generation of VNA file