CS317 File and Database...

17
August 28, 2016 Sam Siewert CS317 File and Database Systems Lecture 1 - Introduction

Transcript of CS317 File and Database...

Page 1: CS317 File and Database Systemsmercury.pr.erau.edu/~siewerts/cs317/documents/Lectures/Fall-2016/... · Database Systems: A Practical Approach to Design, Implementation, and Management,

August 28, 2016 Sam Siewert

CS317 File and Database Systems

Lecture 1 - Introduction

Page 2: CS317 File and Database Systemsmercury.pr.erau.edu/~siewerts/cs317/documents/Lectures/Fall-2016/... · Database Systems: A Practical Approach to Design, Implementation, and Management,

Dr. Sam Siewert UC Berkeley – Philosophy/Physics University of Notre Dame, BS - Aerospace/Mechanical Engineering Johnson Space Center, U. of Houston – UHCL Computer Engineering, Mission Control Center U. of Colorado, Boulder, MS/PhD – JPL, Colorado Space Grant, Computer Science

CU Boulder Senior Instructor, Adjunct Professor, CTO, Architect, Developer/Engineer in Local Start-ups

U. of Alaska, Anchorage, Assistant Professor, Computer Systems Engineering, Alaska Space Grant Embry Riddle Prescott, Assistant Professor, CESE

Sam Siewert 2

1984-85

1985-89

1989-92

1992-2012

2012-14

Page 3: CS317 File and Database Systemsmercury.pr.erau.edu/~siewerts/cs317/documents/Lectures/Fall-2016/... · Database Systems: A Practical Approach to Design, Implementation, and Management,

Sam Siewert 3

Related Industry Background

General Experience (~25 Years in Embedded and Scalable Systems) – 12 Years NASA JSC, NASA JPL / CU, Ball Aerospace – 12+ Years Commercial Telecomm, Storage/Networks, Embedded,

Digital Video

Instrumentation and Machine Vision – Spitzer Space Telescope – Unmanned Aerial Systems – Robotics at CU-Boulder, Arctic Sensor Systems at U. of Alaska

Anchorage

Software Engineering – NASA Johnson and JPL (Shuttle Ascent/Entry Guidance, Deep

Space) – Intel, Emulex, Start-ups

Consulting – Graphics, Storage and Networking, UAS/UAV

Page 4: CS317 File and Database Systemsmercury.pr.erau.edu/~siewerts/cs317/documents/Lectures/Fall-2016/... · Database Systems: A Practical Approach to Design, Implementation, and Management,

File and DB Systems Experience 2002-2006 – Emulex (Intel), Chip-down Fiber Channel 2006-2010 – Atrato Inc. (Start-up), Scalable HDD/SSD Hybrid RAID Systems (10GE, 4/8G Fiber Channel) 2010-12 – Intel Corporation – Beyond Software RAID Research Low-Level! - Block Layer Below Oracle, MS SQL, MySQL Self-Taught on MySQL (It’s Like Snowboarding – Easy to Learn, Hard to Master) Sam Siewert 4

Page 5: CS317 File and Database Systemsmercury.pr.erau.edu/~siewerts/cs317/documents/Lectures/Fall-2016/... · Database Systems: A Practical Approach to Design, Implementation, and Management,

Course Goals and Outline Database Systems: A Practical Approach to Design, Implementation, and Management, 6th Edition, Thomas Connolly and Carolyn Begg (ISBN 978-0-13-294326-0) publisher link

… two primary goals for students; the first goal is to learn the fundamentals of relational, object-relational and object-oriented database systems and the second goal is to have hands-on experience on database design, implementation, management and programming. http://mercury.pr.erau.edu/~siewerts/cs317/ http://mercury.pr.erau.edu/~siewerts/cs317/CS317-Syllabus-Fall-15.html Sam Siewert 5

Page 6: CS317 File and Database Systemsmercury.pr.erau.edu/~siewerts/cs317/documents/Lectures/Fall-2016/... · Database Systems: A Practical Approach to Design, Implementation, and Management,

