ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب MongoDB: The Definitive Guide

دانلود کتاب MongoDB: راهنمای تعریف شده

MongoDB: The Definitive Guide

مشخصات کتاب

MongoDB: The Definitive Guide

دسته بندی: پایگاه داده ها
ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 9781449381561 
ناشر: OReilly Media 
سال نشر: 2010 
تعداد صفحات: 216 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 4 مگابایت 

قیمت کتاب (تومان) : 52,000



کلمات کلیدی مربوط به کتاب MongoDB: راهنمای تعریف شده: کتابخانه، ادبیات کامپیوتر، NoSQL، MongoDB



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 14


در صورت تبدیل فایل کتاب MongoDB: The Definitive Guide به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب MongoDB: راهنمای تعریف شده نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب MongoDB: راهنمای تعریف شده

چگونه MongoDB به شما کمک می کند تا حجم عظیمی از داده های جمع آوری شده از طریق برنامه وب خود را مدیریت کنید؟ با این مقدمه معتبر، مزایای استفاده از پایگاه‌های اطلاعاتی سند محور را خواهید آموخت و متوجه خواهید شد که چرا MongoDB یک سیستم قابل اعتماد و با کارایی بالا است که امکان مقیاس‌پذیری افقی تقریباً بی‌نهایت را فراهم می‌کند. SQL باید بمیرد! نوشته شده توسط مهندسان 10gen، شرکتی که این پایگاه داده منبع باز را توسعه و پشتیبانی می کند، MongoDB: The Definitive Guide راهنمایی برای توسعه دهندگان پایگاه داده، پیکربندی پیشرفته برای مدیران سیستم، و مروری بر مفاهیم و موارد استفاده برای افراد دیگر ارائه می کند. در پروژه شما بیاموزید که چقدر آسان است که داده ها را به عنوان اسناد به سبک JSON مستقل مدیریت کنید، نه به عنوان رکورد در یک پایگاه داده رابطه ای.


توضیحاتی درمورد کتاب به خارجی

How does MongoDB help you manage a huMONGOus amount of data collected through your web application? With this authoritative introduction, youll learn the many advantages of using document-oriented databases, and discover why MongoDB is a reliable, high-performance system that allows for almost infinite horizontal scalability. SQL must die!Written by engineers from 10gen, the company that develops and supports this open source database, MongoDB: The Definitive Guide provides guidance for database developers, advanced configuration for system administrators, and an overview of the concepts and use cases for other people on your project. Learn how easy it is to handle data as self-contained JSON-style documents, rather than as records in a relational database.



فهرست مطالب

