|
|
|
|
LEADER |
00000cam a2200000Ii 4500 |
001 |
OR_ocn927113064 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
151028s2015 nyua o 000 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d BTCTA
|d OCLCF
|d GW5XE
|d IDEBK
|d YDXCP
|d B24X7
|d COO
|d EBLCP
|d VT2
|d SNK
|d DEBSZ
|d OCLCQ
|d N$T
|d IDB
|d IAS
|d IAO
|d JBG
|d IAD
|d ICN
|d SOI
|d ILO
|d Z5A
|d LIV
|d OCLCQ
|d MERUC
|d ESU
|d OCLCQ
|d OCLCO
|d IOG
|d U3W
|d CEF
|d EZ9
|d OCLCQ
|d OCLCO
|d INT
|d AZK
|d AU@
|d REB
|d OCLCQ
|d OCLCO
|d WYU
|d UKMGB
|d OCLCQ
|d OCLCO
|d UAB
|d UWO
|d OCLCQ
|d OCLCO
|d UKAHL
|d BRF
|d OCLCO
|d OCLCQ
|d OCLCO
|
015 |
|
|
|a GBB8O2072
|2 bnb
|
016 |
7 |
|
|a 019177090
|2 Uk
|
019 |
|
|
|a 935254451
|a 961694262
|a 985039863
|a 1026454760
|a 1066472634
|a 1066661188
|
020 |
|
|
|a 9781484215982
|q (electronic bk.)
|
020 |
|
|
|a 1484215982
|q (electronic bk.)
|
020 |
|
|
|z 1484215990
|
020 |
|
|
|z 9781484215999
|
024 |
7 |
|
|a 10.1007/978-1-4842-1598-2
|2 doi
|
029 |
1 |
|
|a AU@
|b 000057235440
|
029 |
1 |
|
|a CHNEW
|b 000894095
|
029 |
1 |
|
|a CHVBK
|b 374532516
|
029 |
1 |
|
|a DEBBG
|b BV043627894
|
029 |
1 |
|
|a DEBSZ
|b 454930607
|
029 |
1 |
|
|a GBVCP
|b 897165772
|
029 |
1 |
|
|a NZ1
|b 16308298
|
029 |
1 |
|
|a UKMGB
|b 019177090
|
035 |
|
|
|a (OCoLC)927113064
|z (OCoLC)935254451
|z (OCoLC)961694262
|z (OCoLC)985039863
|z (OCoLC)1026454760
|z (OCoLC)1066472634
|z (OCoLC)1066661188
|
037 |
|
|
|a CL0500000665
|b Safari Books Online
|
050 |
|
4 |
|a QA76.9.D3
|
072 |
|
7 |
|a COM
|x 021000
|2 bisacsh
|
072 |
|
7 |
|a UN
|2 bicssc
|
072 |
|
7 |
|a UMT
|2 bicssc
|
082 |
0 |
4 |
|a 005.74
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Vohra, Deepak,
|d 1966-
|e author.
|
245 |
1 |
0 |
|a Pro MongoDB development /
|c Deepak Vohra.
|
264 |
|
1 |
|a [New York, New York] :
|b Apress,
|c [2015]
|
264 |
|
2 |
|a New York, NY :
|b Distributed to the Book trade worldwide by Springer Science+Business Media New York
|
264 |
|
4 |
|c ©2015
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|b PDF
|2 rda
|
490 |
1 |
|
|a The expert's voice in databases
|
588 |
0 |
|
|a Online resource; title from title page (Safari, viewed October 27, 2015).
|
520 |
|
|
|a Pro MongoDB Development discusses all aspects of using MongoDB in web applications. Java, PHP, Ruby, JavaScript are the most commonly used programming/scripting languages and the book discusses accessing MongoDB database with these languages. A unique book focused on development with MongoDB using Java as well as other programming languages and techniques. Deepak Vohra is a certified Java programmer/developer who has experience in big data and NoSQL programming. MongoDB along with Hadoop and Java are some of today's most important big data and cloud computing technologies.
|
505 |
0 |
|
|a At a Glance; Contents; About the Author; About the Technical Reviewers; Introduction; Chapter 1: Using a Java Client with MongoDB; Setting Up the Environment; Creating a Maven Project; Creating a BSON Document; Using a Model to Create a BSON Document; Getting Data from MongoDB; Updating Data in MongoDB; Deleting Data in MongoDB; Summary; Chapter 2: Using the Mongo Shell; Getting Started; Setting Up the Environment; Starting the Mongo Shell; Running a Command or Method in Mongo Shell; Using Databases; Getting Databases Information; Creating a Database Instance.
|
505 |
8 |
|
|a Dropping a Database Using Collections; Creating a Collection; Dropping a Collection; Using Documents; Adding a Document; Adding a Batch of Documents ; Saving a Document ; Updating a Document ; Updating Multiple Documents ; Finding One Document; Finding All Documents; Finding Selected Fields; Using the Cursor ; Finding and Modifying a Document ; Removing a Document; Summary; Chapter 3: Using MongoDB with PHP; Getting Started; Overview of the PHP MongoDB Database Driver; Setting Up the Environment; Installing PHP; Installing PHP Driver for MongoDB; Creating a Connection.
|
505 |
8 |
|
|a Getting Database Info Using Collections; Getting a Collection; Dropping a Collection; Using Documents; Adding a Document; Adding Multiple Documents; Adding a Batch of Documents; Finding a Single Document; Finding All Documents; Finding a Subset of Fields and Documents; Updating a Document; Updating Multiple Documents; Saving a Document; Removing a Document; Summary; Chapter 4: Using MongoDB with Ruby; Getting Started; Overview of the Ruby Driver for MongoDB; Setting Up the Environment; Installing Ruby; Installing DevKit; Installing Ruby Driver for MongoDB.
|
505 |
8 |
|
|a Using a Collection Creating a Connection with MongoDB; Connecting to a Database; Creating a Collection; Using Documents; Adding a Document; Adding Multiple Documents; Finding a Single Document; Finding Multiple Documents; Updating Documents; Deleting Documents; Performing Bulk Operations; Summary; Chapter 5: Using MongoDB with Node.js; Getting Started; Overview of Node.js Driver for MongoDB; Setting Up the Environment; Installing MongoDB Server; Installing Node.js; Installing the Node.js Driver for MongoDB; Using a Connection; Creating a MongoDB Connection.
|
505 |
8 |
|
|a Using the Database Using a Collection; Using Documents ; Adding a Single Document; Adding Multiple Documents; Finding a Single Document; Finding All Documents; Finding a Subset of Documents; Using the Cursor; Finding and Modifying a Single Document; Finding and Removing a Single Document; Replacing a Single Document; Updating a Single Document; Updating Multiple Documents; Removing a Single Document; Removing Multiple Documents; Performing Bulk Write Operations; Summary; Chapter 6: Migrating an Apache Cassandra Table to MongoDB; Setting Up the Environment.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
0 |
|a MongoDB.
|
630 |
0 |
7 |
|a MongoDB
|2 fast
|
650 |
|
0 |
|a Database management.
|
650 |
|
0 |
|a Non-relational databases.
|
650 |
|
6 |
|a Bases de données
|x Gestion.
|
650 |
|
6 |
|a Bases de données non relationnelles.
|
650 |
|
7 |
|a Databases.
|2 bicssc
|
650 |
|
7 |
|a COMPUTERS
|x Database Management
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Database management
|2 fast
|
650 |
|
7 |
|a Non-relational databases
|2 fast
|
776 |
0 |
8 |
|i Print version:
|z 9781484215999
|
830 |
|
0 |
|a Expert's voice in databases.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781484215982/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH32378114
|
938 |
|
|
|a Books 24x7
|b B247
|n bks00101440
|
938 |
|
|
|a Baker and Taylor
|b BTCP
|n BK0018060682
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL4305680
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1287277
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis33471197
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12779863
|
994 |
|
|
|a 92
|b IZTAP
|