Why SQL and MySQL Wide Use, Partially Open Source (Alternate – MariaDB) RDBMS Majority of Market Share – 2014 Survey People Seem to Like it! (90% Neutral to Better than)

Sam Siewert 6

Information Week TechDigest, March 2014 “2014 State of Database Tech”

Page 7: CS317 File and Database Systemsmercury.pr.erau.edu/~siewerts/cs317/documents/Lectures/Fall-2016/... · Database Systems: A Practical Approach to Design, Implementation, and Management,

File System and DBMS Code Take Poll on Who has had CS125 [C programming], CS225 [C++ programming] ALL must Learn SQL and Use PRCLab Web Interface and Command Line Interface Assignment #5 Option to Work with C/C++ for B-Tree Assignment #5 Option to Dig Deeper into SQL Security [Non C/C++ Programmer Option] ALL must Learn OOA/OOD and Basic OODBMS Concepts Sam Siewert 7

Page 8: CS317 File and Database Systemsmercury.pr.erau.edu/~siewerts/cs317/documents/Lectures/Fall-2016/... · Database Systems: A Practical Approach to Design, Implementation, and Management,

PRClab – Linux for C/C++ Option #1 – Use PRClab, prclab.pr.erau.edu via SSH – Recommend Putty connection with SSH and X11 forwarding – Code Development (GCC/g++, Make, etc.) -

http://mercury.pr.erau.edu/~siewerts/cs317/documents/Linux/ – Debugging C/C++ Source Code using DDD