Copyright......Page 6
Table of Contents......Page 7
Foreword......Page 13
Advanced Usage......Page 15
Conventions Used in This Book......Page 16
Safari® Books Online......Page 17
Acknowledgments from Kristina......Page 18
Acknowledgments from Michael......Page 19
A Rich Data Model......Page 21
Tons of Features…......Page 22
Simple Administration......Page 23
But Wait, That’s Not All…......Page 24
Documents......Page 25
Schema-Free......Page 27
Databases......Page 28
Getting and Starting MongoDB......Page 30
Running the Shell......Page 31
Create......Page 32
Update......Page 33
Tips for Using the Shell......Page 34
Data Types......Page 35
Basic Data Types......Page 36
Numbers......Page 38
Arrays......Page 39
_id and ObjectIds......Page 40
ObjectIds......Page 41
Autogeneration of _id......Page 42
Batch Insert......Page 43
Inserts: Internals and Implications......Page 44
Remove Speed......Page 45
Document Replacement......Page 46
Using Modifiers......Page 47
Getting started with the \"$set\" modifier......Page 49
Incrementing and decrementing......Page 50
Array modifiers......Page 51
Positional array modifications......Page 54
Modifier speed......Page 55
Upserts......Page 56
The save Shell Helper......Page 57
Updating Multiple Documents......Page 58
Returning Updated Documents......Page 59
The Fastest Write This Side of Mississippi......Page 61
Safe Operations......Page 62
Requests and Connections......Page 63
Introduction to find......Page 65
Specifying Which Keys to Return......Page 66
Query Conditionals......Page 67
OR Queries......Page 68
null......Page 69
Regular Expressions......Page 70
$all......Page 71
The $slice operator......Page 72
Querying on Embedded Documents......Page 73
$where Queries......Page 75
Cursors......Page 76
Limits, Skips, and Sorts......Page 77
Avoiding Large Skips......Page 78
Finding a random document......Page 79
Advanced Query Options......Page 80
Getting Consistent Results......Page 81
Cursor Internals......Page 83
Introduction to Indexing......Page 85
Indexing Keys in Embedded Documents......Page 88
Unique Indexes......Page 89
Using explain and hint......Page 90
Index Administration......Page 95
Changing Indexes......Page 96
Geospatial Indexing......Page 97
Compound Geospatial Indexes......Page 98
The Earth Is Not a 2D Plane......Page 99
distinct......Page 101
group......Page 102
Using a Finalizer......Page 104
MapReduce......Page 106
Example 1: Finding All Keys in a Collection......Page 107
Example 2: Categorizing Web Pages......Page 109
Keeping output collections......Page 110
Using a scope......Page 111
Getting more output......Page 112
Database Commands......Page 113
How Commands Work......Page 114
Command Reference......Page 115
Capped Collections......Page 117
Properties and Use Cases......Page 118
Sorting Au Naturel......Page 119
GridFS: Storing Files......Page 121
Working with GridFS from the MongoDB Drivers......Page 122
Under the Hood......Page 123
db.eval......Page 124
Stored JavaScript......Page 125
Security......Page 126
Example Schema......Page 127
When Should DBRefs Be Used?......Page 128
Starting and Stopping MongoDB......Page 131
Starting from the Command Line......Page 132
File-Based Configuration......Page 133
Monitoring......Page 134
Using the Admin Interface......Page 135
serverStatus......Page 136
Authentication Basics......Page 138
How Authentication Works......Page 140
Data File Backup......Page 141
mongodump and mongorestore......Page 142
fsync and Lock......Page 143
Repair......Page 144
Master-Slave Replication......Page 147
Options......Page 148
Adding and Removing Sources......Page 149
Replica Sets......Page 150
Initializing a Set......Page 152
Nodes in a Replica Set......Page 153
Failover and Primary Election......Page 155
Performing Operations on a Slave......Page 156
Using Slaves for Data Processing......Page 157
The Oplog......Page 158
Replication State and the Local Database......Page 159
Blocking for Replication......Page 160
Changing the Oplog Size......Page 161
Replication with Authentication......Page 162
Autosharding in MongoDB......Page 163
Sharding an Existing Collection......Page 165
How Shard Keys Affect Operations......Page 166
Starting the Servers......Page 167
Sharding Data......Page 168
Many mongos......Page 169
Shards......Page 170
Chunks......Page 171
Removing a shard......Page 172
Using the Java Driver......Page 175
Schema Design......Page 176
Writing This in Java......Page 178
News Aggregator: PHP......Page 179
Mac OS X Install......Page 180
Using the PHP Driver......Page 181
Trees of Comments......Page 182
Installing the Ruby Driver......Page 184
Using the Ruby Driver......Page 185
Custom Form Submission......Page 186
Ruby Object Mappers and Using MongoDB with Rails......Page 187
Using PyMongo......Page 188
Schema......Page 189
Using Analytics Data......Page 190
Other Considerations......Page 191
Choosing a Version......Page 193
Windows Install......Page 194
POSIX (Linux, Mac OS X, and Solaris) Install......Page 195
Installing from a Package Manager......Page 196
Appendix B. mongo: The Shell......Page 197
Shell Utilities......Page 198
BSON......Page 199
Namespaces and Extents......Page 200
Memory-Mapped Storage Engine......Page 201
Index......Page 203




نظرات کاربران