Event - Azure-Cosmos-DB_Azure-Cosmos-DB-Conf


Cosmos DB for everyone using Graphistry' no-code and low-code GPU visual graph analytics[MP4] [0:28:18] [2021/04/21]
From security and fraud to sales and marketing, teams are adopting graph analytics to understand the relationships across their data. Cosmos DB solves how to execute Gremlin graph queries, which is…


Optimizing Request Unit Consumption[MP4] [0:45:21] [2021/04/21]
Cosmos DB is a "Database as a Service" product, where we don't have control of hardware configuration but instead use "request units" to specify the resources of our database.…


Visualizing Cosmos DB Graph Data Over Time and Space[MP4] [0:26:06] [2021/04/21]
When building an application that takes advantage of graph data, selecting the data source and getting the data model right is seen as the entire solution but it is often only the first step. You then…


Implementing an Event Sourcing strategy on Azure[MP4] [0:26:09] [2021/04/21]
In recent years the Event Sourcing pattern has become increasingly popular. By storing a history of events it enables us to decouple the storage of data from the implementation of the logic around it.…


Real Life migration from PostgreSQL to Cosmos DB[MP4] [0:30:56] [2021/04/21]
Follow us in the migration process of an existing customer application working on PostgreSQL to Cosmos DB. We will show you step by step the different iterations of the project, from the initial…


Architecting Cloud Native Apps with AKS and Cosmos DB[MP4] [0:25:25] [2021/04/21]
In this session will look at modern app development and how using Kubernetes (in this case AKS) presents a number of advantages, couple this with a native Azure service like Cosmos DB can be a winning…


How does Azure Cosmos DB work under the hood?[MP4] [0:23:51] [2021/04/21]
To master any technology, you need to understand the foundation of how it works on the back-end first. In this session; We will explore Azure Cosmos DB's infrastructure. I will explain you how Azure…


Migrating to Cosmos DB's API for MongoDB[MP4] [0:38:54] [2021/04/21]
Azure Cosmos DB's API for MongoDB is Microsoft's implementation of the wire protocol for MongoDB built on top of the foundational Azure Cosmos DB engine. This session will be focused on migration to…


Integrating Cosmos DB with Azure Functions[MP4] [1:18:27] [2021/04/21]
A session that explains how to use the input and output bindings and Cosmos DB Triggers within an Azure Function Application using C#.


Explore Graph Analytical use-case with Azure Cosmos Gremlin API and Azure Synapse Spark graphframes[MP4] [0:32:28] [2021/04/21]
In this session you will get introduced to Azure Cosmos Gremlin API, Azure Synapse Link, Spark and learn Cosmos Gremlin API best practices as well as how to use combination of these technologies to…


From the trenches: Building an awesome multitenant SaaS with Cosmos DB and Azure[MP4] [0:58:25] [2021/04/21]
A real-world case study of how Whally, a multitenant SaaS startup, built a modern platform from scratch on Cosmos DB and Azure. Noah shows the design and implementation decisions he made related to…


A deep-dive into the Cosmos DB repository-pattern .NET SDK[MP4] [0:35:52] [2021/04/21]
A code-heavy presentation introducing the Cosmos DB repository-pattern .NET SDK from the author of the library. In this presentation, David Pine of Microsoft, will demonstrate the inner-workings of…


Real World NoSQL design patterns with Azure Cosmos DB[MP4] [0:38:07] [2021/04/21]
In this session we will go over several real world NoSQL design and solution patterns to illustrate how Cosmos DB is used to help customers to solve critical business challenges and focus on best…


Access Azure Cosmos DB with Entity Framework Core[MP4] [0:51:11] [2021/04/21]
EF Core is the data access API of choice for .NET developers. Although considered by most to be an object relational mapper (ORM), the team recently added support for the Azure Cosmos DB SQL API.…


Partitioning Tips for Cosmos DB to Increase Performance and Save Money[MP4] [0:20:20] [2021/04/21]
Choosing the right partition key in Cosmos DB is complicated, but the right key will help you both increase the performance of your application and reduce the number of RUs you need to provision.…


Experiences from 7 years of Cosmos DB[MP4] [0:46:01] [2021/04/21]
Cosmos DB is a powerful tool. It may look simple on the cover, since "it just works", but the performance and cost optimizations are rarely simple. This presentation looks at Cosmos DB from…


Search and Explore your Cosmos DB data with Azure Cognitive Search[MP4] [0:22:32] [2021/04/21]
Organizations what to make full use of their data and often this means being able to gain more insights, explore and search this data. In this session, we will explain how Azure Cognitive Search, an…


