MySQL for the Internet of Things

دانلود کتاب MySQL for the Internet of Things

59000 تومان موجود

کتاب MySQL برای اینترنت اشیا نسخه زبان اصلی

دانلود کتاب MySQL برای اینترنت اشیا بعد از پرداخت مقدور خواهد بود
توضیحات کتاب در بخش جزئیات آمده است و می توانید موارد را مشاهده فرمایید


این کتاب نسخه اصلی می باشد و به زبان فارسی نیست.


امتیاز شما به این کتاب (حداقل 1 و حداکثر 5):

امتیاز کاربران به این کتاب:        تعداد رای دهنده ها: 5


توضیحاتی در مورد کتاب MySQL for the Internet of Things

نام کتاب : MySQL for the Internet of Things
عنوان ترجمه شده به فارسی : MySQL برای اینترنت اشیا
سری : The expert's voice in big data;Books for professionals by professionals
نویسندگان : ,
ناشر : Apress; Springer Science+Business Media
سال نشر : 2016
تعداد صفحات : 329
ISBN (شابک) : 9781484212943 , 1484212932
زبان کتاب : English
فرمت کتاب : pdf
حجم کتاب : 9 مگابایت



بعد از تکمیل فرایند پرداخت لینک دانلود کتاب ارائه خواهد شد. درصورت ثبت نام و ورود به حساب کاربری خود قادر خواهید بود لیست کتاب های خریداری شده را مشاهده فرمایید.


فهرست مطالب :


