You’ve Got Documents! A MongoDB Jump Start

Slides:



Advertisements
Similar presentations
Databases. A database program can be used to:  sort a file into a different order  Maintain contact with clients  search through the records for a.
Advertisements

Query Methods (SQL). What is SQL A programming language for databases. SQL (structured Query Language) It allows you add, edit, delete and run queries.
Introduction to Advanced Computing Platforms for Data Analysis Ruoming Jin.
Relational Database Alternatives NoSQL. Choosing A Data Model Relational database underpin legacy applications and meet business needs However, companies.
Introduction to Backend James Kahng. Install Node.js.
Programming with Alice Advanced topics – Demo. Overview of topics Recursion Random Numbers Variables Arrays.
Selection Sort
What is MongoDB? Developed by 10gen It is a NoSQL database A document-oriented database It uses BSON format.
VICTORIA UNIVERSITY OF WELLINGTON Te Whare Wananga o te Upoko o te Ika a Maui SWEN 432 Advanced Database Design and Implementation MongoDB Read Lecturer.
MEAN Stack c0nrad. Overview Day 1: – MEAN Stack – NodeJS Mini Cat Fact Spammer – MongoDB Cat Profiles – Express Catbook API (Facebook for cats) Day 2:
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Introductory Lecture Advanced Computer Programming.
Overview of Part I, CMSC5707 Advanced Topics in Artificial Intelligence KH Wong (6 weeks) Audio signal processing – Signals in time & frequency domains.
C# AND ASP.NET What will I do in this course?. MAJOR TOPICS Learn to program in the C# language with the Visual Studio IDE (Interactive Development Environment)
CSE 3330 Database Concepts MongoDB. Big Data Surge in “big data” Larger datasets frequently need to be stored in dbs Traditional relational db were not.
Node.js & Windows Azure AZR326  JavaScript on the Server!  Event driven I/O server-side JavaScript  Not thread based, each connection uses only a.
Creating and Managing Content Types Module 9. Overview  Understanding Content Types  Creating and Using Site Columns  Creating and Using Site Content.
Selection Sort Comparison Data Movement Sorted.
Selection Sort
MongoDB Jer-Shuan Lin.
Databases Letts Chapter 11. A database program can be used to:  sort a file into a different order;  search through the records for a matching string.
Modeling MongoDB with Relational Model Proposed by Christopher Polanco.
03 | Express and Databases
Using MongoDB from C# A brief introduction. MongoDB drivers To use MongoDB from a programming language you need a driver MongoDB has drivers for a number.
02 | Introduction to Express Stacey Mulcahy | Technical Evangelist Rami Sayar | Technical Evangelist.
02 | Introduction to Express Framework Stacey Mulcahy | Technical Evangelist Rami Sayar | Technical Evangelist.
Object Oriented Analysis and Design 1 CREATED BY RUONAN RAO Object-Oriented Analysis and Design.
04 | Building a Front-end for your Express Web Apps Stacey Mulcahy | Technical Evangelist Rami Sayar | Technical Evangelist.
Proximity Spider Project by Ganesh Naikare Project Advisor: Professor Scott Spetka.
06 | Debugging and Deploying on Azure Stacey Mulcahy | Technical Evangelist Rami Sayar | Technical Evangelist.
05 | Debugging and Deploying on Azure Stacey Mulcahy | Technical Evangelist Rami Sayar | Technical Evangelist.
CSE 303 Course Outline (Part 2) Text Book: Database System Concepts 6 th Edition by Abraham Silberschatz, Henry F. Korth and S. Sudarshan.
(Part 2) Josh Wells. Topics  Quick Review  Aggregation  Sharding  MongoDB Users.
NoSQL databases A brief introduction NoSQL databases1.
Overview Web Technologies Computing Science Thompson Rivers University.
Introduction & Basics acalog ACMS TM Training Program.
CPSC 8985 Fall 2015 P10 Web Crawler Mike Schmidt.
MongoDB for SQL Developers Ben Galluzzo SQL Saturday #395 – Baltimore - BI Edition 2015.
Overview Microsoft Information Management
DBSI Teaser Presentation
Web Programming Anselm Spoerri PhD (MIT) Rutgers University
Web Technologies Computing Science Thompson Rivers University
CS422 Principles of Database Systems Course Overview
Introduction to PowerShell
7/4/2018.
7/5/2018.
Module 1
SQL Server + PHP: What’s New
Node.Js online Training at GoLogica.
MongoDB for Developers
MongoDB for SQL Developers
Tableau Overview  Tableau is widely used data visualization and BI tool. Tableau is simple to use and has extensive visualization capability that make.
Microsoft Virtual Academy
03 | Building a Backend with Socket.IO and Mongo
2018, Fall Pusan National University Ki-Joune Li
Visual Studio Cloud-based Load Testing Performance Testing Made Easy
مديريت موثر جلسات Running a Meeting that Works
Database Systems Summary and Overview
Microcomputer Applications
PostgreSQL as a Document Storage for .NET applications
Database Management Systems
Azure Cosmos DB with SQL API .Net SDK
Microcomputer Applications
Paradigms and paradigm shifts
Web Technologies Computing Science Thompson Rivers University
MODULE ; ADVANCED COMPUTERISED PATTERN MAKING
Comparison of SQL relational database document NoSQL database MongoDB
LANGUAGE EDUCATION.
Polyglot Persistence: Document Databases
Server & Tools Business
Polyglot Persistence: Graph Stores
Presentation transcript:

You’ve Got Documents! A MongoDB Jump Start Steven Edouard | Developer Evangelist Rami Sayar | Developer Evangelist

Course Topics You’ve Got Documents! A MongoDB Jump Start 01 | Introduction to NoSQL Document Oriented Databases 06 | Running MongoDB on a Cloud Ubuntu VM 02 | Getting Started With MongoDB Queries Part 1 07 | 03 | MongoDB Queries Part 2 08 | 04 | MongoDB Node.js and C# Language Drivers 09 | 05 | MongoDB Advanced Data Processing 10 |

03 | MongoDB Queries Part 2 Steven Edouard | Developer Evangelist Rami Sayar | Developer Evangelist

Module Overview $and & $or Logical Operators Comparison, Sorting and the $elemMatch operators

DEMO $and & $or Logical Operators

Comparison, Sorting and the $elemMatch operators DEMO Comparison, Sorting and the $elemMatch operators