(http://www.gnu.org/software/ddd/manual/html_mono/ddd.html ) – Verification and Validation of C/C++ Implementations – General Linux System (RHEL 6.5) – http://prclab.pr.erau.edu/adminer.php (PHPAdmin login) – [email protected] – For Help with PRClab login, etc.

Option #2 – Use Virtual-Box Linux with Centos 6.5 Install of Ubuntu 14.04 LTS (Both Supported) – Must Have Windows, Macintosh or Linux Personal PC – http://mercury.pr.erau.edu/~siewerts/cs317/documents/Linux/Linux-

Development-Getting-Started.pdf

Sam Siewert 8

Page 9: CS317 File and Database Systemsmercury.pr.erau.edu/~siewerts/cs317/documents/Lectures/Fall-2016/... · Database Systems: A Practical Approach to Design, Implementation, and Management,

Sam Siewert 9

Why Work with Linux and Virtual Box… From Mobiles to Super-Computing to Datacenters

From Android Mobiles to GIS and Digital Video Services Huge Value in Open Source Drivers, Tools, and Applications – Speeds Up Time to Market Oracle Virtual Box – Great Cross OS Test Environment

http://www.top500.org/

Tianhe – 33+ Pflops Google Embedded/Mobile

Page 10: CS317 File and Database Systemsmercury.pr.erau.edu/~siewerts/cs317/documents/Lectures/Fall-2016/... · Database Systems: A Practical Approach to Design, Implementation, and Management,

How We’ll Do It 1/3 Knowledge, Concepts, Theory – Lectures/Reading (On-going) – Lectures related to Connolly-Begg Textbook and Instructor’s

Experience – Logical and Physical DBMS – Review of File systems and Key Differences with DBMS – LAMP – Linux, Apache, MySQL, PHP – Discussions

1/3 Practice – PRClab or VB-Linux LAMP – SQL, C code, PHP or Python if you Wish – Building, Modifying, Querying and Using MySQL RDBMS (Oracle),

http://www.mysql.com/ – Logical RDBMS Design, Implementation and Management – Physical RDBMS Data structures (B-tree), Physical Ext-n I-node

structures and debugfs

1/3 Project – Group Project to Build a Significant Database on PRClab – Final Assignment

Sam Siewert 10

Page 11: CS317 File and Database Systemsmercury.pr.erau.edu/~siewerts/cs317/documents/Lectures/Fall-2016/... · Database Systems: A Practical Approach to Design, Implementation, and Management,

Sam Siewert 11

Administrivia Introductions – Instructor (Office Hours) – Fall 2016 Office Hours – Students (Introductions) – Please do Collaborate, but cite well! – Policies - http://mercury.pr.erau.edu/~siewerts/cs317/policies/

Mercury and CANVAS (So Happy Together!) – CANVAS Assignment Management Tool - https://erau.instructure.com/ – Access via ERNIE - https://ernie.erau.edu – Backup Mercury Website - http://mercury.pr.erau.edu/~siewerts/cs317/

Course Information – Attendance & E-mail list (please sign up on sheet being passed around) – Lecture Notes at http://mercury.pr.erau.edu/~siewerts/cs317/documents/ – Will post Assignments on CANVAS

Must have PRClab account OR VB-Linux - http://prclab.pr.erau.edu/adminer.php I highly recommend both if possible, but PRClab is sufficient

Page 12: CS317 File and Database Systemsmercury.pr.erau.edu/~siewerts/cs317/documents/Lectures/Fall-2016/... · Database Systems: A Practical Approach to Design, Implementation, and Management,

25 August 2014 Sam Siewert

MySQL on Linux (LAMP) Skills

Introduction Session (File System vs. DBMS)

Page 13: CS317 File and Database Systemsmercury.pr.erau.edu/~siewerts/cs317/documents/Lectures/Fall-2016/... · Database Systems: A Practical Approach to Design, Implementation, and Management,

File System Concepts – Review? Name Space Meta-Data File-Data I-nodes Blocks with Byte Offsets Belong to Name Space Files

Sam Siewert 13

Page 14: CS317 File and Database Systemsmercury.pr.erau.edu/~siewerts/cs317/documents/Lectures/Fall-2016/... · Database Systems: A Practical Approach to Design, Implementation, and Management,

Make a File System mkfs –t ext3 /dev/sdb1 Install Name Space and Metadata on Volume

Sam Siewert 14

Page 15: CS317 File and Database Systemsmercury.pr.erau.edu/~siewerts/cs317/documents/Lectures/Fall-2016/... · Database Systems: A Practical Approach to Design, Implementation, and Management,

Use a File System Block Access via dd in Linux – e.g. Clone Volume Name Space Access via Shell or Browser

Sam Siewert 15

Page 16: CS317 File and Database Systemsmercury.pr.erau.edu/~siewerts/cs317/documents/Lectures/Fall-2016/... · Database Systems: A Practical Approach to Design, Implementation, and Management,

Sam Siewert 16

MySQL Command Line and PHPAdmin Why and How is a RDBMS Different?

Login to MySQL via Web http://prclab.pr.erau.edu/adminer.php

Sign up for account today!!! Explore Read Tutorial Docs - http://dev.mysql.com/doc/index-topic.html

Login to MySQL via SSH Shell (Putty)

In Case You Want More (NOT REQUIRED) Install Oracle Virtual Box Install Centos 6.5 or Ubuntu 14.04 LTS Install MySQL Install Apache and PHP Setup PHPAdmin on localhost

Page 17: CS317 File and Database Systemsmercury.pr.erau.edu/~siewerts/cs317/documents/Lectures/Fall-2016/... · Database Systems: A Practical Approach to Design, Implementation, and Management,

Next Time … DBMS vs. File System (read Connolly-Begg Chapter #1) – Come to Class Prepared to Discuss – Why is DBMS Better then File System – Why do we Use File Systems still? – What is NoSQL? (Not in Book, http://en.wikipedia.org/wiki/Nosql) – Structured vs. Unstructured Data? – For Discussion

Assignment #1 Discussion – I will Post Every Other Wednesday, We’ll Discuss, Due

Following Week on Friday – Late Assignments – 10% Penalty for Monday Turn-in, After

Monday, only with Instructor Permission

Sam Siewert 17