user data store { "id": "AzureDocumentDB", "servicetype": "Data Platform", "servicename": "Azure DocumentDB", "releasetype": "Preview", "public":

Slides:



Advertisements
Similar presentations
Setup Computer Based Training Launch Reg Manager and Log-in Launch Training Manager Create CBT Program Link Training Material (video, document, seminar,
Advertisements

Chapter 8 Advanced SQL Pearson Education © Chapter 8 - Objectives u How to use the SQL programming language u How to use SQL cursors u How to create.
1 Constraints, Triggers and Active Databases Chapter 9.
B Transactions per hour Transactions per minute Transactions per second RTO
Azure’s new NoSQL PaaS Offering A Lap Around Azure DocumentDB Louis Berman National Architect
Setting expectations and context Architecting for scale – a web app journey to scalability Scaling ‘real-world’ applications.
2015 International TechNet Wiki Summit 2015 Creating and Querying Microsoft Azure DocumentDB Chervine Bhiwoo.
Oracle Developer Tools for Visual Studio.NET Curtis Rempe.
Creating Cloud Hosted Line Of Business Applications with Apps for Office, O365, Azure, and WP8 Michael Sherman Todd Baginski Canviz Consulting, LLC.
BUILDING A FACEBOOK APP. STEP 1 Create a Developers License. Make sure to take note/record the app id/key.
Building, Running, and Managing Workflows on Windows Azure Jürgen Willis Group Program Manager Microsoft Corporation.
An Investigation of Oracle and SQL Server with respect to Integrity, and SQL Language standards Presented by: Paul Tarwireyi Supervisor: John Ebden Date:
+ Administering Microsoft SQL Server 2012 Databases Implementing a Data Warehouse with Microsoft SQL Server = Querying Microsoft SQL.
/
SQL Server 7.0 Maintaining Referential Integrity.
WINDOWS AZURE STORAGE SERVICES A brief comparison and overview of storage services offered by Microsoft.
END USER TOOLS AND PERFORMANCE MANAGEMENT APPS Excel PerformancePoint Svcs/ProClarity BI PLATFORM SQL Server Reporting Services SQL Server Reporting Services.
Microsoft Dynamics NAV 2009 Building Web Services.
Alessandro Cardoso Microsoft MVP | Readify National Manager |
Course FAQ’s I do not have any knowledge on SQL concepts or Database Testing. Will this course helps me to get through all the concepts? What kind of.
Facebook API Kelly Orser. Client Libraries Client libraries will simplify the calls to the platform by reducing the amount of code you have to write.
Microsoft Public Cloud Services
DBI314. Machine 5 SQL Instance SQL DB User DB1 User DB2 User DB3 User DB4 SQL Azure Gateway Service Machine 6 SQL Instance SQL DB User DB1 User DB2.
“The world’s most misunderstood language has become the world’s most popular programming language” Akshay Arora
BIO202 | Building Effective Data Visualizations and Maps with Microsoft SQL Server 2008 Reporting Services BIU08-INT | Using.
Language Find the latest version of this document at
Entwicklung einer echten „Software-as-a-Service" App Mario Szpuszta Platform Strategy Advisor, Microsoft Corp.
Travis Sansome NoSQL PaaS in Azure through DocumentDB DAT332.
Streaming Relational Internal & external Non-relational NoSQL MobileReports Natural language queryDashboardsApplications Orchestration Machine learningModeling.
Section led by Ivan Lee Reachable at ivan period lee at cs period stanford period edu 1.
JSON C# Libraries Parsing JSON Files “Deserialize” OR Generating JSON Files “Serialize” JavaScriptSerializer.NET Class JSON.NET.
Hadoop, Hive, JSON, and Data! Oh, my!! TJay Belt 1.
Dive into NoSQL with Azure Niels Naglé Hylke Peek.
Converting SharePoint on- premise Apps to Office 365 Jos Auker-Woor M377.
Eric Flamm Flamm Consulting, Inc.
SQL Server Performance Tuning
Data Platform and Analytics Foundational Training
Data Platform and Analytics Foundational Training
CS320 Web and Internet Programming SQL and MySQL
Make Power BI Your Own with the Power BI APIs
Connected Maintenance Solution
Relevant Improvements
Make Power BI Your Own with the Power BI APIs
Implementing ArcGIS on Azure/Cloud Builder 10.4
Connected Maintenance Solution
7/30/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Microsoft Build /4/2018 9:08 PM Jeff Hollan / Derek Li
Twitter & NoSQL Integration with MVC4 Web API
Azure DocumentDB: Advanced Features for Large-Scale Apps {
Entity Based Staging SQL Server 2012 Tyler Graham
Russ Thomas Director, Information Services, TSYS
Project Management.
Azure DocumentDB Overview and Offline Development
Database.
Make Power BI Your Own with the Power BI APIs
Jeff Hollan / Derek Li Program Manager – Microsoft
TechEd /15/2019 8:08 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Lecture 2 Database & SQL Continued
Introduction of Week 11 Return assignment 9-1 Collect assignment 10-1
Let's make a complex dataset simple using Azure Cosmos DB
CS3220 Web and Internet Programming SQL and MySQL
Azure Cosmos DB with SQL API .Net SDK
Azure DocumentDB Ryan CrawCour Senior Program Manager.
CS3220 Web and Internet Programming SQL and MySQL
Server-Side Programming
Resource Model.
Global Distribution.
Question 1. Question 1 What is 10 x 40? A 40 B 400 C 4000 D 4.0.
Michael Stephenson Microsoft MVP - Azure
Cosmic DBA Cosmos DB for SQL Server Admins and Developers
Presentation transcript:

user data store

{ "id": "AzureDocumentDB", "servicetype": "Data Platform", "servicename": "Azure DocumentDB", "releasetype": "Preview", "public": true, "regions": [ { "name": "North Europe", "visible": true, "capacity": }, { "name": "West US", "visible": true, "capacity": }, { "name": "East US", "visible": false, "capacity": } ] } { "id": "MS_125734", "name": "John Macintyre", "jobrole": "Program Manager", "companyname": "Microsoft", "photo": null, "bio": "John builds stuff at Microsoft.", "topicids": [ "MS_Azure_12", "MS_Azure_23", "MS_Azure_44" ], "sessonids": [ "MS_TEE_DBIB318", "MS_TEE_DBI212" ] } { } JSON

{ } SQL

JS

{ } JS

Transactionally process multiple documents with application defined stored procedures and triggers  JavaScript as the procedural language  Language integrated  Execution wrapped in an implicit transaction  Preregistered and scoped to a collection  Performed with ACID guarantees  Triggers invoked as pre or post operations