MongoDB is a document-oriented NoSQL database. As we will see, the whole system revolves around this document management, including the query language, which makes it its strong point. We are going to tackle now the setting up of a Mongo server and how to integrate your data in this environment.
Table of contents
Size : | 1229.071 Kb |
File type : | |
Downloads: | 307 |
Created: | 2019-04-27 |
Node.js – Create Database in MongoDB free PDF
Download free course How to Make Mistakes in Python, pdf file on 82 pages by Mike Pirnat....
Download Hibernate TutorialDownload free Hibernate Tutorial for Beginners, training course material, a PDF file created by coreservlets.com....
Visual Basic .NET Programming TutorialDownload free Visual Basic tutorial course in PDF, training file in 51 chapters and 149 pages. Free unaffiliated ebook created from Stack OverFlow contributor....
Perl tutorial for beginnersDownload a free course in PDF about Perl programming language, a complet training document under 120 pages by Geoffrey Sampson....
Akka.NET SuccinctlyDownload free course Akka.NET Succinctly, pdf file on 121 pages by by Zoran Maksimovic....
Android on x86: An Introduction to Optimizing for Intel ArchitectureThis book is a one-stop reference guide to mindful programming and the unique challenges and opportunities that arise from x86 architectures. It compiles the best practices and procedures associated with application development for devices using Intel's popular line of microprocessors....
Essential AlgorithmsThis book written to provide clear and concise explanation of topics for programmers both starting to learn the Algorithms as well as those diving in more complex topics. Most examples are linked to online playground that allows you to change the code and re-run it....
O'Reilly® Think Python, 2nd Edition, - How to Think Like a Computer ScientistThink Python is an introduction to Python programming for students with no programming experience. It starts with the most basic concepts of programming, and is carefully designed to define all terms when they are first used and to develop each new concept in a logical progression. Larger pieces, ...
Classic Computer Science Problems in PythonThis book deepens your knowledge of problem-solving techniques from the realm of computer science by challenging you with time-tested scenarios, exercises, and algorithms. As you work through examples in search, clustering, graphs, and more, you'll remember important things you've forgotten and disc...
Perl and LWP - Fetching web pages, Parsing HTML, Writing Spiders, & MorePerl soared to popularity as a language for creating and managing web content, but with LWP (Library for WWW in Perl), Perl is equally adept at consuming information on the Web. LWP is a suite of modules for fetching and processing web pages. ...