Upgrade to Pro — share decks privately, control downloads, hide ads and more …

No Schema, No Problem! Introduction to Azure Do...

No Schema, No Problem! Introduction to Azure DocumentDB

This session presents an overview of Azure DocumentDB, a new massively-scalable and fully managed NoSQL database platform that is designed specifically for modern web and mobile applications. Like other NoSQL platforms, DocumentDB supports a schema-free data model, utilizes replicas for fast write performance, and scales easily. But DocumentDB also offers several unique features that make it a compelling candidate for NoSQL scenarios.

We begin by explaining NoSQL and document databases in general, and how they compare with traditional relational database platforms. Then we tour the many features of DocumentDB, including rich querying with SQL (that’s right, you query this NoSQL database using SQL!), and client development using the REST API and the many available DocumentDB SDKs. You will also learn about the server-side programming model that lets you write fully transactional stored procedures, triggers, and user-defined functions. We’ll also explore tunable consistency, scale-out partitioning, custom indexing, attachments, and more. Attend this session, and get up to speed on DocumentDB today!

Avatar for Leonard Lobel

Leonard Lobel

August 09, 2016
Tweet

More Decks by Leonard Lobel

Other Decks in Programming

Transcript

  1. No Schema, No Problem! Introduction to Azure DocumentDB Leonard Lobel

    Chief Technology Officer Sleek Technologies August 9, 2016 11:15am – 12:30pm Level: Intermediate
  2.  -  -  -  -  

       sleek technologies
  3.  - •  - SELECT ch.name, ch.birthDate FROM Family

    AS f JOIN ch IN f.children WHERE f.address.state = 'CA'  -