Contents at a Glance......Page 5
Contents......Page 6
About the Author......Page 11
About the Technical Reviewer......Page 12
Acknowledgments......Page 13
Introduction......Page 14
Chapter 1: The Internet of Things and Data......Page 17
IOT Solutions......Page 18
IOT Is More Than Just Connected to the Internet......Page 19
IOT Services......Page 22
Sensor Networks......Page 23
Fleet Management......Page 24
Home Automation......Page 26
What Is IOT Data?......Page 27
How Can You Find an IOT Device?......Page 32
IOT and Big Data......Page 35
IOT Security......Page 36
Communication Protocols......Page 39
Password Policies......Page 40
Securing IOT Solutions......Page 41
Securing the Database Server......Page 43
Summary......Page 44
Microcontrollers......Page 45
What Is an Arduino?......Page 46
Arduino Zero......Page 47
Arduino Yún......Page 48
Arduino Leonardo......Page 49
Arduino Due......Page 50
Arduino Mega 2560......Page 51
Sparkfun Redboard......Page 52
TinyCircuits TinyDuino......Page 53
SpikenzieLabs Sippino......Page 55
Spikenzie Labs Prototino......Page 57
Sparkfun ESP8266 WiFi Module......Page 58
The Arduino IDE......Page 61
Wiring the Circuit......Page 64
Writing the Sketch......Page 66
Testing the Project......Page 67
Additional Arduino Hardware......Page 68
Arduino Ethernet Shield......Page 69
Arduino WiFi Shield 101......Page 70
Arduino WiFi Shield......Page 71
Sparkfun WiFi Shield: ESP8266......Page 72
Adafruit WiFi Shield......Page 73
Sparkfun CryptoShield......Page 74
XBee Modules......Page 76
Low-Powered Computing Platforms......Page 78
pcDuino3B......Page 79
Intel Galileo Gen 2......Page 81
Computer Boards......Page 82
BeagleBone Black......Page 83
Raspberry Pi 2 Model B......Page 84
Raspberry Pi B......Page 85
Intel Edison (with Sparkfun Blocks)......Page 86
Sensors......Page 88
Digital Sensors......Page 89
Examples of Sensors......Page 90
Computer Systems......Page 93
Summary......Page 94
Chapter 3: How IOT Data Is Stored......Page 95
Distributed IOT......Page 96
Data Aggregators......Page 97
Local On-Device Storage......Page 98
Writing Data to Files......Page 99
Local Storage on the Arduino......Page 101
SD Card......Page 102
Passing the Buck to Aggregators......Page 106
Database Storage......Page 108
Benefits......Page 109
Techniques......Page 110
Considerations......Page 111
Node Placement......Page 112
Data Storage......Page 113
Summary......Page 115
Chapter 4: Data Transformation......Page 116
Is There Another Way to Make the Observation?......Page 117
How Often Do You Need to Record the Observation?......Page 118
Are There Interpretations Needed for the Observation Data?......Page 119
What Is the Lifetime of the Data?......Page 120
Annotation......Page 121
Code Implementation......Page 122
Database Considerations......Page 124
Recording the Date and Time......Page 125
Using a Real-Time Clock Module......Page 126
Code Implementation......Page 127
Database Considerations......Page 130
Data Type Transformations......Page 131
Code Implementation......Page 134
Database Considerations......Page 137
Code Implementation......Page 138
Database Considerations......Page 141
Derived and Calculated Columns Using a Trigger......Page 142
Derived and Calculated Columns Using a SELECT Statement......Page 143
Derived and Calculated Columns Using an INSERT Statement......Page 144
Data Interpretations......Page 145
Code Implementation......Page 146
Database Considerations......Page 147
Sensor-Driven Data......Page 149
Interval Driven Data......Page 151
Data from Multiple Nodes......Page 152
Aggregate Calculations......Page 154
Summary......Page 155
Getting Started......Page 156
How Do I Use MySQL?......Page 157
How to Get and Install MySQL......Page 159
How Data Is Stored and Retrieved......Page 172
How and Where MySQL Stores Data......Page 173
The MySQL Configuration File......Page 177
Creating Users and Granting Access......Page 178
MySQL Commands......Page 179
Creating Databases and Tables......Page 180
Getting Results......Page 181
Adding Data......Page 184
Changing Data......Page 185
Indexes......Page 186
Triggers......Page 187
Simple Joins......Page 188
Additional Advanced Concepts......Page 190
Example 1: Plant-Monitoring System......Page 191
Step 2: Design the Database Objects......Page 192
Example 1: A Simple Query......Page 196
Example 2: A Complex Query......Page 198
Step 4: Testing the Database......Page 200
Testing Example 1......Page 202
Testing the Complex Query......Page 204
Recommendations and Best Practices......Page 206
Summary......Page 208
Introducing the Raspberry Pi......Page 209
Noble Origins......Page 211
Models......Page 212
A Tour of the Board......Page 214
Required Accessories......Page 215
Recommended Accessories......Page 216
Where to Buy......Page 217
Choosing a Boot Image (Operating System)......Page 220
Using NOOBS......Page 221
Mac OS X......Page 225
Booting Up......Page 226
MySQL Installation and Setup......Page 229
Partitioning and Formatting the Drive......Page 230
Setting Up Automatic Drive Mounting......Page 232
Installing MySQL......Page 234
Moving the Data Directory to the External Drive......Page 237
BeagleBone Black......Page 239
pcDuino......Page 240
Intel Galileo......Page 241
Installing MySQL......Page 242
Configuring the Hard Drive......Page 243
Introducing Connector/Arduino......Page 244
Installing Connector/Arduino......Page 246
Using Connector/Arduino......Page 248
Preliminary Setup......Page 249
Connecting to a MySQL Server......Page 250
Testing the Sketch......Page 251
Introducing Connector/Python......Page 256
Installing on Desktop/Laptop Platforms......Page 257
Installing on Low-Cost Platforms......Page 258
Using Connector/Python......Page 259
Summary......Page 263
What Is High Availability?......Page 264
Recovery......Page 266
Redundancy......Page 267
Fault Tolerance......Page 268
Backup and Recovery......Page 269
The mysqldump Client......Page 270
The mysqlpump Client Utility......Page 272
MySQL Utilities Database Export and Import......Page 273
MySQL Enterprise Backup......Page 274
Backup and Recovery with the Binary Log......Page 275
What Is Replication, and How Does It Work?......Page 277
Preparing the Master......Page 278
Preparing the Slave......Page 279
Fault Tolerance in IOT Nodes......Page 283
Summary......Page 284
MySQL Replication Techniques......Page 285
Transaction Processing......Page 286
Advanced Replication with Global Transaction Identifiers......Page 288
Switchover......Page 291
Failover......Page 292
Resolving Slave Errors......Page 294
Starting Replication with Existing Data......Page 296
Example: Scaling Applications......Page 297
Overview of the Design......Page 298
Write the Code......Page 299
Test the Sketch......Page 302
Overview of the Design......Page 303
Assemble the Hardware......Page 304
Write the Sketch......Page 306
Test the Sketch......Page 310
Example: Fault-Tolerant Data Collector......Page 312
Assemble the Hardware......Page 313
Write the Sketch......Page 314
Test the Sketch......Page 321
Summary......Page 322
Index......Page 323




پست ها تصادفی