NoSQL

NoSQL

MongoDB Crash Course 2022

In this video, get introduced to MongoDB Atlas, the multi-cloud application data platform from MongoDB, and walk you through how to set up and connect to the database, loading sample data and performing CRUD operations. This video will provide you with a basic understanding and way to get started with MongoDB Atlas, but you will […]

Read More
CosmosDB

How to Move Data into and out of Azure Cosmos DB SQL API

Learn how to migrate data into and out of Azure Cosmos DB SQL API using Azure services and open-source solutions. Chapters 00:00 – Introduction 08:56 – Learning objectives 11:51 – Move data by using a Kafka connector 29:39 – Move data by using Stream Analytics 42:06 – Move data by using the Azure Cosmos DB […]

Read More
Developer

How to Connect MongoDB to C# the Easy Way

MongoDB can be an extremely powerful database choice as well as an incredibly simple database to set up. But how easy is it to talk to MongoDB from C#? It turns out that the answer is very easy. In this video, I am going to start by showing you just how easy it is to […]

Read More
CosmosDB

What is Azure Cosmos DB?

Mustafa Branch explores of Microsoft Azure Cosmos DB and to learn why and when developers are choosing to leverage NoSQL data in their applications.

Read More
CosmosDB

Cosmos DB API for MongoDB – Episode 23

In this episode of CosmosDB TV, Gahl joins Mark to talk about the Cosmos DB API for MongoDB API. The MongoDB ecosystem is broad with many options for developers to choose from. The Azure Cosmos DB API for MongoDB takes a different perspective by being built 100% on Azure Cosmos DB. Tune in to learn […]

Read More
Data

Redis in 100 Seconds

Redis is an extremely fast in-memory database often used as a cache. It has evolved into a multi-model database with support for graphs, JSON documents, full-text search, and more. Fireship explains it all in 100 seconds.

Read More
CosmosDB

2-Minute Data Partitioning with Azure Cosmos DB: Optimize Reads and Writes for Speed at Any Scale

Azure Cosmos DB shares some optimization tips in this short video. A well-planned partitioning strategy will optimize database reads and writes, enabling you to achieve great speed at any scale with Azure Cosmos DB. In under two minutes, you’ll gain an understanding of how partitioning works, why it’s critical to performance as your database scales, […]

Read More
CosmosDB

2-minute data modeling with Azure Cosmos DB

Data modeling is the process of establishing patterns and rules for how data is stored in database documents and containers and how it is accessed. You can significantly improve speed and performance of Azure Cosmos DB – especially for your most frequent queries – by choosing the data model that best fits the needs of […]

Read More
CosmosDB

Cosmos DB for the SQL Professional: Handling Reference Tables

James Serra recently posted this article on some of the things to keep in mind when moving from a relational data model mindset to a NoSQL model. A big difference with Cosmos DB compared to a relational database is you will create a denormalized data model.  Take a person record for example.  You will embed […]

Read More