Blowing your mind with F#[MP4] [0:32:47] [2021/04/21]
F# is the lesser known of the .NET programming languages, but it can pack a punch when it comes to building applications. But what does that have to do with CosmosDB? What if I told you that you could…


Operational Triumph with Cosmos DB[MP4] [0:35:19] [2021/04/20]
Since its official release in 2017 ASOS has been using Cosmos DB to reimagine our Commerce platform. Let's take a look at how Cosmos DB has been vital to conquer our operational data needs while…


Vercel + CosmosDB: The Journey[MP4] [0:31:49] [2021/04/20]
In this session I'd like to go through the most important challenges we had to solve at Vercel using CosmosDB. During an almost 4 years journey we had to face a variety of challenges that could be of…


Integrating Azure Cosmos DB in your Cloud Solution[MP4] [0:21:28] [2021/04/20]
When there is a NoSQL requirement in your cloud solution on the Azure Cloud Platform, there is a managed service available with Cosmos DB. Azure Cosmos DB is Microsoft's offering for a distributed…


Data modeling and schema design for Cosmos DB[MP4] [0:31:31] [2021/04/20]
Facilitate migration from RDBMS to Cosmos DB through denormalization to leverage the scalability, flexibility, and easy evolution of schemas for Cosmos DB. In this session, we will demonstrate how…


Cosmos DB + Azure Functions: A serverless database processing[MP4] [0:29:20] [2021/04/20]
With the native integration between Cosmos DB and Azure Functions, you can create database triggers, input bindings, and output bindings directly from your account. Using Azure Functions and Cosmos…


Modern infrastructure for modern apps with Cosmos DB, AKS and Pulumi[MP4] [0:30:51] [2021/04/20]
Building scalable applications begins with adopting scalable architecture patterns in Azure. Pulumi lets you define and deploy resources in Azure using .NET, Node.js, Python, and Go. The…


Design and implementation of Cosmos DB Change Feed-centric architecture[MP4] [0:40:49] [2021/04/20]
This session will present actual development cases of design based on Lambda architecture using Cosmos DB Change Feed and implementation patterns using Azure Serverless technology. This session will…


Real-Time Scoring to Improve Personalization with Adobe Experience Platform[MP4] [0:25:43] [2021/04/20]
For an Insurance company, we generated real-time sales predictions for anonymous, unknown website visitors using Adobe Experience Platform. We discuss how we used Adobe Experience Platform and Data…


GraphQL over CosmosDB, where to start[MP4] [0:29:19] [2021/04/20]
The popularity of GraphQL can't be denied and it fits really nicely with a schemaless data model like we can achieve with GraphQL. But how do we get started with it? What options do we have when it…


Cosmos DB for the SQL Professional[MP4] [0:31:29] [2021/04/20]
Knowing data is crucial when it comes to design - and SQL Professionals have this skill refined. But knowing implementation detail is also important. While there are similarities between these two…


Developing HTAP Analytical Solutions with Azure Cosmos DB and Azure Synapse Analytics[MP4] [0:30:42] [2021/04/20]
Using Azure Synapse Link for Azure Cosmos DB, we can enable cloud-native hybrid transactional and analytical processing on our Cosmos DB data. This enables data engineers, analysts and data scientists…


Data Modeling and Partitioning in Azure Cosmos DB[MP4] [0:34:55] [2021/04/20]
For many newcomers to Cosmos DB, the learning process starts with data modeling and partitioning. How should you structure your model? When should you combine multiple entity types in a single…


Bridge to Azure: Streaming data into Cosmos DB with Confluent[MP4] [0:26:07] [2021/04/20]
Confluent enables large scale, big data pipelines that automate real-time data movement across any systems, applications, and architectures at massive scale. Empowering organizations to aggregate,…


Data and Different System Architectures to Build a Truly Unified View[MP4] [0:30:18] [2021/04/20]
Digital components enterprises need to develop a 360-degree view of their customers and the capabilities and limitations inherent in the technologies available to help them do that. In this session,…


Online and Real-Time Database Migration to Azure Cosmos DB with Striim[MP4] [0:29:59] [2021/04/20]
There is significant demand for moving and continuous data integration as workloads shift to the cloud. Modernizing databases by offloading workloads to cloud requires building real-time data…


Azure Cosmos DB Conf - Keynote[MP4] [0:58:22] [2021/04/20]
Join Director of Product Management for Azure Cosmos DB, Kirill Gavrylyuk to kick off Azure Cosmos DB Conf. Kirill will highlight key Cosmos DB capabilities and recent announcements. Kirill will also…